. /** * Send and receive notices using the XMPP network * * @category XMPP * @package GNUsocial * @author Evan Prodromou * @copyright 2009 StatusNet, Inc. * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ defined('GNUSOCIAL') || die(); use XMPPHP\XMPP; class SharingXMPP extends XMPP { public function getSocket() { return $this->socket; } }