Преглед изворни кода

Merge branch 'prosody' of github.com:Titan-C/sovereign

Thomas Buck пре 5 година
родитељ
комит
3529418579
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1
    1
      roles/xmpp/tasks/prosody.yml
  2. 1
    1
      roles/xmpp/templates/prosody.cfg.lua.j2

+ 1
- 1
roles/xmpp/tasks/prosody.yml Прегледај датотеку

@@ -26,7 +26,7 @@
26 26
   file: state=directory path=/decrypted/prosody owner=prosody group=prosody
27 27
 
28 28
 - name: Configure Prosody
29
-  template: src=prosody.cfg.lua.j2 dest=/etc/prosody/prosody.cfg.lua group=root owner=root
29
+  template: src=prosody.cfg.lua.j2 dest=/etc/prosody/prosody.cfg.lua group=prosody owner=prosody
30 30
   notify: restart prosody
31 31
 
32 32
 - name: Create Prosody accounts

+ 1
- 1
roles/xmpp/templates/prosody.cfg.lua.j2 Прегледај датотеку

@@ -43,7 +43,7 @@ modules_enabled = {
43 43
 		"vcard"; -- Allow users to set vCards
44 44
 
45 45
 	-- These are commented by default as they have a performance impact
46
-		"privacy"; -- Support privacy lists
46
+                "blocklist"; -- Support blocking users
47 47
 		--"compression"; -- Stream compression (requires the lua-zlib package installed)
48 48
 
49 49
 	-- Nice to have

Loading…
Откажи
Сачувај