parsers: XEP-0363: HTTP File Upload
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e4d20c47bb
commit
94cf8afdff
3 changed files with 126 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue