xmppjs / hubot-xmpp

XMPP adapter for Hubot
181 stars 101 forks source link

Emit 'connected' event upon successful connection #11

Closed rf closed 12 years ago

rf commented 12 years ago

Upon successful connection, we should emit a 'connected' event.

This fixes the problem I was having which I described in issue #10. The scripts weren't being loaded because the 'connected' event was never fired.