multiple connect to one account - WeOnlyDo Discussion board

multiple connect to one account (General questions)

by yonko, Wednesday, October 26, 2011, 16:18 (4588 days ago)

Hello,
It is possible to connect to the server more than once at the same time (with the same login/pass/server adress) from different PCs?
It seems that it works on the Pidgin or Gmail, but with wodXMPP doesn't.
We need our application to be connected to one account on server from multiple machines (using wodXMPP) simultaneously.

Re: multiple connect to one account

by wodDamir, Wednesday, October 26, 2011, 16:34 (4588 days ago) @ yonko

Hi,

Yes, it is. You can do so by setting Resource (http://www.weonlydo.com/XMPP/Help/wodXMPP-Resource.html) when connecting. You can connect from different locations using different resources by specifying same credentials.

That's also how other clients manage to accomplish this (i.e. Pidgin etc).

Regards,
Damba

Re: multiple connect to one account

by yonko, Wednesday, October 26, 2011, 17:08 (4588 days ago) @ wodDamir

Hi,

Yes, it is. You can do so by setting Resource (http://www.weonlydo.com/XMPP/Help/wodXMPP-Resource.html) when connecting. You can connect from different locations using different resources by specifying same credentials.

That's also how other clients manage to accomplish this (i.e. Pidgin etc).

Regards,
Damba

Well done :) thank you very much!