summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)AuthorFilesLines
2012-01-31Remove "Simple" from ex-SimplePresence types' namesSimon McVittie3-16/+16
The SimplePresence interface is now just Presence.
2012-01-12Group: merge RemoveMembers and RemoveMembersWithReasonJonny Lamb1-33/+9
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-10ContactList: rename ContactsChangedWithID to just ContactsChangedJonny Lamb1-6/+6
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-05ConnectionManager: remove GetParameters and ListProtocolsJonny Lamb3-74/+34
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-05Connection: replace GetProtocol with ProtocolJonny Lamb1-9/+4
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-05Connection: remove {Hold,Release,HasImmortal}HandlesJonny Lamb4-185/+6
Wahey! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-05ChannelRequest: make SucceededWithChannel the defaultJonny Lamb1-11/+3
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-05ChannelDispatcher: make *WithHints methods to the defaultsJonny Lamb2-202/+16
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-05Merge branch 'master' into nextJonny Lamb6-56/+76
Conflicts: spec/Call_Content.xml spec/Channel_Type_Call.xml Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-05ContactList: add tp:added to Download{,AtConnection} iface membersJonny Lamb1-0/+2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-05all: remove chat about backwards-compatabilityJonny Lamb5-52/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-04Channel.FUTURE: removeJonny Lamb2-50/+0
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-04ChannelBundle: just removeJonny Lamb5-103/+2
bye! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-04ContactList: add DownloadAtConnection property and Download methodAlban Crequy1-0/+42
https://bugs.freedesktop.org/show_bug.cgi?id=43035
2012-01-04Room, Subject: rename from version 2 to version 1Jonny Lamb6-15/+15
We're breaking everything else, why not just throw these back down to version 1. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-23Rename CallState RINGING to INITIALISEDXavier Claessens1-16/+18
This is less confusing with RINGING flag
2011-12-23Remove the duplicated Removed() signal on the Call.ContentOlivier Crête1-10/+1
2011-12-23Stream.I.Media: Add Muted and Pending_Mute stream flow states.Olivier Crête1-7/+6
This way the CM can tell the streaming implementation to mute. Also, remove the useless Paused state
2011-12-23Call.Stream.Endpoint: Document when the Endpoint and Stream Transports can ↵Olivier Crête1-1/+6
differ
2011-12-23Call.Content.I.Media: Remove duplicated Remote ContactOlivier Crête1-22/+1
The Remote contact object already present inside the MediaDescription objects. https://bugs.freedesktop.org/show_bug.cgi?id=41734
2011-12-16Connection: remove GetInterfaces and GetStatusJonny Lamb1-50/+8
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-16SimplePresence: rename to PresenceJonny Lamb9-17/+17
It's not so simple anymore, clearly. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-16all: version all interfacesJonny Lamb103-1584/+1584
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-13remove completely unused interfacesJonny Lamb3-152/+0
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-13Text: merge Messages and Text togetherJonny Lamb5-1353/+1300
OH EM GEE Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-13all: add tp:changed for interfaces with newly removed deprecated itemsJonny Lamb8-0/+21
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-13Conn.Iface.ContactList: remove deprecated signalJonny Lamb1-36/+2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-13Chan.Iface.Messages: remove deprecated types and methodsJonny Lamb1-111/+4
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-13Chan.I.Group: remove deprecated methods, signals, and propertiesJonny Lamb1-297/+25
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-13Chan.Type.Text: remove deprecated methods and typesJonny Lamb2-373/+14
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-13Conn.I.Avatars: remove deprecated methodsJonny Lamb1-134/+10
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-13Connection: remove deprecated structs, methods, and typesJonny Lamb10-396/+34
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-13Chan.I.Tube: remove deprecated socket access control enum valueJonny Lamb1-14/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-13Channel: remove deprecated methodsJonny Lamb1-89/+0
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-12Chan.Type.Tubes: removeJonny Lamb4-618/+8
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-12Chan.Type.ContactList: removeJonny Lamb7-154/+17
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-12Conn.I.Capabilities: removeJonny Lamb2-255/+0
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-12Conn.I.Presence: removeJonny Lamb3-353/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-12Properties: removeJonny Lamb2-198/+0
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-12ChannelHandler: removeJonny Lamb2-80/+0
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-12StreamedMedia: removeJonny Lamb21-2290/+184
omg Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-12remove Telepathy propertiesJonny Lamb1-3/+2
They never existed, honest! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-12rename org.freedesktop.Telepathy to im.telepathyJonny Lamb117-1879/+1879
"ofdT" → "imt" too. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-12stop referring to Conn.I.Addressing.DRAFTJonny Lamb4-12/+12
It was renamed to Conn.I.Addressing1 in b6057b908105a8. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-06ReportReceivingFailure: it is failure in incoming portionXavier Claessens1-1/+1
2011-11-24Conn.I.Addressing: replace DRAFT with a version number.Will Thompson1-1/+3
This makes it possible to undraft the interface without breaking everyone.
2011-11-24MediaDescription::reject() takes reason in arg instead of returning itXavier Claessens1-1/+1
2011-11-23Bump nano-versionWill Thompson1-1/+1
2011-11-23Version 0.25.1Will Thompson1-1/+1
2011-11-23Set UNRELEASEDs to 0.25.1Will Thompson3-5/+7