Add a User Nickname (XEP-0172) parser and serialiser.
This commit is contained in:
parent
90063e5433
commit
b37a8da906
3 changed files with 60 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue