From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: [PATCH] gnu: Add Prosody service. Date: Sat, 07 Jan 2017 22:14:02 +0100 Message-ID: <87mvf21skl.fsf@lassieur.org> References: <20170104215559.3295-1-clement@lassieur.org> <586E2140.8070004@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPyJZ-0007PU-Qx for guix-devel@gnu.org; Sat, 07 Jan 2017 16:14:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPyJW-0002wm-Le for guix-devel@gnu.org; Sat, 07 Jan 2017 16:14:13 -0500 Received: from mail.lassieur.org ([83.152.10.219]:44084) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cPyJW-0002wR-Bt for guix-devel@gnu.org; Sat, 07 Jan 2017 16:14:10 -0500 In-reply-to: <586E2140.8070004@crazy-compilers.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel@gnu.org > Am 04.01.2017 um 22:55 schrieb Cl=C3=A9ment Lassieur: >> +(define %default-modules-enabled >> + '("roster" >> + "saslauth" >> + "tls" >> + "dialback" >> + "disco" >> + "private" >> + "vcard" >> + "version" >> + "uptime" >> + "time" >> + "ping" >> + "pep" >> + "register" >> + "admin_adhoc")) > > I suggest adding omemo (axelotl encryption) here, since this is one of > the most important new features for XMPP. Omemo only depends on PEP, which is enabled by default. So it should work. >> + "Multi-user chat (MUC) is Prosody's module for allowing you to c= reate >> +hosted chatrooms/conferences for XMPP users. >> + >> +General information on setting up and using MUC chatrooms can be foun= d in our >> +\"Chatrooms\" documentation (@url{http://prosody.im/doc/chatrooms}), = which you >> +should read if you are new to XMPP chatrooms. > > s/MUC chatrooms/ multi-user chatrooms/ > s/our/the/ Ok.