summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-16 12:14:18 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-18 09:53:45 +0200
commit44b3d6b3b74687c015e990515a0866a1cdf4bf2b (patch)
treee41baa225209a024ff912bc09ec1c7af86df7084 /extensions
parentc4942f37f1462f067eb7b65d87ba6d7510c3cf6d (diff)
downloadtelepathy-salut-44b3d6b3b74687c015e990515a0866a1cdf4bf2b.tar.gz
Add rationales to AddActivity and GetActivity
Diffstat (limited to 'extensions')
-rw-r--r--extensions/OLPC_Activity_Properties.xml4
-rw-r--r--extensions/OLPC_Buddy_Info.xml5
2 files changed, 9 insertions, 0 deletions
diff --git a/extensions/OLPC_Activity_Properties.xml b/extensions/OLPC_Activity_Properties.xml
index 30300e51..1976fc63 100644
--- a/extensions/OLPC_Activity_Properties.xml
+++ b/extensions/OLPC_Activity_Properties.xml
@@ -74,6 +74,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</p>
</arg>
<tp:docstring>
Returns the handle of the room associated with this activity
+ <tp:rationale>
+ <p>When an activity starts up, it knows its activity_id but doesn't
+ know yet if it's shared or not, much less the room.</p>
+ </tp:rationale>
</tp:docstring>
<tp:possible-errors>
<tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/>
diff --git a/extensions/OLPC_Buddy_Info.xml b/extensions/OLPC_Buddy_Info.xml
index cd93fc63..d7ed2ccd 100644
--- a/extensions/OLPC_Buddy_Info.xml
+++ b/extensions/OLPC_Buddy_Info.xml
@@ -108,6 +108,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</p>
</arg>
<tp:docstring>
Advertise an activity associated to a muc room
+ <tp:rationale>
+ <p>Once an activity shares itself, needs to be advertised if it's not
+ private. SetActivities could be used for this but it would mean that
+ the activity would need to call GetActivities then add itself.</p>
+ </tp:rationale>
</tp:docstring>
<tp:possible-errors>
<tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/>