Added a link to the Brussels meeting minutes about auto-join.

Werner Kroneman created

Change summary

xmpp/src/lib.rs | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

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.