do not announce service as muc
This commit is contained in:
parent
91e2aa41b8
commit
3fd213906f
|
@ -31,7 +31,7 @@ func (c *Config) handleDiscoInfo(s xmpp.Sender, p stanza.Packet) {
|
||||||
{Var: stanza.NSMsgReceipts},
|
{Var: stanza.NSMsgReceipts},
|
||||||
{Var: stanza.NSMsgChatMarkers},
|
{Var: stanza.NSMsgChatMarkers},
|
||||||
{Var: stanza.NSMsgChatStateNotifications},
|
{Var: stanza.NSMsgChatStateNotifications},
|
||||||
{Var: "http://jabber.org/protocol/muc"},
|
// {Var: "http://jabber.org/protocol/muc"},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
if discoInfo.Node == "" {
|
if discoInfo.Node == "" {
|
||||||
|
|
Reference in New Issue