summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-17Merge branch 'master' into nextnextSimon McVittie1-0/+7
2014-09-17X-TELEPATHY-PASSWORD is not mandatory if unimplementableSimon McVittie1-2/+4
Gabble (correctly) doesn't implement it if you use { "account": "gmail.com" }, which is not enough for X-TELEPATHY-PASSWORD: a mechanism that provides a username, such as PLAIN or Google's OAuth dialect, must be used here. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=64354 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2014-03-19nano versionSimon McVittie2-1/+6
2014-03-190.99.8telepathy-spec-0.99.8Simon McVittie2-1/+29
2014-03-19Replace TplEntityType by TpEntityTypeGuillaume Desmottes1-1/+1
2014-02-17ConnectionManager: Add "account-path-suffix" well-known parameterXavier Claessens1-0/+7
2014-02-13add Entity_Type_SelfGuillaume Desmottes1-0/+13
2014-02-13rename TargetHandleType to TargetEntityTypeGuillaume Desmottes18-60/+60
2014-02-12Update Entity_Type and Handle docGuillaume Desmottes1-11/+74
2014-02-12rename Handle_Type to Entity_TypeGuillaume Desmottes11-35/+35
2014-02-11Account: use PropertiesChanged instead of AccountPropertyChangedGuillaume Desmottes1-21/+7
https://bugs.freedesktop.org/show_bug.cgi?id=23148
2014-02-10Handler: merge 'request-properties' key into the Requests_Satisfied argGuillaume Desmottes1-12/+4
2014-02-10Observer: merge 'request-properties' key into the Requests_Satisfied argGuillaume Desmottes1-8/+2
2014-02-07Media: update rationale about RelayInfo propertyGuillaume Desmottes1-4/+6
2014-02-07Handler: use Call1 in Handler.Capabilities exampleGuillaume Desmottes1-4/+6
2014-02-07Group: remove mentions to StreamedMediaGuillaume Desmottes1-53/+5
Call1 doesn't use Group so there is no need to update those.
2014-02-07errors: Terminated: remove mention to StreamedMediaGuillaume Desmottes1-4/+1
Call doesn't seem to use this so I just removed the sentence.
2014-02-07errors: 'No Answer' stop mentioning StreamedMediaGuillaume Desmottes1-1/+1
2014-02-07Contact_List: remove mention of ContactList channelsGuillaume Desmottes1-7/+0
2014-02-07Group: remove mention of ContactList channelsGuillaume Desmottes1-2/+1
2014-02-04Logger1: undraftGuillaume Desmottes1-2/+1
2014-02-04Logger: use a tp:type for GetFavouriteContacts()'s return valueGuillaume Desmottes1-1/+17
Looks like it's mandatory to make QtDBus happy.
2014-02-04tp:type='Account'Guillaume Desmottes1-5/+5
Not an actual type.
2014-02-04Logger1.xml: copy from tp-loggerGuillaume Desmottes2-0/+157
Raw copy, no change yet.
2014-01-30remove CM side password storage APIGuillaume Desmottes4-243/+0
They have been DRAFT for years and doesn't really make sense. https://bugs.freedesktop.org/show_bug.cgi?id=33485
2014-01-29update 0.99.UNRELEASED versionstelepathy-spec-0.99.7Guillaume Desmottes2-2/+2
2014-01-290.99.7Guillaume Desmottes2-1/+27
2014-01-15AddDispatchOperaiton: bring back 'DispatchOperation' argGuillaume Desmottes1-0/+8
It has been accidentally removed.
2014-01-15move RequestableChannelClasses to ConnectionGuillaume Desmottes11-160/+159
2014-01-15Revert "Flatten Requests interface into Connection"Simon McVittie26-610/+671
This reverts commit 28c6e0d0454efc54f9a24da631eb75e6fcf925ba. I decided against it: > This might actually not be such a great idea. EnsureChannel and > CreateChannel should clearly be core, and RequestableChannelClasses > (aka TP_CONNECTION_FEATURE_CAPABILITIES) can reasonably be core > while connected, but Channels (and its change-notification, > NewChannel(s) and ChannelClosed) are sufficiently special-purpose > that I think only the AM and regression tests should be using it. > Having the Channels and their immutable properties in the GetAll > result seems non-optimal. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2014-01-15ObserveChannel: be singularSimon McVittie2-30/+35
2014-01-15NewChannel: be singularSimon McVittie12-73/+52
We no longer recommend emitting plural NewChannels signals, so we might as well simplify the signal. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69430
2014-01-15Flatten Requests interface into ConnectionSimon McVittie26-666/+601
We keep meaning to do this one day. That day has arrived.
2014-01-14Give each draft interface a reference to its bugSimon McVittie15-0/+16
... or at least *a* relevant bug.
2014-01-14A.I.Hidden, AM.I.Hidden: removeSimon McVittie3-167/+0
They were added as drafts in 2011 and never undrafted. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33101
2014-01-14Abolish Channel.I.DTMFSimon McVittie5-349/+83
Distribute its remaining non-obsolete functionality between Content.I.DTMF and Channel.T.Call. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46443
2014-01-14Handler.HandleWith::User_Action_Time: use a signed typeSimon McVittie1-3/+2
User_Action_Timestamp is signed, so this should be signed too.
2014-01-14HandleWithTime: fold into HandleWithSimon McVittie1-66/+8
2014-01-14ChannelDispatchOperation, Approver: be singularSimon McVittie2-131/+59
This means we can use immutable properties for the Channel.
2014-01-14HandleChannel: be singularSimon McVittie7-39/+45
2014-01-130.99.6telepathy-spec-0.99.6Simon McVittie3-5/+19
2014-01-07Do not list Requests in the Interfaces propertySimon McVittie3-5/+28
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50093 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2014-01-07Flatten Connection.I.Contacts into ConnectionSimon McVittie7-217/+181
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50093 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2014-01-07Merge branch 'master' into nextSimon McVittie1-2/+4
2014-01-07nano versionSimon McVittie2-1/+6
2014-01-07X-TELEPATHY-PASSWORD is not mandatory if unimplementableSimon McVittie1-2/+4
Gabble (correctly) doesn't implement it if you use { "account": "gmail.com" }, which is not enough for X-TELEPATHY-PASSWORD: a mechanism that provides a username, such as PLAIN or Google's OAuth dialect, must be used here. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=64354 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2013-11-110.99.5telepathy-spec-0.99.5Simon McVittie2-1/+19
2013-11-11Fix one remaining instance of org.freedesktop.TelepathySimon McVittie1-1/+1
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71262 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
2013-11-11Change all namespaces from im.telepathy1 to im.telepathy.v1Simon McVittie111-1174/+1174
We don't own telepathy1.im, but we do own telepathy.im. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71262 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
2013-11-04Nano versionSimon McVittie1-1/+1