From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eIQ7X-0006Nz-3B for guix-patches@gnu.org; Fri, 24 Nov 2017 21:23:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eIQ7T-0005f3-UN for guix-patches@gnu.org; Fri, 24 Nov 2017 21:23:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47980) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eIQ7T-0005ep-QH for guix-patches@gnu.org; Fri, 24 Nov 2017 21:23:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eIQ7S-0004ti-Ex for guix-patches@gnu.org; Fri, 24 Nov 2017 21:23:03 -0500 Subject: [bug#29425] [PATCH 3/6] services: prosody: Adapt to Prosody 0.10.0. Resent-Message-ID: References: <20171124165227.5743-1-clement@lassieur.org> <20171124165227.5743-3-clement@lassieur.org> <87k1yf73er.fsf@gnu.org> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <87k1yf73er.fsf@gnu.org> Date: Sat, 25 Nov 2017 03:22:29 +0100 Message-ID: <87k1yff66y.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29425@debbugs.gnu.org Ludovic Courtès writes: > Clément Lassieur skribis: > >> * doc/guix.texi (Messaging Services): Add "mam" as a module example. Document >> 'prosodyctl check'. Replace 'prosodyctl cert request' with 'prosodyctl cert >> 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? Yes. Thank you for the review! Clément