xmpp: document 'escape-hatch' feature
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
b1c80f4071
commit
fbdd5f7b54
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
//! RFC 6120.
|
||||
//! - `avatars` (default): Enables support for avatars.
|
||||
//! - `serde`: Enable the `serde` feature in `tokio-xmpp`.
|
||||
//! - `escape-hatch`: Allow access to low-level API to bypass shortcomings of the current API.
|
||||
|
||||
#![deny(bare_trait_objects)]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
|
|
|
|||
Loading…
Reference in a new issue