sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.77k stars 1.58k forks source link

Connecting to external XMPP server #669

Closed GodLesZ closed 6 years ago

GodLesZ commented 8 years ago

Hi folks,

is it possible to connect to an existing/running xmpp server using Lets Chat? Just saw the xmpp usage (https://github.com/sdelements/lets-chat/blob/master/app/xmpp/index.js) and it seems to be only working with an internal self-hosted instance.

Any chance for bringing this up? I want to use Lets Chat only as an xmpp client and later on bridge it on |https://github.com/atom/electron

hhaidar commented 8 years ago

Do you mean a server to server connection or something? That is not possible. Neither is using the client as an XMPP client.

If you throw the client into an electron container, it would definitely be possible with a lot of glue. I'm not sure it would be worth it though, as there are some very decent XMPP clients out there (something like https://github.com/jcbrand/converse.js)