Commit 98191056 authored by Guillermo Bonvehí's avatar Guillermo Bonvehí

Fix rooms grouping examples in docs

parent 36d9dbde
...@@ -369,7 +369,7 @@ Similar to chats.get API ...@@ -369,7 +369,7 @@ Similar to chats.get API
To open a single multi user chat box, provide the JID of the room:: 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:: 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:: ...@@ -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:: 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 "settings" grouping
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment