-
jjj333_p (any pronouns)
heya if anyone is familiar with slixmpp i was trying to get together a quick bot, invites are showing up in debug logs but neither the `"message"` nor `"groupchat_invite"` handlers are being called for it, which according to everything i can find at least one of those should be getting called. i am checking this with breakpoints at the first line of the handler functions, is there anything im doing wrong? i have the plugins registered that all the example bots i can find (in docs and outside of docs) so i dont know why
-
jjj333_p (any pronouns)
https://downloadable.pain.agency/file_share/knBMzWY2n8T9UOLKgbzp4FIH/4f6d951b-2b23-43fc-93bc-9eaa730b8326.png
-
jjj333_p (any pronouns)
(this is their sample echobot, just modified to try to add groupchat invites)
-
dwd
jjj333_p (any pronouns), You might need to listen for the event, and I'd be looking at which sort of invitation you're getting, too.
-
jjj333_p (any pronouns)
> jjj333_p (any pronouns), You might need to listen for the event, and I'd be looking at which sort of invitation you're getting, too. does the debug log not show that its a message type event? my whole point is im _trying_ to listen to the event following every guide i can find ↺