I use Gajim 0.11.4.2-svn. It supported "Custom statuses" - ability set
separate status for each contact. With JID it works. But with ICQ contact
via PyICQt - not :(
Information from XML console:
1. Usual status. Works correctly
<presence to="icqgateway.server" from="user@server/resource" id="...">
<priority>...</priority>
<show>...</show>
<x xmlns="vcard-temp:x:update">
<photo>...</photo>
</x>
<c xmlns="http://jabber.org/protocol/caps" node="http://gajim.org/caps"
ext="xhtml cstates" ver="0.11.4.2" />
</presence>
2. Custom (separate) status. Don't works.
<presence to="icqnumber@icqgateway.server" from="user@server/resource"
id="...">
<priority>..</priority>
<show>...</show>
<x xmlns="vcard-temp:x:update">
<photo>...</photo>
</x>
<c xmlns="http://jabber.org/protocol/caps" node="http://gajim.org/caps"
ext="xhtml cstates" ver="0.11.4.2" />
</presence>
PyICQt 0.8b
Owner: r000nster