xmpp-parsers: Implement XEP-0478: Stream Limits Advertisement

This allows servers to communicate their maximum stanza limit, as well
as idle time limit.
This commit is contained in:
Emmanuel Gil Peyrot 2024-08-03 13:21:52 +02:00
commit d8e08df464
6 changed files with 96 additions and 2 deletions

View file

@ -281,5 +281,8 @@ pub mod sasl_cb;
/// XEP-0444: Message Reactions
pub mod reactions;
/// XEP-0478: Stream Limits Advertisement
pub mod stream_limits;
/// XEP-0484: Fast Authentication Streamlining Tokens
pub mod fast;