diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2010-08-16 12:14:18 +0200 |
---|---|---|
committer | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2010-08-18 09:53:45 +0200 |
commit | 44b3d6b3b74687c015e990515a0866a1cdf4bf2b (patch) | |
tree | e41baa225209a024ff912bc09ec1c7af86df7084 /extensions/OLPC_Buddy_Info.xml | |
parent | c4942f37f1462f067eb7b65d87ba6d7510c3cf6d (diff) |
Add rationales to AddActivity and GetActivity
Diffstat (limited to 'extensions/OLPC_Buddy_Info.xml')
-rw-r--r-- | extensions/OLPC_Buddy_Info.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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"/> |