[Telepathy-commits] [telepathy-spec/master] Presence: stop talking about "location" in Rich_Presence_Access_Control_Type

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Jan 15 07:50:25 PST 2009


20080520174924-53eee-74536264e47d6704eba20ed8348baf9fd89c9134.gz
---
 spec/Connection_Interface_Presence.xml |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/spec/Connection_Interface_Presence.xml b/spec/Connection_Interface_Presence.xml
index f91d1b5..69c9cdb 100644
--- a/spec/Connection_Interface_Presence.xml
+++ b/spec/Connection_Interface_Presence.xml
@@ -387,30 +387,36 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
         A type of access control for Rich_Presence_Access_Control.
         For most types, the exact access control is given by an associated
         variant.
+
+        <tp:rationale>
+          These are the access control types from XMPP publish/subscribe
+          (XEP-0060).
+        </tp:rationale>
       </tp:docstring>
 
       <tp:enumvalue name="Whitelist">
         <tp:docstring>
           The associated variant is a list of contacts (signature 'au',
-          Contact_Handle[]) who can see the user's location.
+          Contact_Handle[]) who can see the extended presence information.
         </tp:docstring>
       </tp:enumvalue>
       <tp:enumvalue name="Publish_List">
         <tp:docstring>
           All contacts in the user's 'publish' contact list can see the
-          user's location. The associated variant is ignored.
+          extended presence information. The associated variant is ignored.
         </tp:docstring>
       </tp:enumvalue>
       <tp:enumvalue name="Group">
         <tp:docstring>
           The associated variant is a handle of type Group (signature 'u',
           Group_Handle) representing a group of contacts who can see the
-          user's location.
+          extended presence information.
         </tp:docstring>
       </tp:enumvalue>
       <tp:enumvalue name="Open">
         <tp:docstring>
-          Anyone with access to the service can see the user's location.
+          Anyone with access to the service can see the extended presence
+          information.
         </tp:docstring>
       </tp:enumvalue>
     </tp:enum>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list