X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FXmpp%2Fxmppmanager.php;h=4aaed677b52397a2cd674229e652e19db9e48ead;hb=9e78c631fb8afc09e29ace1380c335dcd7f93341;hp=87d8186684d28a3f6119feba76c24b7f1e53ce05;hpb=727ea5a5163249eb40fa0c4b2c63054fc997473b;p=quix0rs-gnu-social.git diff --git a/plugins/Xmpp/xmppmanager.php b/plugins/Xmpp/xmppmanager.php index 87d8186684..4aaed677b5 100644 --- a/plugins/Xmpp/xmppmanager.php +++ b/plugins/Xmpp/xmppmanager.php @@ -81,7 +81,7 @@ class XmppManager extends ImManager */ public function handleInput($socket) { - # Process the queue for as long as needed + // Process the queue for as long as needed try { common_log(LOG_DEBUG, "Servicing the XMPP queue."); $this->stats('xmpp_process'); @@ -184,14 +184,14 @@ class XmppManager extends ImManager } common_log(LOG_DEBUG, "Sending ping #{$this->pingid}"); - $this->conn->send(""); + $this->conn->send(""); $this->lastping = $now; return true; } function handle_xmpp_message(&$pl) { - $this->plugin->enqueue_incoming_raw($pl); + $this->plugin->enqueueIncomingRaw($pl); return true; }