From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eId0r-0003wS-24 for guix-patches@gnu.org; Sat, 25 Nov 2017 11:09:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eId0n-0001cZ-TX for guix-patches@gnu.org; Sat, 25 Nov 2017 11:09:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49380) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eId0n-0001cV-QZ for guix-patches@gnu.org; Sat, 25 Nov 2017 11:09:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eId0n-00041h-Kp for guix-patches@gnu.org; Sat, 25 Nov 2017 11:09:01 -0500 Subject: [bug#29295] [PATCH] Few small patches for messaging. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <9978d785ab80b1b4cf23b261f84bdced@mykolab.com> <20171114155249.47x3siilzqzsopp4@abyayala> <87o9nxzy9q.fsf@gnu.org> <87h8tonhtq.fsf@gnu.org> <87lgivffid.fsf@lassieur.org> Date: Sat, 25 Nov 2017 17:08:25 +0100 In-Reply-To: <87lgivffid.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Sat, 25 Nov 2017 00:01:14 +0100") Message-ID: <873752z6h2.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: Rutger Helling , 29295@debbugs.gnu.org Cl=C3=A9ment Lassieur skribis: > Ludovic Court=C3=A8s writes: [...] >> OK, it does sound like a Freetalk issue, in which case we should just go >> ahead and update Prosody, and report the issue to bug-freetalk@gnu.org. >> >> Cl=C3=A9ment, any ideas? > > I sent two patches that fix the issue, see > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D29433. > > This happened because Prosody removed DIGEST-MD5 auth mechanism since > 0.10 (see https://prosody.im/doc/modules/mod_saslauth). The other one > (SCRAM-SHA-1) seems to be unsupported by Freetalk. Oh, good catch. Thank you! Ludo=E2=80=99.