NAME

Teamspeak::Web - Web Interface to a Teamspeak Server.

SYNOPSIS

$tsh = Teamspeak::Web->new();
$tsh->connect( $login, $pwd );

The Interface depends on the "Teamspeak"->type(). See "Teamspeak::Telnet::Channel", "Teamspeak::SQL::Channel"...

CLASS METHODS

new( host => 'localhost', port => 14534 )

This creates the Object.

connect( slogin => $slogin, pwd => $pwd ) =head2 connect( login => $login, pwd => $pwd )

This connects to the Webfrontend and fill out the login-form to connect as superadmin or normal admin.

_slogin( $login, $pwd )

Login at the Webfrontend with superadmin-rights.