peertube-plugin-livechat/prosody-modules/mod_s2s_peertubelivechat
John Livingston 472caf9f5b
Fix: direct s2s connection not always possible
Trying to connect to a remote instance using direct s2s won't work if local instance has not the feature enabled, and if the remote instance does not know the local one.
So using Websocket S2S in such case (that embed a discovery mecanism).
2023-06-01 13:06:59 +02:00
..
README.md Chat Federation WIP: code cleaning. 2023-05-31 16:52:49 +02:00
mod_s2s_peertubelivechat.lua Fix: direct s2s connection not always possible 2023-06-01 13:06:59 +02:00

README.md

mod_s2s_peertubelivechat

This module is part of peertube-plugin-livechat, and is under the same LICENSE.

This module provides some custom Websocket S2S tweaking.

For example, it ensures you can connect to a remote XMPP server that is not a Peertube instance (unless you enabled S2S in the plugin).

It also provides specific Websocket S2S discovery methods.