|
@@ -322,7 +322,7 @@ var XMPP = {
|
322
|
322
|
createConnection: function () {
|
323
|
323
|
var bosh = config.bosh || '/http-bind';
|
324
|
324
|
// adds the room name used to the bosh connection
|
325
|
|
- return new Strophe.Connection(bosh + '?ROOM=' + APP.UI.getRoomNode());
|
|
325
|
+ return new Strophe.Connection(bosh + '?room=' + APP.UI.getRoomNode());
|
326
|
326
|
},
|
327
|
327
|
getStatusString: function (status) {
|
328
|
328
|
return Strophe.getStatusString(status);
|