do not announce service as muc

This commit is contained in:
Martin/Geno 2019-10-28 00:12:36 +01:00 committed by genofire
parent 91e2aa41b8
commit 3fd213906f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ func (c *Config) handleDiscoInfo(s xmpp.Sender, p stanza.Packet) {
{Var: stanza.NSMsgReceipts},
{Var: stanza.NSMsgChatMarkers},
{Var: stanza.NSMsgChatStateNotifications},
{Var: "http://jabber.org/protocol/muc"},
// {Var: "http://jabber.org/protocol/muc"},
},
}
if discoInfo.Node == "" {