]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Xmpp/xmppmanager.php
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Xmpp / xmppmanager.php
index 87d8186684d28a3f6119feba76c24b7f1e53ce05..1a4e9546d85dfa41e707e88eb4545e7aff33ef1b 100644 (file)
@@ -184,14 +184,14 @@ class XmppManager extends ImManager
         }
 
         common_log(LOG_DEBUG, "Sending ping #{$this->pingid}");
-               $this->conn->send("<iq from='{" . $this->plugin->daemon_screenname() . "}' to='{$this->plugin->server}' id='ping_{$this->pingid}' type='get'><ping xmlns='urn:xmpp:ping'/></iq>");
+               $this->conn->send("<iq from='{" . $this->plugin->daemonScreenname() . "}' to='{$this->plugin->server}' id='ping_{$this->pingid}' type='get'><ping xmlns='urn:xmpp:ping'/></iq>");
         $this->lastping = $now;
         return true;
     }
 
     function handle_xmpp_message(&$pl)
     {
-        $this->plugin->enqueue_incoming_raw($pl);
+        $this->plugin->enqueueIncomingRaw($pl);
         return true;
     }