mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Update muc.md
This commit is contained in:
parent
3e74d11b45
commit
1893fa7474
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ completed with default values:
|
||||||
MultiUserChatManager manager = MultiUserChatManager.getInstanceFor(connection);
|
MultiUserChatManager manager = MultiUserChatManager.getInstanceFor(connection);
|
||||||
|
|
||||||
// Create a MultiUserChat using an XMPPConnection for a room
|
// Create a MultiUserChat using an XMPPConnection for a room
|
||||||
MultiUserChat muc = = manager.getMultiUserChat(mucJid);
|
MultiUserChat muc = manager.getMultiUserChat(mucJid);
|
||||||
|
|
||||||
// Prepare a list of owners of the new room
|
// Prepare a list of owners of the new room
|
||||||
Set<Jid> owners = JidUtil.jidSetFrom(new String[] { "me@example.org", "juliet@example.org" });
|
Set<Jid> owners = JidUtil.jidSetFrom(new String[] { "me@example.org", "juliet@example.org" });
|
||||||
|
|
Loading…
Reference in a new issue