Error Creating Chat Room StropheJS with ejabberd
问题 I am trying to create a chat room using StropheJS My Code: var presence = $pres({ to: "testRoom@conference@localhost/yashwanth, from: Strophe.getBareJidFromJid(connection.jid) }); Groupie.connection.send( presence.tree()); Groupie.connection.muc.createInstantRoom("testRoom@conference.localhost/yashwanth", function(status) { console.log("Room Created Successfully", status); }, function(status) { console.log("Error Creating Room", status); }); While creating the room I am facing the below error