-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussion: XMPP Integration #826
Comments
The college society I worked for tested a lot of different solutions for internal collaboration. We tested Slack, Mattermost, Riot.im/Matrix, Rocket.Chat, stackfield, Threema Work. From my point of view, from a non computer scientist who likes easy to use software, it would be the best solution to closely cooperate with Rocket.Chat. I know that Rocket.Chat has not a PHP basis. I can't say how complicated it is to build a bridge. But I honestly think that this is the best solution from a user experience perspective. Rocket.Chat can be installed on an own server and can also be hosted somewhere. I have NETWAYS in mind here. And for guys like me, who just want to have a good looking and working peace of software, which is easy to update and to install, Rocket.Chat seems to be the way to go. |
Starting with XMPP makes the most sense IMHO. It's an established protocol with lots of users and clients. Frank Karlitschek wrote in his blog about "an XMPP compatible API so that third party Chat Apps can talk to a Nextcloud Talk server". That would provides NC Talk with desktop clients, which would be nice. So I guess the first questions would be what these integrations are supposed to do exactly and what's possible for each protocol. |
Probably just implementing XMPP s2s federation would already make a lot of sense. Then Nextcloud Talk users could communicate with all Jabber/XMPP users. To make use of all the existing client software, c2s is needed. |
@stevenroose Our use case makes it better to use our existing XMPP server but allow NC users to use a NC-based client. (Similar to the javascript chat app but integrated with Talk). FWIW |
ConverseJS now has a headless build option that could be included as an alternative XMPP chat backend: Combined with stuff from the very nice JSXC Nextcloud integration, this would be a huge step forward for Nextcloud Talk :) |
XMPP support would be a huge step towards Jitsi integration as well |
Also Thunderbird supports it, it would be nice to have it connected |
+1 for this. |
This is a discussion thread for XMPP integration, as mentioned in meta thread #687. Also mentioned in chat meta thread #294 #395 #40 #35.
XMPP chat is currently available as a Nextcloud packaged app, but it would be ideal to have it integrated directly into Talk.
The text was updated successfully, but these errors were encountered: