Add a ping parser.
This commit is contained in:
parent
87cd047a46
commit
fdc76eca3c
3 changed files with 55 additions and 0 deletions
|
|
@ -2,3 +2,4 @@ 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";
|
||||
pub const JINGLE_NS: &'static str = "urn:xmpp:jingle:1";
|
||||
pub const PING_NS: &'static str = "urn:xmpp:ping";
|
||||
|
|
|
|||
Loading…
Reference in a new issue