Add a User Nickname (XEP-0172) parser and serialiser.

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-14 17:43:03 +02:00
commit b37a8da906
3 changed files with 60 additions and 0 deletions

View file

@ -74,6 +74,9 @@ pub const CAPS: &str = "http://jabber.org/protocol/caps";
/// XEP-0166: Jingle
pub const JINGLE: &str = "urn:xmpp:jingle:1";
/// XEP-0172: User Nickname
pub const NICK: &str = "http://jabber.org/protocol/nick";
/// XEP-0184: Message Delivery Receipts
pub const RECEIPTS: &str = "urn:xmpp:receipts";