Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/presence/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Address several nitpicks from MarcoTomeu Vizoso2010-08-201-110/+0
|
* Remove some unused importsTomeu Vizoso2010-08-201-1/+0
|
* Make sure that the connection we choose is connectedTomeu Vizoso2010-08-201-19/+65
|
* Handle invitations using Mission Control 5.Tomeu Vizoso2010-08-201-0/+6
| | | | | | | | | | | | | | | | | src/sugar/activity/activity.py: If the activity is being invoked to handle an invite, create a Client.Handler instance and share the activity when HandleChannels is invoked. src/sugar/activity/activityfactory.py, src/sugar/activity/activityhandle.py, src/sugar/activity/main.py: Add a -i switch that indicates to the activity that it should handle the channel from an invitation. src/sugar/presence/activity.py: Expose Activity.room_handle. src/sugar/presence/presenceservice.py: Add get_activity_by_handle(). src/sugar/presence/util.py: Add get_account_for_connection().
* Pass the account path to the Activity on creationTomeu Vizoso2010-08-201-4/+2
|
* Identify buddies and activities by their account and ids insteadTomeu Vizoso2010-08-201-3/+11
| | | | of connection and handle.
* Add src/sugar/presence/util.pyTomeu Vizoso2010-08-201-0/+53