mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
Merge pull request #320 from vanitasvitae/muc_joined_rooms_bookmarks_note
Add note about BookmarkManager to MUCManager
This commit is contained in:
commit
44649ef3f5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
* 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).
|
* 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.
|
* @return a List of the rooms where the user has joined using a given connection.
|
||||||
*/
|
*/
|
||||||
public Set<EntityBareJid> getJoinedRooms() {
|
public Set<EntityBareJid> getJoinedRooms() {
|
||||||
|
|
Loading…
Reference in a new issue