Ruby XMPP handler
18/05/08 20:11
What ?
I’m trying to make a little ruby wrapper around few XMPP/Jabber functionalities.
- handling
xmpp://URLs (add a contact, send a message, etc…) XEP-0147 - update status for all (or one) compliant clients (such as PSI )
Using Xmpp4R or even Jabber::Simple it should pretty straightforward…
A bit more tricky :
to have an handler for msn: URL able to pick the name of the gateway and make a good JID !
Why ?
- because psi can’t do that and it’s a pity. Plus, it’s really easy to do !
- to be able to script on that, for example to set status “Away” when you close your lid…