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
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue