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

@ -110,6 +110,9 @@ pub mod caps;
/// XEP-0166: Jingle
pub mod jingle;
/// XEP-0172: User Nickname
pub mod nick;
/// XEP-0184: Message Delivery Receipts
pub mod receipts;