Development Team/Presence Service Removal: Difference between revisions
Created page with 'Some notes follow about how we can replace the implementation of the signals and methods in the Presence Service by another that uses more fully the telepathy framework and is st…' |
No edit summary |
||
| Line 4: | Line 4: | ||
def ActivityAppeared(self, activity): | def ActivityAppeared(self, activity): | ||
pass | pass | ||
Is fired when the properties contained in org.laptop.Telepathy.ActivityProperties become all non-None | |||
@dbus.service.signal(PRESENCE_INTERFACE, signature="o") | @dbus.service.signal(PRESENCE_INTERFACE, signature="o") | ||
def ActivityDisappeared(self, activity): | def ActivityDisappeared(self, activity): | ||
Is fired when the properties contained in org.laptop.Telepathy.ActivityProperties stop being all non-None, and when the last buddy leaves the activity. | |||
@dbus.service.signal(PRESENCE_INTERFACE, signature="o") | @dbus.service.signal(PRESENCE_INTERFACE, signature="o") | ||