On 8 févr. 2013, at 18:00, Anca Luca wrote: > I forgot the name of the js lib we used for UI, there was a little js API for > communicating with an XMPP, one I had seen at a fosdem a few years ago. I can > dig for that code to check it out if you want.
http://candy-chat.github.com/candy/ sounds very mature for this. I would not use LDAP for integration but probably write a custom, db-exploiting, authenticator (there's a JDBC-one currently, but it seems to want to list users) together with something in the cookie in a servlet filter (for auto-login). All non-trivial. But it seems that the UI might be rather sturdy and full-featured... hence my question to Denis. Paul _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

