simple-xmpp / node-simple-xmpp

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

Method to set state/statusText #18

Closed silverbucket closed 11 years ago

silverbucket commented 11 years ago

Right now it doesn't seem like there's a way to set the logged in users state or statusText...

something like:

xmpp.setState(state, statusText);
nilclass commented 11 years ago

I guess this is resolved by #23, as:

xmpp.setPresence(show, statusText)