do not announce service as muc

This commit is contained in:
Martin/Geno 2019-10-28 00:12:36 +01:00
parent fad6dfdf88
commit 0f196683f9
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
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 == "" {