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: 12078
Status: resolved
Priority: 0/
Queue: Net-XMPP

People
Owner: Nobody in particular
Requestors: julian.yon [...] dsvr.co.uk
Cc:
AdminCc:

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



Subject: Incorrect path in jabber:iq:register namespace
In Net-XMPP-1.0 the path for the 'remove' flag in the jabber:iq:register namespace is incorrect. It's a tiny change to Net/XMPP/Namespaces.pm thus: 515c515 < path => 'password/text()', --- Show quoted text
> path => 'remove',
Regards.