From fbdd5f7b54ed43c013f0ba4bba5f4026c2f68ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 27 Aug 2025 00:31:23 +0200 Subject: [PATCH] xmpp: document 'escape-hatch' feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- xmpp/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/xmpp/src/lib.rs b/xmpp/src/lib.rs index c7993f982167ec2a0b79f078e2d4a90eb6422dbc..e9350cf6e3b141ac64b828fe79dfd2f1a214632a 100644 --- a/xmpp/src/lib.rs +++ b/xmpp/src/lib.rs @@ -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))]