The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

agent_net - Run a TCLI Agent with the Net packages enabled.

SYNOPSIS

agent_net

username=username password=password domain=domain [resource=resource] [host=XMPP server] [help] [man] [verbose]

OPTIONS AND ARGUMENTS

username

The XMPP user the Agent will log in as, without the domain. Required unless the script has been edited to enable a default user.

password

The password to be used by the Agent to log in to the XMPP server. Required unless the script has been edited to enable a default password.

domain

The XMPP domain of the user account of the Agent. Required unless the script has been edited to enable a default domain.

resource

The XMPP resource. Defaults to 'tcli' if not provided.

host

The XMPP server host, if different from the domain. Defaults to the domain if not provided.

verbose

The desired level of verbosity to use. Repeat for more effect.

help

Print a brief help message and exit.

man

Print this command's manual page and exit.

DESCRIPTION

agent_net will start a TCLI Agent running on the XMPP Transport with the Net, Tail and XMPP packages loaded.

Use agent_net as is or as the basis for creating Agents with different functionaity.

SEE ALSO

Agent::TCLI

Agent::TCLI::Package::Net

AUTHOR

Eric Hacker <hacker at cpan.org>

LICENSE

Copyright (c) 2007, Alcatel Lucent, All rights resevred.

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