+(1) +(1) +(1) +(3) +(1) -(1) +(1) +(1) +(4) +(3) +(3) +(3) +(1) +(1)
Ruby XMPP handler 18/05/08 20:11

What ?

I’m trying to make a little ruby wrapper around few XMPP/Jabber functionalities.

  1. handling xmpp:// URLs (add a contact, send a message, etc…) XEP-0147
  2. 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 ?

  1. because psi can’t do that and it’s a pity. Plus, it’s really easy to do !
  2. to be able to script on that, for example to set status “Away” when you close your lid…