Skip Menu |

This queue is for tickets about the AnyEvent-XMPP CPAN distribution.

Report information
The Basics
Id: 60977
Status: resolved
Priority: 0/
Queue: AnyEvent-XMPP

People
Owner: Nobody in particular
Requestors: stefanos [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.51
Fixed in: (no value)



Subject: xmpp and filetransfer, long tests
How do i add from the sample code a filetransfer routine for sending and receiving files ? I can not see anything like this from the documentation ( JEP/XEP 0096, Jingle, Simple, XMPP, Jabber) without doing it manually. A reference or an example would be good because iam slightly confused of the sourcecode in Perl and the documentation. Are there any experiences with the module for long periods like days, weeks, months?
Subject: Re: [rt.cpan.org #60977] xmpp and filetransfer, long tests
Date: Thu, 2 Sep 2010 20:48:11 +0200
To: Stefan Gipper via RT <bug-AnyEvent-XMPP [...] rt.cpan.org>
From: Robin Redeker <elmex [...] ta-sa.org>
Hi! On Thu, Sep 02, 2010 at 06:56:45AM -0400, Stefan Gipper via RT wrote: Show quoted text
> Thu Sep 02 06:56:44 2010: Request 60977 was acted upon. > Transaction: Ticket created by STEFANOS > Queue: AnyEvent-XMPP > Subject: xmpp and filetransfer, long tests > Broken in: 0.51 > Severity: Normal > Owner: Nobody > Requestors: stefanos@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=60977 > > > > How do i add from the sample code a filetransfer routine for sending and > receiving files ? > I can not see anything like this from the documentation ( JEP/XEP 0096, > Jingle, Simple, XMPP, Jabber) without doing it manually. A reference or > an example would be good because iam slightly confused of the sourcecode > in Perl and the documentation.
I never implemented any filetransfer capability in AnyEvent::XMPP, except the transmission of out-of-band URLs. But here the actual file transfer had to be done using some other Perl module for HTTP. There currently is no known implementation of Jingle or Socks filetransfer in AnyEvent::XMPP. That means, you will have to develop this feature yourself. Show quoted text
> Are there any experiences with the module for long periods like days, > weeks, months?
Yes, I used it myself for many months. And the currently unreleased version is also in productive use for almost a Year. Greetings, Robin -- Robin Redeker | Deliantra, the free code+content MORPG elmex@ta-sa.org / r.redeker@gmail.com | http://www.deliantra.net http://www.ta-sa.org/ |
well ok but did the xmppmodule run more than a month without any interruptions?
Subject: Re: [rt.cpan.org #60977] xmpp and filetransfer, long tests
Date: Fri, 3 Sep 2010 07:11:15 +0200
To: Stefan Gipper via RT <bug-AnyEvent-XMPP [...] rt.cpan.org>
From: Robin Redeker <elmex [...] ta-sa.org>
On Thu, Sep 02, 2010 at 09:00:24PM -0400, Stefan Gipper via RT wrote: Show quoted text
> Queue: AnyEvent-XMPP > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=60977 > > > well ok but did the xmppmodule run more than a month without any > interruptions?
Yes, it ran for many months without interruptions. So there should be no major memory leaks and bad showstopper bugs. Greetings, Robin -- Robin Redeker | Deliantra, the free code+content MORPG elmex@ta-sa.org / r.redeker@gmail.com | http://www.deliantra.net http://www.ta-sa.org/ |
I don’t see any actionable item left in this ticket. The questions of the submitter have been answered. Therefore resolving.