Add a forwarding parser and serialiser.
This commit is contained in:
parent
d824a161b6
commit
0f92a11894
3 changed files with 84 additions and 0 deletions
|
|
@ -68,6 +68,9 @@ pub mod jingle_ft;
|
|||
/// XEP-0261: Jingle In-Band Bytestreams Transport Method
|
||||
pub mod jingle_ibb;
|
||||
|
||||
/// XEP-0297: Stanza Forwarding
|
||||
pub mod forwarding;
|
||||
|
||||
/// XEP-0300: Use of Cryptographic Hash Functions in XMPP
|
||||
pub mod hashes;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue