-
Notifications
You must be signed in to change notification settings - Fork 375
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
How to set the required SASL mechanism ? #723
Comments
@harishgupta01 can you say more about what you want to achieve. Disabling SASL and use your own mechanism? |
Sorry for the confused heading. I was more looking if stream management xep is supported? Also a way to choose the SASL mechanism when connecting to socket ? e.g. I dont want to use any SASL, so will fake it by including a new SASL mechanism say 'NOAUTH' which i was doing in node-xmpp-client earlier. |
I have the same question too. It seems that even if I don't set |
@harishgupta01 stream management is partially implemented #580 but not released yet. It does not support ACK yet, I'll release ASAP. |
I need to set my SASL to plain yet don’t have any way of doing this.. other npm packages for XMPP clients allow this functionality |
duplicate #808 |
Basically i was using node-xmpp-client which has something called way to select preferred SASL where i can opt for noauth but i dont see any option to set SASl mechanism in xmppjs client
The text was updated successfully, but these errors were encountered: