From 2b433d7036209f35ff7daf033a7b7692e58ab6c3 Mon Sep 17 00:00:00 2001 From: Werner Kroneman Date: Sat, 9 Dec 2023 13:29:32 +0100 Subject: [PATCH] Added a link to the Brussels meeting minutes about auto-join. --- xmpp/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xmpp/src/lib.rs b/xmpp/src/lib.rs index f4631642..98168cde 100644 --- a/xmpp/src/lib.rs +++ b/xmpp/src/lib.rs @@ -254,6 +254,9 @@ impl Agent { /// is more a list of bookmarks that the account knows about and that have a flag set /// to indicate that they should be joined automatically after connecting (see the JoinRoom event). /// + /// Regarding the latter, see the these minutes about auto-join behavior: + /// https://docs.modernxmpp.org/meetings/2019-01-brussels/#bookmarks + /// /// # Arguments /// /// * `room_jid`: The JID of the room to leave.