summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"/>