Issue 133: Custom statuses in Gajim
Status:  WontFix
Owner:
Closed:  Sep 2008
Project Member Reported by r000ns...@gmail.com, Feb 29, 2008
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
Sep 5, 2008
Project Member #1 r000ns...@gmail.com
ICQ don't supports separate status for every contact
Status: WontFix
Owner: r000nster