Add a RSM parser and serialiser.
This commit is contained in:
parent
0f92a11894
commit
72a6eee2fd
3 changed files with 192 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ pub const DISCO_INFO: &'static str = "http://jabber.org/protocol/disco#info";
|
|||
/// XEP-0047: In-Band Bytestreams
|
||||
pub const IBB: &'static str = "http://jabber.org/protocol/ibb";
|
||||
|
||||
/// XEP-0059: Result Set Management
|
||||
pub const RSM: &'static str = "http://jabber.org/protocol/rsm";
|
||||
|
||||
/// XEP-0085: Chat State Notifications
|
||||
pub const CHATSTATES: &'static str = "http://jabber.org/protocol/chatstates";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue