google-code-export / pyicqt

Automatically exported from code.google.com/p/pyicqt
0 stars 0 forks source link

Unavailable statuses on connect #197

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When i connect my pyicq-t transport it sends unavailable presences from 
all my contaсts (which are not available now) and even from some i deleted 
before.

I think it is kind of bug and can be solved changing "status" to "ptype" 
in line 256 of contac.py file (second "if" in resendLists function) so it 
becomes
if self.contacts[jid].ptype != "unavailable":

Original issue reported on code.google.com by tishka17 on 29 Dec 2009 at 7:33