XMPP Matrix Federation Coming.
Kamino
techriot@hub.natehiggers.org
XMPP Matrix Federation Coming.Ejabberd Federation With Matrix Is Now A Possibility.Presumably, adding these lines to /etc/ejabberd.yml:
listen:
-
port: 8448
module: ejabberd_http
tls: true
certfile: "/opt/ejabberd/conf/server.pem"
request_handlers:
"/_matrix": mod_matrix_gw
And add mod_matrix_gw in your modules:
modules:
mod_matrix_gw:
matrix_domain: "domain.com"
key_name: "somename"
key: "yourkeyinbase64"
I'm certainly going to try this out later.