Open AlanChatflix opened 6 months ago
Why am I getting this error on xmppStreamDidDisconnect :
Disconnected with error: Error Domain=libxmlErrorDomain Code=4 "Document is empty " UserInfo={NSLocalizedDescription=Document is empty }
Right after xmppStreamWillConnect is called?
I'm setting everything correctly as instructed here on git.
xmppStreamDidConnect is never called, so the password never gets the chance to be passed.
Also, Why in this git there's a version 4.1.0 but using pods the latest one is 4.0.0?
Well, looks like no one knows this and in fact the library itself doesn't have much value anymore if they don't even update their own pod :S
Why am I getting this error on xmppStreamDidDisconnect :
Right after xmppStreamWillConnect is called?
I'm setting everything correctly as instructed here on git.
xmppStreamDidConnect is never called, so the password never gets the chance to be passed.
Also, Why in this git there's a version 4.1.0 but using pods the latest one is 4.0.0?