Development Team/Presence Service Removal: Difference between revisions
| Line 331: | Line 331: | ||
pass | pass | ||
* Used by: | * Used by: not used | ||
* Present: | * Present: returns cached property | ||
* Future: | * Future: drop? | ||
@dbus.service.method(_ACTIVITY_INTERFACE, in_signature="", out_signature="s") | @dbus.service.method(_ACTIVITY_INTERFACE, in_signature="", out_signature="s") | ||
| Line 341: | Line 341: | ||
pass | pass | ||
* Used by: | * Used by: not used | ||
* Present: | * Present: returns cached property | ||
* Future: | * Future: drop? | ||
@dbus.service.method(_ACTIVITY_INTERFACE, in_signature="", out_signature="s") | @dbus.service.method(_ACTIVITY_INTERFACE, in_signature="", out_signature="s") | ||
| Line 351: | Line 351: | ||
pass | pass | ||
* Used by: | * Used by: not used | ||
* Present: | * Present: returns cached property | ||
* Future: | * Future: drop? | ||
@dbus.service.method(_ACTIVITY_INTERFACE, | @dbus.service.method(_ACTIVITY_INTERFACE, | ||
| Line 363: | Line 363: | ||
pass | pass | ||
* Used by: | * Used by: activities when the shell calls the Invite method in org.laptop.Activity | ||
* Present: | * Present: calls AddMembers on the text channel for this buddy | ||
* Future: | * Future: | ||
| Line 376: | Line 376: | ||
pass | pass | ||
* Used by: | * Used by: activities on resume to join an existing instance | ||
* Present: | * Present: Create a room (if the activity is local), request a text and a tubes channels, then join the room with AddMembers | ||
* Future: | * Future: | ||