Mercurial > libervia-backend
comparison src/test/helpers.py @ 484:23cbdf0a0777
core: presence status + last resource refactored and kept in entitiesCache in memory.py, profile cache is purged on disconnection
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 15 Aug 2012 15:50:46 +0200 |
parents | 2a072735e459 |
children | 862c0d6ab974 |
comparison
equal
deleted
inserted
replaced
482:e0d1eed4a46b | 484:23cbdf0a0777 |
---|---|
64 pass | 64 pass |
65 | 65 |
66 def addContact(self, contact_jid, attributes, groups, profile_key='@DEFAULT@'): | 66 def addContact(self, contact_jid, attributes, groups, profile_key='@DEFAULT@'): |
67 pass | 67 pass |
68 | 68 |
69 def addPresenceStatus(self, contact_jid, show, priority, statuses, profile_key='@DEFAULT@'): | 69 def setPresenceStatus(self, contact_jid, show, priority, statuses, profile_key='@DEFAULT@'): |
70 pass | 70 pass |
71 | 71 |
72 def addWaitingSub(self, type, contact_jid, profile_key): | 72 def addWaitingSub(self, type, contact_jid, profile_key): |
73 pass | 73 pass |
74 | 74 |