parsers: Add Confirm from XEP-0070

This commit is contained in:
PulkoMandy 2025-08-28 22:01:41 +02:00 committed by Link Mauve
commit 155ad9b670
4 changed files with 91 additions and 0 deletions

View file

@ -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