-
Notifications
You must be signed in to change notification settings - Fork 3
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
"xmpp.muc.role.get" -> room dead #53
Comments
You can test here Socket connections are going to |
Afraid without seeing logs I can't really help. May I suggest you do the following:
Point your websocket connector at http://localhost:3000. Let me know any errors that appear whilst repeating your steps from above. |
Can you run xmpp-ftw-demo with environment variable 'DEBUG' to '*', that
|
[TypeError: Cannot read property 'NS_ADMIN' of undefined] |
Could you try changing this line https://github.com/xmpp-ftw/xmpp-ftw-muc/blob/master/lib/multi-user-chat.js#L352 to read var items = stanza.getChild('query', self.NS_ADMIN)
.getChildren('item') ...and let me know if that corrects things? (I suspect it will) |
That works. I made a pull request |
Excellent, I'll get merged and released next time I am at a computer.
|
When I use the "xmpp.muc.role.get" stanza, I don't get an answer.
The connection seams to be dead after that stanza.
3:::{"type":0,"data":["xmpp.muc.role.get",{"room":"[email protected]","role":"participants"}],"id":8}
The text was updated successfully, but these errors were encountered: