mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
ns: add XEP-0277 microblog namespace
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e6542fdb6b
commit
80bb6635a9
1 changed files with 3 additions and 0 deletions
|
@ -135,6 +135,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-0277: Microblogging over XMPP
|
||||
pub const MICROBLOG: &str = "urn:xmpp:microblog:0";
|
||||
|
||||
/// XEP-0297: Stanza Forwarding
|
||||
pub const FORWARD: &str = "urn:xmpp:forward:0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue