]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Xmpp/lib/xmppmanager.php
Merge branch 'twitter-show-rel-syndication' into 'master'
[quix0rs-gnu-social.git] / plugins / Xmpp / lib / xmppmanager.php
index c7d4c15dd6987568a8f182ab01a4d0acb0ef5637..372824ce54dc2f960958ad63af71fafdba55d40b 100644 (file)
@@ -131,7 +131,7 @@ class XmppManager extends ImManager
     {
         if (!$this->conn || $this->conn->isDisconnected()) {
             $resource = 'queue' . posix_getpid();
-            $this->conn = new Sharing_XMPP($this->plugin->host ?
+            $this->conn = new SharingXMPP($this->plugin->host ?
                                     $this->plugin->host :
                                     $this->plugin->server,
                                     $this->plugin->port,