I'm using FB XMPP and I'd like to know what client is user using. If I use Google Talk chat I can get/set it in Resource atribut. But in FB chat it isn't working. It's allways empty, though I set it.
jid = [ node "@" ] domain [ "/" resource ]
Using agsXMPP:
Set: xmppClient.Resource = "::ISIM::";
Get: presence.From.Resource
Google: id@gmail.com/::ISIM::478f568d
Facebook: id@chat.facebook.com/
How can I get, that user is using mine client? Has anybody some experience with it?