Provided by: libanyevent-xmpp-perl_0.54-2_all 

NAME
AnyEvent::XMPP::SimpleConnection - Low level TCP/TLS connection
SYNOPSIS
package foo;
use AnyEvent::XMPP::SimpleConnection;
our @ISA = qw/AnyEvent::XMPP::SimpleConnection/;
DESCRIPTION
This module only implements the basic low level socket and SSL handling stuff. It is used by
AnyEvent::XMPP::Connection and you shouldn't mess with it :-)
(NOTE: This is the part of AnyEvent::XMPP which I feel least confident about :-)
perl v5.14.2 2012-10-10 AnyEvent::XMPP::SimpleConnection(3pm)