go-xmpp icon indicating copy to clipboard operation
go-xmpp copied to clipboard

Getting EOF with correct credentials.

Open jimmiebtlr opened this issue 8 years ago • 6 comments

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.

jimmiebtlr avatar Sep 27 '17 15:09 jimmiebtlr

Where is the function return the EOF?

mattn avatar Sep 28 '17 04:09 mattn

The EOF is returned on the NewClient call

jimmiebtlr avatar Sep 28 '17 12:09 jimmiebtlr

Do you use proxy?

mattn avatar Sep 29 '17 04:09 mattn

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 .

jimmiebtlr avatar Sep 29 '17 09:09 jimmiebtlr

Hmm, As far as I see the code, EOF return if close tag is missing. What XMPP server did you try?

mattn avatar Sep 29 '17 09:09 mattn

@jimmiebtlr I am going through some old issues in this repo. A lot has changed in >6 years, so is this still an issue?

mdosch avatar Mar 28 '24 15:03 mdosch

There was no reply whether this is still an issue for half a year, therefore I'm going to close this issue.

mdosch avatar Oct 03 '24 15:10 mdosch