diff --git a/converse.js b/converse.js index 4a04d6502..65f360044 100644 --- a/converse.js +++ b/converse.js @@ -1054,10 +1054,6 @@ xmppchat.ChatBoxesView = Backbone.View.extend({ el: '#collective-xmpp-chat-data', - isChatRoom: function (jid) { - return Strophe.getDomainFromJid(jid) === xmppchat.connection.muc_domain; - }, - createChatRoom: function (jid) { var box = new xmppchat.ChatRoom(jid, xmppchat.fullname); var view = new xmppchat.ChatRoomView({