NAME

Net::XMPP2::SimpleConnection - A low level TCP/TLS connection

SYNOPSIS

package foo;
use Net::XMPP2::SimpleConnection;

our @ISA = qw/Net::XMPP2::SimpleConnection/;

DESCRIPTION

This module only implements the basic low level socket and SSL handling stuff. It is used by Net::XMPP2::Connection and you shouldn't mess with it :-)

(NOTE: This is the part of Net::XMPP2 which I feel least confident about :-)