parsers: Add Confirm from XEP-0070
This commit is contained in:
parent
1052aaf010
commit
155ad9b670
4 changed files with 91 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue