robbiehanson / XMPPFramework

An XMPP Framework in Objective-C for Mac and iOS
Other
5.91k stars 2.09k forks source link

XMPPFramework keeps disconnecting #1242

Open AlanChatflix opened 6 months ago

AlanChatflix commented 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?

AlanChatflix commented 6 months ago

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