AnyEvent::XMPP::SimpleConnection - Low level TCP/TLS connection


AnyEvent-XMPP documentation  | view source Contained in the AnyEvent-XMPP distribution.

Index


NAME

Top

AnyEvent::XMPP::SimpleConnection - Low level TCP/TLS connection

SYNOPSIS

Top

   package foo;
   use AnyEvent::XMPP::SimpleConnection;

   our @ISA = qw/AnyEvent::XMPP::SimpleConnection/;

DESCRIPTION

Top

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 :-)


AnyEvent-XMPP documentation  | view source Contained in the AnyEvent-XMPP distribution.