owncloud-archive / chat

GNU Affero General Public License v3.0
38 stars 21 forks source link

Support XMPP #91

Open tigre-bleu opened 10 years ago

tigre-bleu commented 10 years ago

Interesting HMI but I think it should definitely use an existing XMPP backend.

All my users are stored in an LDAP that is both used by ownCloud and ejabberd (XMPP server). It would be nice to have them use ownCloud as a webchat but using their regular account and contacts.

Local backend might be interesting for small users so it may be better to give the choice between Local or XMPP

LEDfan commented 10 years ago

Thanks for testing the app! What you describe is exactly the goal of this Chat app. In the first place an out-of-the box working Chat client, server and protocol, but on the other hand a Chat client for various protocols. The Chat client is already adapted to this goal.

stefan-niedermann commented 10 years ago

Maybe we should create a seperate issue, where we can collect protocols which could be implemented in the future? If someone wants to concrete implement one of these protocols, we can create tasks or seperate issues.

ghost commented 10 years ago

I propose xmpp including xep-0333, xep-0280 and xep-0198.

LEDfan commented 9 years ago

A first implementation of XMPP is working. Checkout the latest version!