Skip to content

Commit

Permalink
Comment out room discovery at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jan 13, 2019
1 parent 0117f4e commit c6e7fba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/xmppjs/ServiceHandler.ts
Expand Up @@ -37,9 +37,9 @@ export class ServiceHandler {
return this.handleVcard(from, to, id, intent);
}

if (stanza.getChildByAttr("xmlns", "http://jabber.org/protocol/disco#info")) {
return this.handleRoomDiscovery(to, from, id, intent);
}
// if (stanza.getChildByAttr("xmlns", "http://jabber.org/protocol/disco#info")) {
// return this.handleRoomDiscovery(to, from, id, intent);
// }

return this.xmpp.xmppWriteToStream(x("iq", {
type: "error",
Expand Down

0 comments on commit c6e7fba

Please sign in to comment.