mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Added ns::JINGLE_THUMBNAILS
This commit is contained in:
parent
b2ba646fd4
commit
b541f8a809
1 changed files with 3 additions and 0 deletions
|
@ -168,6 +168,9 @@ pub const JINGLE_S5B: &str = "urn:xmpp:jingle:transports:s5b:1";
|
|||
/// XEP-0261: Jingle In-Band Bytestreams Transport Method
|
||||
pub const JINGLE_IBB: &str = "urn:xmpp:jingle:transports:ibb:1";
|
||||
|
||||
/// XEP-0264: Jingle Content Thumbnails
|
||||
pub const JINGLE_THUMBNAILS: &str = "urn:xmpp:thumbs:1";
|
||||
|
||||
/// XEP-0277: Microblogging over XMPP
|
||||
pub const MICROBLOG: &str = "urn:xmpp:microblog:0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue