Gadget integration TODO: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: == Gadget == - Should not return itself in buddy queries a(nd probably not activities which we are already taking part in activity queries). - Add CurrentActivity protocol == Gabble == C...)
 
No edit summary
 
(51 intermediate revisions by 10 users not shown)
Line 1: Line 1:
Things to do to integrate [[Gadget]] with the rest of the system.
== Gadget ==
- Should not return itself in buddy queries a(nd probably not activities which we are already taking part in activity queries).
- Add CurrentActivity protocol


== Gabble ==
== Sugar ==


* Should track change of the "publish to gadget" GConf key and call Publish when needed ([http://dev.laptop.org/ticket/7544 #7544])
Current work is in: http://monkey.collabora.co.uk/telepathy-gabble-gadget/
* Make the number of random buddies and activities requested configurable

* [https://dev.laptop.org/ticket/7711 Implement UI for searches]
- Start to review this big branch. Be ware that the first set of patches is very old (prior Gadget implementation) so it could be a bit outdated.
- BuddyInfo.GetActivity should return activities from view (and fire the ActivitiesChanged signal when needed). There is a FIXME about that in olpc-activity-search.py
- Because of [http://monkey.collabora.co.uk/telepathy-gabble-gadget/ this ejabberd] bug, client still use PEP nodes instead of just rely on Gadget. We should be sure everything works fine when this bug will be fixed.

== Presence Service ==

Current work is in: https://dev.laptop.org/git?p=users/guillaume/presence-service;a=shortlog;h=gadget

- The inspector shouldn't appear as an activity member. When sharing a Connect instance, the inspector joins the room so we are suppose to play with it.
- The SearchAvailable signal is a bit crack. Would be cool to drop it.
- Because of [http://monkey.collabora.co.uk/telepathy-gabble-gadget/ this ejabberd] bug, client still use PEP nodes instead of just rely on Gadget. We should be sure everything works fine when this bug will be fixed.


== Sugar Toolkit ==

Current work is in: https://dev.laptop.org/git?p=users/guillaume/sugar-toolkit;a=shortlog;h=gadget

== Sugar ==


[[Category:Telepathy]]
Current work is in: https://dev.laptop.org/git?p=users/guillaume/sugar;a=shortlog;h=gadget

Latest revision as of 14:55, 24 October 2008

Things to do to integrate Gadget with the rest of the system.

Sugar

  • Should track change of the "publish to gadget" GConf key and call Publish when needed (#7544)
  • Make the number of random buddies and activities requested configurable
  • Implement UI for searches