Explicit muc#traffic support

This commit is contained in:
Bohdan Horbeshko 2025-06-27 15:05:32 -04:00
parent 3b57895237
commit 541acdf372

View file

@ -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 { } else {
chatType, chatTypeErr := getTelegramChatType(iq.From, iq.To) chatType, chatTypeErr := getTelegramChatType(iq.From, iq.To)