From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eH3nm-000525-EI for guix-patches@gnu.org; Tue, 21 Nov 2017 03:21:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eH3ni-0004qn-01 for guix-patches@gnu.org; Tue, 21 Nov 2017 03:21:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41148) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eH3nh-0004qg-SB for guix-patches@gnu.org; Tue, 21 Nov 2017 03:21:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eH3nh-0007cQ-K3 for guix-patches@gnu.org; Tue, 21 Nov 2017 03:21:01 -0500 Subject: [bug#29295] [PATCH] Few small patches for messaging. Resent-Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_d7548fa48b3f81bf29566bf158953316" Date: Tue, 21 Nov 2017 09:20:30 +0100 From: Rutger Helling In-Reply-To: <87o9nxzy9q.fsf@gnu.org> References: <9978d785ab80b1b4cf23b261f84bdced@mykolab.com> <20171114155249.47x3siilzqzsopp4@abyayala> <87o9nxzy9q.fsf@gnu.org> Message-ID: 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: ludo@gnu.org Cc: 29295@debbugs.gnu.org --=_d7548fa48b3f81bf29566bf158953316 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Hi Ludo, 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. On 2017-11-19 23:42, ludo@gnu.org wrote: > Hi Rutger, > > Rutger Helling skribis: > >> From 1e82e72392aeef94a7c182b9d35d99a595440afb Mon Sep 17 00:00:00 2001 >> From: Rutger Helling >> Date: Mon, 13 Nov 2017 22:39:38 +0100 >> Subject: [PATCH] gnu: c-toxcore: Update to 0.1.10. >> >> * gnu/packages/messaging.scm (c-toxcore): Update to 0.1.10. > > [...] > >> From e88182c79be5b7792c4c5a19c2226813297b5e2d Mon Sep 17 00:00:00 2001 >> From: Rutger Helling >> Date: Tue, 14 Nov 2017 09:00:17 +0100 >> Subject: [PATCH] gnu: qtox: Add filteraudio to inputs. >> >> * gnu/packages/messaging.scm (qtox)[inputs]: Add filteraudio. > > [...] > >> From 4de4398248c91b335c7ae1003d7dbcd5e0262bee Mon Sep 17 00:00:00 2001 >> From: Rutger Helling >> Date: Thu, 9 Nov 2017 10:02:32 +0100 >> Subject: [PATCH] gnu: gajim: Add python2-axolotl to inputs. >> >> * gnu/packages/messaging.scm (gajim)[inputs]: Add python2-axolotl. > > Applied these 3 patches. > >> From f6ce3f9ac880905349f1a5ef6251b94ccdb490fa Mon Sep 17 00:00:00 2001 >> From: Rutger Helling >> Date: Thu, 9 Nov 2017 14:02:29 +0100 >> Subject: [PATCH] gnu: prosody: Update to 0.10.0 >> >> --- >> gnu/packages/messaging.scm | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > I didn't apply this one because it breaks our system test: > > make check-system TESTS=prosody > > Namely, Freetalk (the XMPP client used by this test, see (gnu tests > messaging)) produces this output: > > --8<---------------cut here---------------start------------->8--- > Welcome to freetalk! Running for the first time? > Performing some one-time initializations ... > Connecting ... > Connected. > Authenticating ... > --8<---------------cut here---------------end--------------->8--- > > ... and sits there forever. > > It could be an issue with the test or with Freetalk, but it seems better > to check. Could you take a look at what's going on? > > TIA! > > Ludo'. --=_d7548fa48b3f81bf29566bf158953316 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=UTF-8

Hi Ludo,

I've looked into the failing test but have been unable to fix it unfortu= nately. 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 'Au= thenticating' phase.

When I use a different client such as Pidgin to connect to my prosody se= rvice it connects immediately.

On 2017-11-19 23:42, ludo@gnu.org wrote:

= Hi Rutger,

Rutger Helling <rhelling@mykolab.com> skribis:

From 1e82e72392aeef94a7c182b9d35d99a595440afb Mon Sep = 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Mon, 13 Nov 2017 22:3= 9:38 +0100
Subject: [PATCH] gnu: c-toxcore: Update to 0.1.10.
<= br /> * gnu/packages/messaging.scm (c-toxcore): Update to 0.1.10.
[...]

From e88182c79be5b7792c4c5a19c2226813297b5e2d Mon Sep = 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Tue, 14 Nov 2017 09:0= 0:17 +0100
Subject: [PATCH] gnu: qtox: Add filteraudio to inputs.

* gnu/packages/messaging.scm (qtox)[inputs]: Add filteraudio.
[...]

From 4de4398248c91b335c7ae1003d7dbcd5e0262bee Mon Sep = 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Thu, 9 Nov 2017 10:02= :32 +0100
Subject: [PATCH] gnu: gajim: Add python2-axolotl to inputs= =2E

* gnu/packages/messaging.scm (gajim)[inputs]: Add python2-= axolotl.

Applied these 3 patches.

From f6ce3f9ac880905349f1a5ef6251b94ccdb490fa Mon Sep = 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Thu, 9 Nov 2017 14:02= :29 +0100
Subject: [PATCH] gnu: prosody: Update to 0.10.0

---
 gnu/packages/messaging.scm | 4 ++--
 1 file ch= anged, 2 insertions(+), 2 deletions(-)

I didn't apply this one because it breaks our system test:
  make check-system TESTS=3Dprosody

Namely, Free= talk (the XMPP client used by this test, see (gnu tests
messaging)) p= roduces this output:

--8<---------------cut here-----------= ----start------------->8---
Welcome to freetalk! Running for the f= irst time?
Performing some one-time initializations ...
Connec= ting ...
Connected.
Authenticating ...
--8<-----------= ----cut here---------------end--------------->8---

... and = sits there forever.

It could be an issue with the test or with= Freetalk, but it seems better
to check.  Could you take a look = at what's going on?

TIA!

Ludo'.


--=_d7548fa48b3f81bf29566bf158953316--