mqttwarn: XMPP plugin fails

I am trying to setup a simple xmpp example

[config:xmpp] sender ='someuser@caserio.de' password = 'correctpassword' targets = { 'admin' : 'hagen.bauer@caserio.de' } [hello/1] targets = log:info, xmpp:admin

This is the error I can see DEBUG [xmpp] *** MODULE=services/xmpp.py: service=xmpp, target=admin DEBUG [xmpp] Sending XMPP notification to admin, addresses: hagen.bauer@caserio.de WARNING [mqttwarn] Notification of xmpp for hello/1 FAILED or TIMED OUT DEBUG [mqttwarn] Job queue has 0 items to process ERROR [xmpp] Error sending message to admin: Client instance has no attribute 'Dispatcher'

DNS should be ok.

host -t SRV _xmpp-client._tcp.caserio.de _xmpp-client._tcp.caserio.de has SRV record 5 0 5222 chat.caserio.de. ` Other xmpp Clients are working. Anything I am doing wrong?

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 1
  • Comments: 38 (23 by maintainers)

Most upvoted comments

@amotl: I am very happy to see that xmpppy is developped a new time! Please look all changes in all current forks!

I got this reply from github support:

xmpppy/xmpppy, doesn’t have any issues or PRs, and no forks of its own, so the smoothest option would be to delete it. Then you could transfer normanr/xmpppy across to the xmpppy org, and it would take all of its issues, PRs and forks with it.

So I’m going to try that.