Add a Stream Management implementation.
This commit is contained in:
parent
9bd6fe002d
commit
c828f93839
3 changed files with 119 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue