parsers: Add support for XEP-0215: External Service Discovery

This commit is contained in:
Emmanuel Gil Peyrot 2021-10-11 12:36:53 +02:00 committed by Link Mauve
commit 3a6cd23166
4 changed files with 218 additions and 0 deletions

View file

@ -141,6 +141,9 @@ pub mod time;
/// XEP-0203: Delayed Delivery
pub mod delay;
/// XEP-0215: External Service Discovery
pub mod extdisco;
/// XEP-0221: Data Forms Media Element
pub mod media_element;