Add a stanza error parser and serialiser.
This commit is contained in:
parent
e03a5a89e7
commit
2465885975
3 changed files with 279 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
|
||||
pub const JABBER_CLIENT: &'static str = "jabber:client";
|
||||
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
|
||||
pub const XMPP_STANZAS: &'static str = "urn:ietf:params:xml:ns:xmpp-stanzas";
|
||||
|
||||
/// XEP-0004: Data Forms
|
||||
pub const DATA_FORMS: &'static str = "jabber:x:data";
|
||||
|
|
|
|||
Loading…
Reference in a new issue