go-xmpp
go-xmpp copied to clipboard
Getting EOF with correct credentials.
Using a node library I can connect to an olark xmpp client. With golang and the same credentials I get
(*errors.errorString)(0xc42003c060)(EOF)
The options I'm using are
opts := xmpp.Options{
User: "[email protected]",
Password: "password",
NoTLS: true,
InsecureAllowUnencryptedAuth: true,
}
I've also tried without the NoTLS and InsecureAllowUnencryptedAuth options.
Where is the function return the EOF?
The EOF is returned on the NewClient call
Do you use proxy?
No
On Fri, Sep 29, 2017, 6:55 AM mattn [email protected] wrote:
Do you use proxy?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mattn/go-xmpp/issues/89#issuecomment-333030765, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQ5-NU4cpO2z18AD3nI8_pxqT2wLlDAks5snHg_gaJpZM4Pl9YZ .
Hmm, As far as I see the code, EOF return if close tag is missing. What XMPP server did you try?
@jimmiebtlr I am going through some old issues in this repo. A lot has changed in >6 years, so is this still an issue?
There was no reply whether this is still an issue for half a year, therefore I'm going to close this issue.