mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Merge branch '4.3'
This commit is contained in:
commit
f863bd222c
5 changed files with 57 additions and 26 deletions
|
@ -294,6 +294,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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue