simple-xmpp / node-simple-xmpp

Simple High Level NodeJS XMPP Client
301 stars 90 forks source link

Added conference parameter to groupbuddy event. #46

Closed Inkp closed 10 years ago

Inkp commented 10 years ago

I thought it is going to be usefull to actually know which conference you got presence stanza from. So I have added that parameter into the event handler. I also changed event name to lowercase to better match project's conventions. Updated docs accordingly as well.

silverbucket commented 10 years ago

good call on both accounts, merging.

silverbucket commented 10 years ago

@Inkp new version published to NPM with your additions v0.1.19

Inkp commented 10 years ago

Good to know, thanks.