Disconnect Method
This method disconnects the component from the server.
Object Oriented Interface
public function doDisconnect();
Procedural Interface
ipworks_xmpp_do_disconnect($res);
Remarks
The Disconnect method will send the disconnect command to the notification server. Upon disconnection, a Disconnected event will be fired.