AnyEvent::XMPP::SimpleConnection(3pm) | User Contributed Perl Documentation | AnyEvent::XMPP::SimpleConnection(3pm) |
AnyEvent::XMPP::SimpleConnection - Low level TCP/TLS connection
package foo; use AnyEvent::XMPP::SimpleConnection; our @ISA = qw/AnyEvent::XMPP::SimpleConnection/;
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 :-)
2022-12-06 | perl v5.36.0 |