New XHTML-IM parser (XEP-0071).

This commit is contained in:
Emmanuel Gil Peyrot 2019-08-25 19:01:51 +02:00
commit 7ebfe3e881
5 changed files with 490 additions and 1 deletions

View file

@ -75,6 +75,9 @@ pub mod rsm;
/// XEP-0060: Publish-Subscribe
pub mod pubsub;
/// XEP-0071: XHTML-IM
pub mod xhtml;
/// XEP-0077: In-Band Registration
pub mod ibr;