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

People
Owner: dapatrick [...] cpan.org
Requestors: jesse.thompson [...] doit.wisc.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: 1.02_02



Subject: Documentation: support for virtual domains
If your domain is different than your server name, then with Net::XMPP, you need to supply a 'componentname' argument equal to your domain. This is not documented, and I only figured it out from reading the source code. e.g.: $xmpp->Execute( hostname => $server, port => 5222, tls => 1, username => $username, password => $password, componentname => $domain, resource => $token, );
This bug has been patched and committed. The source tree is available at http://github.com/dap/Net-XMPP. A developer release should be published to CPAN by 2010-09-26. Darian