AAT::XMPP
AAT XMPP module (Extensible Messaging and Presence Protocol (Jabber))
- Provided by: octopussy (Version: 1.0.6-0ubuntu1)
- Report a bug
AAT XMPP module (Extensible Messaging and Presence Protocol (Jabber))
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); #}
Returns the XMPP configuration
Returns '1' if XMPP is configured (server & port) else '0'
Checks the XMPP Connection
Sends message '$msg' to '@dests' through XMPP
Sebastien Thebert <octo.devel@gmail.com>