about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-03-22 14:12:57 +0100
committerGitHub <noreply@github.com>2018-03-22 14:12:57 +0100
commit76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c (patch)
tree9794c7f9833dac879a538e22daf0b67d0943785d /nixos/doc/manual/release-notes
parent7b539c06297f1ca84e475fb1018fe50114f2447e (diff)
parentfaaf32a0ee3ed3693e87def1fabd6b8a89e29a41 (diff)
downloadnixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar
nixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.gz
nixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.bz2
nixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.lz
nixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.xz
nixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.zst
nixlib-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.zip
Merge pull request #32960 from florianjacob/prosody-0.10
Prosody 0.10.0
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-1803.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index b755245a69fb..e67f14484660 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -322,6 +322,38 @@ following incompatible changes:</para>
       <link xlink:href="https://github.com/rvl/pump.io-nixos">external module</link>.
     </para>
   </listitem>
+  <listitem>
+    <para>
+      The Prosody XMPP server has received a major update. The following modules were renamed:
+      <itemizedlist>
+        <listitem>
+          <para>
+            <option>services.prosody.modules.httpserver</option> is now <option>services.prosody.modules.http_files</option>
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            <option>services.prosody.modules.console</option> is now <option>services.prosody.modules.admin_telnet</option>
+          </para>
+        </listitem>
+      </itemizedlist>
+    </para>
+
+    <para>
+      Many new modules are now core modules, most notably <option>services.prosody.modules.carbons</option>
+      and <option>services.prosody.modules.mam</option>.
+    </para>
+
+    <para>
+      The better-performing <literal>libevent</literal> backend is now enabled by default.
+    </para>
+
+    <para>
+      <literal>withCommunityModules</literal> now passes through the modules to <option>services.prosody.extraModules</option>.
+      Use <literal>withOnlyInstalledCommunityModules</literal> for modules that should not be enabled directly, e.g <literal>lib_ldap</literal>.
+    </para>
+  </listitem>
+
 </itemizedlist>
 
 </section>