-
Hello for my project I need to connect to a chatroom protected by password how can I do? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
PepeMax
Oct 17, 2022
Replies: 2 comments 2 replies
-
I didn't understand how it worked but now it's good ! For example : |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PepeMax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I didn't understand how it worked but now it's good !
For example :
let message= xml('presence', { to: room_jid }, xml('x' ,{xmlns : 'http://jabber.org/protocol/muc'}, xml('password', {}, 'test')))
Thank you