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

How to set the required SASL mechanism ? #723

Closed
harishgupta01 opened this issue Jun 25, 2019 · 6 comments
Closed

How to set the required SASL mechanism ? #723

harishgupta01 opened this issue Jun 25, 2019 · 6 comments

Comments

@harishgupta01
Copy link

harishgupta01 commented Jun 25, 2019

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

@harishgupta01 harishgupta01 changed the title Why NOAuth option for SASL mechanism ? How to set the required SASL mechanism ? Jun 25, 2019
@sonnyp
Copy link
Member

sonnyp commented Jul 17, 2019

@harishgupta01 can you say more about what you want to achieve. Disabling SASL and use your own mechanism?

@harishgupta01
Copy link
Author

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.

@Doko-Demo-Doa
Copy link

I have the same question too. It seems that even if I don't set username and password, the client's mechanism is still treated as PLAIN

@sonnyp
Copy link
Member

sonnyp commented Aug 30, 2019

@harishgupta01 stream management is partially implemented #580 but not released yet. It does not support ACK yet, I'll release ASAP.

@kriegster108
Copy link

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

@sonnyp
Copy link
Member

sonnyp commented Jan 19, 2020

duplicate #808

@sonnyp sonnyp closed this as completed Jan 19, 2020
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

4 participants