When I set an alias to a user, that alias is not saved to the server.
If I reopen Adium, it'll know the alias because it's cached locally, but if I open another Jabber client, the alias information set in Adium will not appear.
I am using 0.76.
Bug: Jabber: Aliases not saved to server.
This is from a session in Psi, where I rename "aimuser@aim.myjabber.net" to "NewName" (The names and id's were edited for the privacy of the guinea pig user):
Sent:
Received:
(This transaction was grabbed with Psi's "XML Console" screen.)
After this transaction, I can close Psi, then open Adium, and the newly set alias will have been applied to my userlist in Adium.
Sent:
Code: Select all
<iq type="set" id="ab95a" >
<query xmlns="jabber:iq:roster">
<item name="NewName" jid="aimuser@aim.myjabber.net" >
<group>Buddies</group>
</item>
</query>
</iq>Code: Select all
<iq type="set" >
<query xmlns="jabber:iq:roster">
<item subscription="both" name="NewName" jid="aimuser@aim.myjabber.net" >
<group>Buddies</group>
</item>
</query>
</iq>
<iq from="beoba@jabber.org/pb-osx-psi" type="result" id="ab95a" to="beoba@jabber.org/pb-osx-psi" />After this transaction, I can close Psi, then open Adium, and the newly set alias will have been applied to my userlist in Adium.
Last edited by beoba on Sat Feb 12, 2005 5:05 am, edited 1 time in total.