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

AAT::XMPP - AAT XMPP module

Author

       Sebastien Thebert <octo.devel@gmail.com>

perl v5.22.2                                       2016-05-04                                       AAT::XMPP(3)

Bugs

       Net::XMPP is buggy with OpenFire & TLS -> comment 3 lines in Net::XMPP::Protocol (approx. line 1800) &
       disable TLS:

       #if($self->{STREAM}->GetStreamFeature($self->GetStreamID(), # "xmpp-sasl")) #{ #    return
       $self->AuthSASL(%args); #}

Functions

Configuration($appli)
       Returns the XMPP configuration

   Configured($appli)
       Returns '1' if XMPP is configured (server & port) else '0'

   Connection_Test($appli)
       Checks the XMPP Connection

   Send_Message($appli,$msg,@dests)
       Sends message '$msg' to '@dests' through XMPP

Name

       AAT::XMPP - AAT XMPP module

       (Extensible Messaging and Presence Protocol (Jabber))

See Also