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…