Joining same MUC twice

Hey everyone.

So here’‘s what I’'m trying to do:

  1. Join MUC ‘‘muc’’ using some nick ‘‘x’’.

  2. Join the same MUC ‘‘muc’’ using some other nic ‘‘y’’ on the same machine.

It doesn’'t work for me. I get a 409 (Conflict) back when ‘‘y’’ tries to connect. If I try to connect the other way around, i.e., first ‘‘y’’ then ‘‘x’’, then ‘‘x’’ will get the 409.

I was thinking perhaps this was a design thing with XMPP, but I couldn’'t find anything with JEP-0045.

Anyone have any ideas? Thanks!

Smack 2.0.0

Jive Messenger 2.2.0

Hey Karl,

The 409 error code means that the desired room nickname is in use or registered by another user. If that is not your case you may want to open the debugger window and post the exchanged XML so we can have more information to understand the problem.

Regards,

– Gato

I have no idea what I was doing before, but I fixed it now. I think I was just not thinking straight. Thanks for the help anyway.