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

Focus fails to connect when other SASL Mechs are offered by Openfire #203

Closed
speedy01 opened this issue Jul 1, 2017 · 0 comments
Closed

Comments

@speedy01
Copy link
Contributor

speedy01 commented Jul 1, 2017

I'm using GSSAPI and PLAIN. focus fails to connect with invalid username/password. If GSSAPI is disabled, the focus user connects as expected. It appears that focus is trying to connected using GSSAPI.
To work around this, I have added SASLAuthentication.supportSASLMechanism("PLAIN"); to the connConfig within src/main/java/org/jitsi/impl/protocol/xmpp/XmppProtocolProvider.java

I'm unsure if this is the best way to work around this issue. It maybe better to use blacklist/unsupported, but I'll leave that up to the experts.

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

No branches or pull requests

1 participant