In XMPP (i.e. gtalk) we can set the resource for our desire (specify the machine / location / etc), and this works well with all / most servers and clients. But in the case of google, this does not work properly, because every time the user connects, Google adds a random string to the resource set by the user. This is especially annoying because many clients distinguish between user chats as part of jid AND resource, which leads to opening several windows / tabs after reconnecting (and a new resource is generated).
tl; dr - is there any way to prevent Google from adding a random string to a resource set by the user?
source share