Add an attention parser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-21 01:53:47 +01:00
commit 458099cef0
3 changed files with 50 additions and 0 deletions

View file

@ -42,6 +42,9 @@ pub mod ping;
/// XEP-0221: Data Forms Media Element
pub mod media_element;
/// XEP-0224: Attention
pub mod attention;
/// XEP-0390: Entity Capabilities 2.0
pub mod ecaps2;