diff options
author | Quentin <quentin@deuxfleurs.fr> | 2019-10-27 15:26:21 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2019-10-27 15:26:21 +0100 |
commit | 1850d9a6539ff88373508327eb9aa1e8832688fa (patch) | |
tree | d14b14593cfb297bc3ef1fcacd29163756297f80 /consul/configuration/chat/fb2mx | |
parent | 7a97bbe06c0a8eb7b462d87b128c5ca3154eb582 (diff) | |
download | infrastructure-1850d9a6539ff88373508327eb9aa1e8832688fa.tar.gz infrastructure-1850d9a6539ff88373508327eb9aa1e8832688fa.zip |
[chat] Synapse finally accepts my registration file...
Diffstat (limited to 'consul/configuration/chat/fb2mx')
-rw-r--r-- | consul/configuration/chat/fb2mx/config.yaml | 2 | ||||
-rw-r--r-- | consul/configuration/chat/fb2mx/registration.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/consul/configuration/chat/fb2mx/config.yaml b/consul/configuration/chat/fb2mx/config.yaml index 1e2860f..751ca22 100644 --- a/consul/configuration/chat/fb2mx/config.yaml +++ b/consul/configuration/chat/fb2mx/config.yaml @@ -39,7 +39,7 @@ appservice: # Community ID for bridged users (changes registration file) and rooms. # Must be created manually. - community_id: "fbusers" + community_id: "+fbusers@deuxfleurs.fr" # Authentication tokens for AS <-> HS communication. Autogenerated; do not modify. as_token: "This value is generated when generating the registration" diff --git a/consul/configuration/chat/fb2mx/registration.yaml b/consul/configuration/chat/fb2mx/registration.yaml index bbd4293..c3d8c05 100644 --- a/consul/configuration/chat/fb2mx/registration.yaml +++ b/consul/configuration/chat/fb2mx/registration.yaml @@ -5,7 +5,7 @@ namespaces: users: - exclusive: true regex: '@facebook_.+:deuxfleurs.fr' - group_id: fbusers + group_id: '+fbusers:deuxfleurs.fr' url: http://fb2mx.service.2.cluster.deuxfleurs.fr:29319 sender_localpart: facebookbot rate_limited: false |