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

disconnect if outcast sends "xmpp.buddycloud.retrieve" #298

Open
robotnic opened this issue Mar 19, 2015 · 4 comments
Open

disconnect if outcast sends "xmpp.buddycloud.retrieve" #298

robotnic opened this issue Mar 19, 2015 · 4 comments

Comments

@robotnic
Copy link

User "bill" is outcast and trys to retrieve items. To kick him completely from xmpp is to much punishment.

Request

send("xmpp.buddycloud.retrieve",{"node":"/user/[email protected]/posts"});

Response

3:::{"type":0,"data":["xmpp.error",{"type":"cancel","condition":"unknown","description":"{}"}]}
3:::{"type":0,"data":["xmpp.error",{"type":"connection","condition":"disconnected","description":"XMPP client disconnected"}]}

@lloydwatkin
Copy link
Member

Actually I think something else is going on here, possibly with the java server possibly with xmpp-ftw. I'll have to take a look at the code over the weekend, thanks!

@lloydwatkin
Copy link
Member

@imaginator if logs are set to trace we should see a log/exception around this, could you potentially dig something out please?

@imaginator
Copy link
Member

Sure - I'll change log4j and get something. Hopefully in the next hour I'll have a chance.

@robotnic
Copy link
Author

To produce this bug you can open this url:

http://datenkueche.com/buddycloud/v2/##%2Fuser%[email protected]%2Fposts

username:bill
password:bbb

To see the bug in browser, open debugger (F12) and got to network->websockets.

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

3 participants