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

jabber_register.xml reuses old user IDs and causes 409 errors (user conflict) #298

Open
acoccimiglio opened this issue Mar 15, 2018 · 2 comments

Comments

@acoccimiglio
Copy link

I believe the id="new" attribute in the <jabber> tag is supposed to guarantee a new user id instead of reusing a disconnected one. However, this is not documented anywhere, and does not appear to do anything. The example register load test results in many 409 errors (user conflict) because users will attempt to re-register upon disconnecting.

@thinkingshu
Copy link

I believe the id="new" attribute in the <jabber> tag is supposed to guarantee a new user id instead of reusing a disconnected one. However, this is not documented anywhere, and does not appear to do anything. The example register load test results in many 409 errors (user conflict) because users will attempt to re-register upon disconnecting.

I have the same problem when register load test.

@thinkingshu
Copy link

I believe the id="new" attribute in the <jabber> tag is supposed to guarantee a new user id instead of reusing a disconnected one. However, this is not documented anywhere, and does not appear to do anything. The example register load test results in many 409 errors (user conflict) because users will attempt to re-register upon disconnecting.

I have the same problem when register load test.
Setting the ack="global" attribute in the tag can solve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants