parsers: Add Confirm from XEP-0070
This commit is contained in:
parent
1052aaf010
commit
155ad9b670
4 changed files with 91 additions and 0 deletions
|
|
@ -68,6 +68,9 @@ pub const PUBSUB_CONFIGURE: &str = "http://jabber.org/protocol/pubsub#node_confi
|
|||
/// XEP-0066: Out of Band Data
|
||||
pub const OOB: &str = "jabber:x:oob";
|
||||
|
||||
/// XEP-0070: Verifying HTTP Requests via XMPP
|
||||
pub const HTTP_AUTH: &str = "http://jabber.org/protocol/http-auth";
|
||||
|
||||
/// XEP-0071: XHTML-IM
|
||||
pub const XHTML_IM: &str = "http://jabber.org/protocol/xhtml-im";
|
||||
/// XEP-0071: XHTML-IM
|
||||
|
|
|
|||
Loading…
Reference in a new issue