summaryrefslogtreecommitdiff
path: root/spec/Connection_Interface_Location.xml
AgeCommit message (Collapse)AuthorFilesLines
2011-12-16all: version all interfacesJonny Lamb1-18/+18
We now have im.telepathy1: this is the global Telepathy version. Core interfaces don't have another version, so if we change im.telepathy1.Connection, then that's core enough to break the global Telepathy version (to im.telepathy2). Interfaces with no version number at the end are also core, such as Conn.I.Requests. Other interfaces which aren't core can be broken during a Telepathy development cycle and their version incremented. For example, im.tp1.Chan.I.Subject2 could be broken and then will become im.tp1.Chan.I.Subject3. The old version should be kept around until the next spec break (potentially every six months). Call has a further level of versioning. We are currently on Call1 and most Call-related interfaces are "core to Call". So, if Call1.Content.MediaDescription breaks then it's core enough to warrant an increment in the Call version number. However, there are a few interfaces which can be broken within Call and not break Call such as the RTCP stuff; these have version numbers at the end of the interface name too. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-12rename org.freedesktop.Telepathy to im.telepathyJonny Lamb1-18/+18
"ofdT" → "imt" too. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-27location: use unsigned type for enum valuesJonny Lamb1-1/+1
This enum isn't even in use, it was just annoying me. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Merge branch 'client-interests'Simon McVittie1-10/+40
Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
2010-10-18Location: be clear about the zero-interest-count case only being for ↵Simon McVittie1-3/+4
backwards compat
2010-10-18Location: strengthen calling AddClientInterest from MAY to SHOULDSimon McVittie1-3/+3
2010-05-25Prepare version 0.19.6telepathy-spec-0.19.6Simon McVittie1-1/+1
2010-05-14Add a Location_Feature_Can_Set flag.Will Thompson1-1/+35
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=28092 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2010-04-26fd.o #27835: use AddClientInterest in LocationSimon McVittie1-10/+39
2009-08-16Location: mark as added in upcoming versionSimon McVittie1-1/+1
2009-08-16Merge commit 'cassidy/undraft-location'Simon McVittie1-3/+2
Conflicts: spec/Connection_Interface_Contacts.xml Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2009-08-14Merge branch 'ccaps2'Simon McVittie1-0/+11
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
2009-08-14undraft Connection.Interface.LocationGuillaume Desmottes1-3/+2
2009-08-05Contacts: distribute contact attributes into the defining interfacesSimon McVittie1-0/+11
2009-08-04Location: don't specify "climb" keySimon McVittie1-6/+0
If anyone wants Connection.Interface.Location.OnAPlane badly enough, they can encourage the XMPP people to put it in XEP-0080 :-) See fd.o #19586.
2009-08-04Location: rename horizontal-error-m to accuracy; delete vertical-error-m and ↵Simon McVittie1-18/+3
error XEP-0080 now has accuracy (in metres) and deprecates error (in arc-minutes), for which we are grateful. vertical-error-m is in GeoClue but has no obvious mapping in XEP-0080, and it's not clear that we need it. fd.o #19586 represents "think about it"; we can reinstate it if we want it.
2009-08-04Location: don't specify Accuracy_Level for nowSimon McVittie1-0/+8
This is the mapping for a Geoclue concept; I'm not convinced the design here is right, so for the initial merge, we should remove it. When fd.o #19585 is resolved, we could reinstate it.
2009-08-04Location: fix a typo, intented -> intendedSimon McVittie1-1/+1
2009-08-04Add language key to location dataPierre-Luc Beaudoin1-0/+9
As per Section 7 of XEP-0080, the language of the data SHOULD be described in a xml:lang attribute. That language, needs to be passed to Telepathy from the application. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2009-01-22Correct "UNRELEASED" annotationsSimon McVittie1-1/+1
2009-01-19Location: fix typo in documentationSimon McVittie1-2/+2
2009-01-19Merge branch 'geoloc'Simon McVittie1-6/+69
Signed-off-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2009-01-19Indicate when Location was added as a draftSimon McVittie1-0/+1
2009-01-15Location: add trivial docs for Contact_LocationsSimon McVittie1-0/+6
2009-01-15Location: add RequestLocationSimon McVittie1-0/+40
2009-01-15Location: document possible errorsSimon McVittie1-0/+11
2009-01-15Mention the rationale for Get_Locations working the way it doesSimon McVittie1-0/+6
2009-01-15SetLocation: fix name-for-bindingsSimon McVittie1-1/+1
2009-01-15GetLocations: don't guarantee a LocationUpdated signal laterSimon McVittie1-4/+4
2009-01-15Location: use signed 64-bit timestampSimon McVittie1-1/+1
2008-11-19Location: use 64 bits for unix timestampsAlban Crequy1-1/+1
2008-11-19Location: horizontal-error-m: s/vertical/horizontal/Alban Crequy1-1/+1
2008-11-19Location: Accuracy_Level_PostalCode: should be Postal_CodeAlban Crequy1-1/+1
2008-11-19Location: accuracy-class: rename to accuracy-levelAlban Crequy1-1/+1
2008-11-19Location: use <tp:member-ref> for linksAlban Crequy1-3/+4
2008-11-19Location: Rename signal to LocationUpdatedAlban Crequy1-3/+3
2008-11-19Location: Remove GetLocations and rename RequestLocations to GetLocationsAlban Crequy1-23/+0
2008-11-19fix typo: "propogation"Alban Crequy1-1/+1
2008-10-12Add tp:name-for-bindings for geolocAlban Crequy1-6/+6
2008-05-22Location: cross-reference typesSimon McVittie1-5/+5
20080522143200-53eee-5d5bc6e4126c5aa0fdcd79e6f764c08cb59dcc74.gz
2008-05-21Improve descriptions of location parametersSimon McVittie1-14/+76
20080521143050-53eee-b7bc34ef84b072e1f85d3f993cf8cfea72df0ff5.gz
2008-05-21Document the Location_Accuracy_Level enumSimon McVittie1-7/+37
20080521143040-53eee-a45d9029a23d674788222e7a492b627a58a2644e.gz
2008-05-21Reference XEP-0080 and GeoclueSimon McVittie1-0/+6
20080521143033-53eee-323fbab3aad174be35660dd8735948a78ae8cef1.gz
2008-05-21Mark Location as DRAFTSimon McVittie1-1/+1
20080521143027-53eee-3bce1a9deda91f3e3fa83d8345af0c1254856ea9.gz
2008-05-20Location: use Rich_Presence_Access_ControlSimon McVittie1-51/+2
20080520172606-53eee-d1fc59020c70f0a69e6aa6352eb96bdc78fe2d4d.gz
2008-05-20Location: add more docs and RequestLocationsSimon McVittie1-0/+47
20080520172449-53eee-67d3af2a4ea6f03bb0931ecc92a9bfe55644408d.gz
2008-05-20Location: re-indent introSimon McVittie1-17/+18
20080520172434-53eee-05322dad124ceb34870dbbc7b708ebed0543d3d8.gz
2008-05-14add description of the Location interface (from the depths of the past)Robert McQueen1-0/+17
20080514185646-418b8-ef83edbf6391910bc170ae55244ead3133f34eaa.gz
2008-02-28Fix typoSimon McVittie1-1/+1
20080228114821-53eee-e608b36c20ed9aca0d2025f55c2057ee1f0af219.gz
2008-02-28Location: support setting and getting access control (a thinly disguised ↵Simon McVittie1-0/+64
version of XMPP pubsub access-control models) 20080228114255-53eee-500ed518565c6f6613d028c42594894c826795a4.gz