hello everyone, first of all sorry about my english, there are a little web app ¨AjaxIM¨ Ajax IM — Instant Messaging Framework (http://ajaxim.com) for some of us could be very interesant that somebody integrate such thing with roundcube and xmpp (jabber), I use an ldap server to autenticate all the services on my mailserver, jabber include, but I´m not a developer, and implement that may be VERY NICE ;)
I would like to do this too, add a ajaxim in roundcube for interract with my jabber openfire install which is on the same box.
If anyone can help me.
Hi,
I'm not sure if the route for AjaxIM is the correct one.
I've had a good look at it and I can see that it relies on a database.
I believe you're after something lightweight like the google talk client. There are lightweight XMPP clients written in javascript -- they often use Strophe (http://code.stanziq.com/strophe/) library -- it seems that all code required for an xmpp chat session is implemented in that library.
There may be a way for a plugin developer to add the chat window (say below the folder panel) and use strophe -- this would make the plugin lightweight and standards compliant.
I'd guess that there could be two sorts of configuration -- one enforced by the admin without possibility for users to add more servers and second with preferred server + additional logins configured by users.
some developer can work in that? would be nice to have it. :D