Skip to content

Commit f613050

Browse files
author
kevin
committed
rename createRoom to createConfiguredRoom
1 parent 5d26a57 commit f613050

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

muc/strophe.muc.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Strophe.addConnectionPlugin 'muc',
330330
Returns:
331331
id - the unique id used to create the chat room.
332332
###
333-
createRoom: (room, config, success_cb, error_cb) ->
333+
createConfiguredRoom: (room, config, success_cb, error_cb) ->
334334
roomiq = $iq(
335335
to: room
336336
type: "set" )

muc/strophe.muc.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)