[JDEV] how do I get my AIM screen name from the AIM transport?
Jay Chalfant
jchalfan at outbackinc.com
Thu Feb 1 13:33:03 CST 2001
If a user registers with the AIM transport on one client, terminates, and
then connects to Jabber with another client, I don't think that user (or
client) can derive the AIM screen name that the AIM transport is using. The
roster and presence info that comes down from the AIM transport does not
contain the AIM screen name:
<presence to="jchalfantest at billabong"
from="aimtrans.internal.outbackinc.com">
<status>Connected</status>
</presence>
<iq type="set">
<query xmlns="jabber:iq:roster">
<item jid="aimtrans.internal.outbackinc.com/registered"
subscription="from" />
</query>
</iq>
Am I supposed to be looking somewhere else or is there a query I can issue
to the transport?
-J
More information about the JDev
mailing list