Merge branch 'MDL-39398-master' of git://github.com/FMCorz/moodle

This commit is contained in:
Sam Hemelryk
2013-04-30 09:31:54 +12:00
@@ -73,6 +73,9 @@ class message_output_jabber extends message_output {
$conn = new XMPPHP_XMPP($CFG->jabberhost,$CFG->jabberport,$CFG->jabberusername,$CFG->jabberpassword,'moodle',$CFG->jabberserver);
// No need to track the presence during the sending message process.
$conn->track_presence = false;
try {
//$conn->useEncryption(false);
$conn->connect();