Add a body plugin.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-19 23:21:23 +01:00
commit 948ecd7dd7
3 changed files with 73 additions and 0 deletions

View file

@ -1,3 +1,4 @@
pub const JABBER_CLIENT_NS: &'static str = "jabber:client";
pub const DISCO_INFO_NS: &'static str = "http://jabber.org/protocol/disco#info";
pub const DATA_FORMS_NS: &'static str = "jabber:x:data";
pub const MEDIA_ELEMENT_NS: &'static str = "urn:xmpp:media-element";