6.0.0-git
2024-03-19
Last Modified 2017-01-26 by Jan Schneider

Horde Chat Module

The idea is to integrate or develop some chat solution that allows Horde users to chat either in a separate application or from a widget that is displayed inside the regular applications.

Bugs

https://bugs.horde.org/ticket/4574
https://github.com/jsxc/jsxc/issues/61
https://bitbucket.org/mhxp/conversejs-horde

People

Jan

Description

As requested by several users and one customer, Horde lacks some chat/instant messaging solution. Suggested features:

  • Internal only, with Horde users
  • Access to chat history
  • Group chats
  • Voice/video chats
  • Widget on-top of other applications

There are two categories of possible solutions:

  1. Standlone, proprietary clients that bring their own server.
  2. Clients for existing chat protocols or backends (IRC, XMPP etc)

The latter is preferred, because we wouldn't have a vendor-lock-in and building on top of existing standardized solutions if better following Horde's paradigm of "integrate with what's there".

Two other categories are:

  1. Complete chat applications. This is the kind of chat you get on chat websites.
  2. Integrated (widget-like) applications. Those can be integrated into existing applications and run partly on top of those. This is the kind of chat found on social networks.

Again, the latter is preferred because you wouldn't have to switch between the chat application and the other Horde application that you are currently using.

Other points to keep in mind: look and feel, ease of integration with existing web applications (other examples), conflicts with existing Horde JavaScript code, maintenance status, customization possibilities.

Without having investigated all items, it boils down to an XMPP server with Converse.js, JSXC, or Jappix on top. Pending any unforeseen problems, and due to the nice UI and video/audio chat support(!), the winner is:

JSXC!

https://bugs.horde.org/h/ansel/img/screen.php?image=1&t=ShadowThumb&b=none

Resources

XMPP Clients

Not further analyzed

Standalone clients

Other clients


Back to the Project List