fcmxmppserver
fcmxmppserver copied to clipboard
add `disconnect()` method
I find that the XMPP connection opened in CcsClient.connect()
never closed, which may cause resource leaks. To this end, I add a CcsClient.disconnect()
method to make developers can close the connection. Are there potential resource leaks? Please confirm this, Thanks!