From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eIIjm-0003Hz-FP for guix-patches@gnu.org; Fri, 24 Nov 2017 13:30:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eIIjj-0002SP-7v for guix-patches@gnu.org; Fri, 24 Nov 2017 13:30:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47649) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eIIjj-0002SK-47 for guix-patches@gnu.org; Fri, 24 Nov 2017 13:30:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eIIji-0001rW-OF for guix-patches@gnu.org; Fri, 24 Nov 2017 13:30: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: Fri, 24 Nov 2017 19:29:34 +0100 Message-ID: <87mv3bedip.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'm having a look at it. I hope there is at least a workaround, so that the test still passes and makes sense. > Thanks, > Ludo’.