Add a Stream Management implementation.

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-18 19:04:02 +02:00
commit c828f93839
3 changed files with 119 additions and 0 deletions

View file

@ -85,6 +85,9 @@ pub const BLOCKING: &str = "urn:xmpp:blocking";
/// XEP-0191: Blocking Command
pub const BLOCKING_ERRORS: &str = "urn:xmpp:blocking:errors";
/// XEP-0198: Stream Management
pub const SM: &str = "urn:xmpp:sm:3";
/// XEP-0199: XMPP Ping
pub const PING: &str = "urn:xmpp:ping";