logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.38.2                                       2024-08-03              AnyEvent::XMPP::SimpleConnection(3pm)

Name

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

Synopsis

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

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

See Also