parent
8db6b5602e
commit
2d7bf32ad4
5 changed files with 138 additions and 0 deletions
|
|
@ -112,6 +112,9 @@ pub const SM: &str = "urn:xmpp:sm:3";
|
|||
/// XEP-0199: XMPP Ping
|
||||
pub const PING: &str = "urn:xmpp:ping";
|
||||
|
||||
/// XEP-0202: Entity Time
|
||||
pub const TIME: &str = "urn:xmpp:time";
|
||||
|
||||
/// XEP-0203: Delayed Delivery
|
||||
pub const DELAY: &str = "urn:xmpp:delay";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue