NAME

Net::XMPP2::TestClient - XMPP Test Client for tests

SYNOPSIS

DESCRIPTION

This module is a helper module to ease the task of testing. If you want to run the developer test suite you have to set the environment variable NET_XMPP2_TEST to something like this:

NET_XMPP2_TEST="test_me@your_xmpp_server.tld:secret_password"

Most tests will try to connect two accounts, so please take a server that allows two connections from the same IP.

METHODS

new (%args)

Following arguments can be passed in %args:

AUTHOR

Robin Redeker, <elmex at ta-sa.org>, JID: <elmex at jabber.org>

COPYRIGHT & LICENSE

Copyright 2007 Robin Redeker, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.