diff --git a/xmpp/handlers.go b/xmpp/handlers.go index f1d4052..0e4b893 100644 --- a/xmpp/handlers.go +++ b/xmpp/handlers.go @@ -999,6 +999,8 @@ func handleGetDiscoInfo(s xmpp.Sender, iq *stanza.IQ, di *stanza.DiscoInfo) { } } } + } else if di.Node == "http://jabber.org/protocol/muc#traffic" { + // noop yet, empty result as intended, TODO: add XHTML whenever supported } else { chatType, chatTypeErr := getTelegramChatType(iq.From, iq.To)