-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manage XMPP Pings (direct messages) #161
Comments
What exactly do you mean with XMPP ping ? Do you mean https://xmpp.org/extensions/xep-0199.html ? |
yeah i think but im not sure but i already see the message in the command window but it is not routed to discord. this a sample of the message called "ping" and i want it to be routed : |
Ok, that looks like a private message, that will not be bridged |
ok thanks ill try to updade the code soon to manage chat message too. can you tag this like an enhancement? |
I'm going to close this, more general issue in #191 |
hello,
Im trying to get pings from a Xmpp server to discord channel using matterbridge. i already can get channel (groupchat) XMPP message, but unable to do the same with the XMPP pings probably because they are sended to everyone and no in a channel.
so i looked in xmpp.go file and i noticed that matterbridge catch only the type "groupchat":
if v.Type == "groupchat"
Is it planned to manage other type?
The text was updated successfully, but these errors were encountered: