Exemplo n.º 1
0
 /**
  * Send XMPP end stream
  */
 function endStream()
 {
     return XMPPSend::endStream($this);
 }
Exemplo n.º 2
0
 function shutdown($signal)
 {
     JAXLog::log("Jaxl Shutting down ...", 0, $this);
     JAXLPlugin::execute('jaxl_pre_shutdown', $signal, $this);
     if ($this->stream) {
         XMPPSend::endStream($this);
     }
     $this->stream = false;
 }