Add a RSM parser and serialiser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-29 04:37:18 +01:00
commit 72a6eee2fd
3 changed files with 192 additions and 0 deletions

View file

@ -41,6 +41,9 @@ pub mod disco;
/// XEP-0047: In-Band Bytestreams
pub mod ibb;
/// XEP-0059: Result Set Management
pub mod rsm;
/// XEP-0085: Chat State Notifications
pub mod chatstates;