Merge pull request #371 from gbonvehi/rooms_doc_example_fix

Fix rooms grouping examples in docs
This commit is contained in:
JC Brand 2015-04-16 08:26:08 +02:00
commit cd57e37f18

View File

@ -369,7 +369,7 @@ Similar to chats.get API
To open a single multi user chat box, provide the JID of the room::
converse.room.open('group@muc.example.com')
converse.rooms.open('group@muc.example.com')
To return an array of chat boxes, provide an array of JIDs::
@ -377,7 +377,7 @@ To return an array of chat boxes, provide an array of JIDs::
To setup a custom nickname when joining the room, provide the optionnal nick argument::
converse.room.open('group@muc.example.com', 'mycustomnick')
converse.rooms.open('group@muc.example.com', 'mycustomnick')
"settings" grouping