roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.95k stars 1.65k forks source link

Jabber/XMPP/Instant messaging support #2712

Closed rcubetrac closed 9 years ago

rcubetrac commented 14 years ago

Reported by anarcat on 16 Mar 2010 23:08 UTC as Trac ticket #1486554

It would be nice to have a plugin that would hook into one of the many AJAX/Web Jabber clients.

The ultimate set of features here are:

  1. single sign on
  2. integrated in the interface
  3. contact sharing
  4. This plugin should sign-on the external application transparently, using a hack like this:
username is in $_SESSION[can be obtain by: decrypt_passwd($_SESSION['password']('username']
password))
  1. the plugin should take up a specific space on the sidebar and people should be able to turn it off to not automagically login when they consult their email
  2. contacts could be shared between jabber and roundcube. for example, the frequency of communications between the contact and the user could be used to sort the list... this could arguably be considered to be outside of the scope of this feature

Migrated-From: http://trac.roundcube.net/ticket/1486554

rcubetrac commented 14 years ago

Comment by amaramrahul on 5 Sep 2010 14:11 UTC

Here is a small guide on how you can integer iJab (a Jabber client) with roundcube.

http://rahul.amaram.name/blog/2010/09/05/integrating-ijab-roundcube

iJab chatbar demos can be seen at https://rahul.amaram.name/blog/2010/09/05/integrating-ijab-roundcube.

rcubetrac commented 14 years ago

Comment by amaramrahul on 5 Sep 2010 14:12 UTC

Correct link for iJab Demos - http://www.ijab.im/node/4

Replying to amaramrahul:

Here is a small guide on how you can integer iJab (a Jabber client) with roundcube.

http://rahul.amaram.name/blog/2010/09/05/integrating-ijab-roundcube

iJab chatbar demos can be seen at https://rahul.amaram.name/blog/2010/09/05/integrating-ijab-roundcube.

rcubetrac commented 12 years ago

Comment by nodiscc on 28 Sep 2012 14:54 UTC

iJab site is down for a while (for me). Another nice javascript XMPP client to look at: http://candy-chat.github.com/candy/ (demo included)

rcubetrac commented 9 years ago

Comment by @alecpl on 2 Sep 2015 08:50 UTC

This kind of feature will never be implemented in Roundcube core. You can write a plugin. BTW, there's already some plugin https://github.com/priyadi/roundcube-converse.js-xmpp-plugin/.

rcubetrac commented 9 years ago

Status changed by @alecpl on 2 Sep 2015 08:50 UTC

new => closed