xmppjs / hubot-xmpp

XMPP adapter for Hubot
181 stars 101 forks source link

No listeners #98

Closed beerygaz closed 9 years ago

beerygaz commented 9 years ago

I can get my bot connected to my XMPP server but I cannot get it to respond to any commands. The command line hubt works & responds to basic commands like "help" but when using XMPP none of my scripts seem to fire.

[Wed Nov 18 2015 10:53:39 GMT+0200 (SAST)] DEBUG Received message: help in room: undefined, from: gavin.hill. Private chat JID is gavin.hill@za.domain.com/jabber_559320421
[Wed Nov 18 2015 10:53:39 GMT+0200 (SAST)] DEBUG No listeners executed; falling back to catch-all
beerygaz commented 9 years ago

I somehow managed to get an older version of the adapter installed. Got the latest and all working.