parsers: XEP-0363: HTTP File Upload

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2021-12-25 22:55:36 +01:00 committed by Link Mauve
commit 94cf8afdff
3 changed files with 126 additions and 0 deletions

View file

@ -210,6 +210,9 @@ pub mod jingle_message;
/// XEP-0359: Unique and Stable Stanza IDs
pub mod stanza_id;
/// XEP-0363: HTTP File Upload
pub mod http_upload;
/// XEP-0369: Mediated Information eXchange (MIX)
pub mod mix;