mirror of
https://dev.narayana.im/narayana/telegabber.git
synced 2026-08-05 04:07:07 +00:00
Explicit muc#traffic support
This commit is contained in:
parent
3b57895237
commit
541acdf372
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue