Development Team/Presence Service Removal: Difference between revisions
| Line 388: | Line 388: | ||
pass | pass | ||
* Used by: | * Used by: activities when stopping | ||
* Present: | * Present: closes the text channel, updates the buddies in the activity. | ||
* Future: | * Future: | ||
| Line 398: | Line 398: | ||
pass | pass | ||
* Used by: | * Used by: shell for the friends tray, activities t know who is in the activity when it is joined | ||
* Present: | * Present: returns cached list of buddies in the activity, see BuddyJoined for how this list is maintained | ||
* Future: | * Future: | ||
| Line 408: | Line 408: | ||
pass | pass | ||
* Used by: | * Used by: activities to get a handle to the text and tubes channels. | ||
* Present: | * Present: returns the text and tubes channels created when the activity was shared or joined. | ||
* Future: | * Future: | ||
| Line 418: | Line 418: | ||
pass | pass | ||
* Used by: | * Used by: python activities when joining an existing activity | ||
* Present: | * Present: same as GetChannels but with more useful info to reduce roundtrips | ||
* Future: | * Future: | ||
| Line 428: | Line 428: | ||
pass | pass | ||
* Used by: | * Used by: local activities to set name, color, tags, etc | ||
* Present: | * Present: calls SetProperties from org.laptop.Telepathy.ActivityProperties | ||
* Future: | * Future: | ||
| Line 438: | Line 438: | ||
pass | pass | ||
* Used by: | * Used by: not used | ||
* Present: | * Present: returns cached property | ||
* Future: | * Future: drop? | ||