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:
parent
9960cfd965
commit
d8e08df464
6 changed files with 96 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue