Add note about BookmarkManager to MUCManager

Bu işleme şunda yer alıyor:
Paul Schaub 2019-07-03 23:37:51 +02:00
ebeveyn f60e4055ec
işleme 0ad1a0bd4c
İmzalayan: vanitasvitae
GPG Anahtar Kimliği: 62BEE9264BF17311
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme

Dosyayı Görüntüle

@ -282,6 +282,9 @@ public final class MultiUserChatManager extends Manager {
* Returns a Set of the rooms where the user has joined. The Iterator will contain Strings where each String
* represents a room (e.g. room@muc.jabber.org).
*
* Note: In order to get a list of bookmarked (but not necessarily joined) conferences, use
* {@link org.jivesoftware.smackx.bookmarks.BookmarkManager#getBookmarkedConferences()}.
*
* @return a List of the rooms where the user has joined using a given connection.
*/
public Set<EntityBareJid> getJoinedRooms() {