One applet, multiple users and one account

I want to create an applet that multiple users can use with only one jabber account (same username and password).

When I open the applet for the first time it works correctly.

If I leave the applet open and try to open the same applet again the first applet crashes

and generates the following error:

stream:error (conflict)

at org.jivesoftware.smack.PacketReader.parsePackets(PacketReader.java:310)

at org.jivesoftware.smack.PacketReader.access$000(PacketReader.java:43)

at org.jivesoftware.smack.PacketReader$1.run(PacketReader.java:63)[/i]

Thanks…

You would need to change the resource on the connection. You can connect using multiple resources to the same user account.

Thanks, I missed the resource.

I’'m going to try it immediately.

It works!

Message was edited by:

bfisser