disable presence
This commit is contained in:
parent
7d6ae7be16
commit
97c5557a6f
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@
|
||||||
ignore_messages_from_server_names = [ ];
|
ignore_messages_from_server_names = [ ];
|
||||||
url_preview_domain_explicit_allowlist = [ "*" ];
|
url_preview_domain_explicit_allowlist = [ "*" ];
|
||||||
|
|
||||||
|
allow_local_presence = false;
|
||||||
|
allow_incoming_presence = false;
|
||||||
|
allow_outgoing_presence = false;
|
||||||
|
|
||||||
well_known = {
|
well_known = {
|
||||||
client = "https://${subdomain}";
|
client = "https://${subdomain}";
|
||||||
server = "${subdomain}:443";
|
server = "${subdomain}:443";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue