|
NAMENet::XMPP2::SimpleConnection - Low level TCP/TLS connectionSYNOPSISpackage foo; use Net::XMPP2::SimpleConnection; our @ISA = qw/Net::XMPP2::SimpleConnection/; DESCRIPTIONThis 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 :-)
Visit the GSP FreeBSD Man Page Interface. |