XMPP plugin fails
See original GitHub issueI 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?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:38 (13 by maintainers)
Top GitHub 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:
So I’m going to try that.