From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eILrL-0005aj-2g for guix-patches@gnu.org; Fri, 24 Nov 2017 16:50:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eILrG-0000uc-4w for guix-patches@gnu.org; Fri, 24 Nov 2017 16:50:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47857) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eILrG-0000uT-0T for guix-patches@gnu.org; Fri, 24 Nov 2017 16:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eILrF-0002LV-OK for guix-patches@gnu.org; Fri, 24 Nov 2017 16:50:01 -0500 Subject: [bug#29425] [PATCH 3/6] services: prosody: Adapt to Prosody 0.10.0. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171124165227.5743-1-clement@lassieur.org> <20171124165227.5743-3-clement@lassieur.org> Date: Fri, 24 Nov 2017 22:49:48 +0100 In-Reply-To: <20171124165227.5743-3-clement@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Fri, 24 Nov 2017 17:52:24 +0100") Message-ID: <87k1yf73er.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 29425@debbugs.gnu.org Cl=C3=A9ment Lassieur skribis: > * doc/guix.texi (Messaging Services): Add "mam" as a module example. Doc= ument > 'prosodyctl check'. Replace 'prosodyctl cert request' with 'prosodyctl c= ert > import'. Regenerate it. > * gnu/services/messaging.scm (serialize-module-list): Remove "posix" from= the > default modules list because it is now automatically loaded. > (ssl-configuration)[key, certificate]: Remove them because they are now > automatically located. Fix their docstrings. > (%default-modules-enabled): Add "carbons" and "blocklist". > (prosody-configuration)[certificates]: Set default directory from which > certificates/keys will be automatically located. LGTM. I suppose the Prosody update should be applied before this one, right? Ludo=E2=80=99.