Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 78541
Status: resolved
Priority: 0/
Queue: Net-XMPP

People
Owner: Nobody in particular
Requestors: hbarnes [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.02
Fixed in: 1.02_05



Subject: Possible dependency issue with XML::Stream?
I have several RHEL5 boxes and used the perl-Net-XMPP RPM from EPEL. The Net::XMPP module says: $VERSION = "1.02"; I had troubles authenticating on the RHEL5 boxes but not on an Ubuntu 12.04 box. I turned on all the debug and the authenticate response said something about 'invalid-authzid'. I started checking all the versions of the dependent modules on both boxes and the only difference I spotted was that XML::Stream was 1.22 on the RHEL5 boxes while Ubuntu had 1.23. I updated to 1.23 for XML::Stream and I could once again authenticated. I'm not sure if this is a defect on the dependency version or if the RPM just didn't have the most bugfixed recent version, but I thought I'd let you know, just in case. Have a nice day. :)
This has been resolved in the latest release of Net::XMPP, version 1.05, released today, which depends on XML::Stream 1.24, also released today. Darian