xmppjs / hubot-xmpp

XMPP adapter for Hubot
181 stars 101 forks source link

Fix GTalk XMPP errors #13

Closed mbbx6spp closed 12 years ago

mbbx6spp commented 12 years ago

Now fully working in a MUC setup on GTalk using the XMPP Hubot adapter and responding to commands nicely. Fixes two fundamental XMPP issues with the original Hubot adapter:

Note: This can be verified by using the hubot-xmpp2 (version 0.0.5) NPM package in your Hubot dependencies section of your package.json. I can unpublish the NPM package once pull request makes it into a published version of the hubot-xmpp package.

markstory commented 12 years ago

Thanks, I should have this merged in by the weekend.

markstory commented 12 years ago

Thanks again, merged in [1230dc57d37ee753ce3c98d114ede7fa74eb78d1]

mbbx6spp commented 12 years ago

Wonderful. Thanks for your speedy review and merge.

mbbx6spp commented 12 years ago

Just a note to say for any other issue readers that I have unpublished my NPM test package of hubot-xmpp2 since hubot-xmpp 0.0.7 contains these fixes. Thanks!