Rio service talking to humans over Jabber

I’ve been experiencing a bit with integration between Rio services and instant messaging services. What I’ve been able to do so far is illustrated on the following screenshot:
Rio JSB talking with a human over Jabber

The JSB opens a Jabber connection (with the help of Smack) with an iChat server (which is also a Jabber server), creates (or joins) a chatroom, invite some users and logs some few messages.

What is even nicer is that it would be really easy to add support for CLI (new Rio command-line utility) over Jabber. That would mean administration of the Rio platform using Jabber from anywhere in the world. Security can also be activated with a password protected chatroom.

I’ll try to write a dedicated Rio JSB dealing with CLI commands, instead of plugging some Smack code in my own JSBs.

Leave a Reply