Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting EOF with correct credentials. #89

Open
jimmiebtlr opened this issue Sep 27, 2017 · 6 comments
Open

Getting EOF with correct credentials. #89

jimmiebtlr opened this issue Sep 27, 2017 · 6 comments

Comments

@jimmiebtlr
Copy link

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:     "user@olark.com",
		Password: "password",
		NoTLS:    true,
		InsecureAllowUnencryptedAuth: true,
	}

I've also tried without the NoTLS and InsecureAllowUnencryptedAuth options.

@mattn
Copy link
Member

mattn commented Sep 28, 2017

Where is the function return the EOF?

@jimmiebtlr
Copy link
Author

The EOF is returned on the NewClient call

@mattn
Copy link
Member

mattn commented Sep 29, 2017

Do you use proxy?

@jimmiebtlr
Copy link
Author

jimmiebtlr commented Sep 29, 2017 via email

@mattn
Copy link
Member

mattn commented Sep 29, 2017

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

@mdosch
Copy link
Collaborator

mdosch commented Mar 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants