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.