From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eIMz0-0004Ig-OJ for guix-patches@gnu.org; Fri, 24 Nov 2017 18:02:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eIMyw-0008Sg-Qf for guix-patches@gnu.org; Fri, 24 Nov 2017 18:02:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47904) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eIMyw-0008SE-Mm for guix-patches@gnu.org; Fri, 24 Nov 2017 18:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eIMyw-00088G-65 for guix-patches@gnu.org; Fri, 24 Nov 2017 18:02:02 -0500 Subject: [bug#29295] [PATCH] Few small patches for messaging. Resent-Message-ID: References: <9978d785ab80b1b4cf23b261f84bdced@mykolab.com> <20171114155249.47x3siilzqzsopp4@abyayala> <87o9nxzy9q.fsf@gnu.org> <87h8tonhtq.fsf@gnu.org> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <87h8tonhtq.fsf@gnu.org> Date: Sat, 25 Nov 2017 00:01:14 +0100 Message-ID: <87lgivffid.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: Rutger Helling , 29295@debbugs.gnu.org Ludovic Courtès writes: > Hi Rutger, > > (+ Cc: Clément who worked on this before.) > > Rutger Helling skribis: > >> I've looked into the failing test but have been unable to fix it >> unfortunately. I suspect it's an issue with freetalk though. >> >> When I use freetalk to try to connect to my running prosody 0.10 service >> I get the same problem as with the failing test. It stays stuck on the >> 'Authenticating' phase. >> >> When I use a different client such as Pidgin to connect to my prosody >> service it connects immediately. > > 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ément, any ideas? I sent two patches that fix the issue, see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29433. 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.