Provided by: octopussy_1.0.6-0ubuntu1_all
NAME
AAT::XMPP - AAT XMPP module (Extensible Messaging and Presence Protocol (Jabber))
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
AUTHOR
Sebastien Thebert <octo.devel@gmail.com>