Subject: Multi Logon, Same ID
I would like to setup an account on my server that many clients can connect as...example "admin"
I would like this account to allow many client applications to connect which would mean I could have
10 client applications all logged on as "admin". admin@my-server.com
However, now when I do this the 2nd client instance logs in forces the 1st instance to disconnect.
I believe what I want to do is possible using this library. I do not see anything in the XMPPClientConnection
class that would help me such as a property that says multi logons allowed.
If so, what do I need to do in order to have multiple logons to the same account?
Thanks for the help.
TRW
I would like this account to allow many client applications to connect which would mean I could have
10 client applications all logged on as "admin". admin@my-server.com
However, now when I do this the 2nd client instance logs in forces the 1st instance to disconnect.
I believe what I want to do is possible using this library. I do not see anything in the XMPPClientConnection
class that would help me such as a property that says multi logons allowed.
If so, what do I need to do in order to have multiple logons to the same account?
Thanks for the help.
TRW