Add a body plugin.
This commit is contained in:
parent
4f31727a1a
commit
948ecd7dd7
3 changed files with 73 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue