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

@ -101,6 +101,9 @@ pub mod pubsub;
/// XEP-0066: OOB
pub mod oob;
/// XEP-0070: Verifying HTTP Requests via XMPP
pub mod confirm;
/// XEP-0071: XHTML-IM
pub mod xhtml;