summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-13Account.Service can be used to store the IRC network nameHEADmasterGuillaume Desmottes1-0/+3
https://bugs.freedesktop.org/show_bug.cgi?id=44730
2012-01-06For Call1, move the DTMF to the Content where it belongsOlivier Crête3-5/+241
The only bit left in the channel interface is the InitialTones requestable property.
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-04ContactList: add DownloadAtConnection property and Download methodAlban Crequy1-0/+42
https://bugs.freedesktop.org/show_bug.cgi?id=43035
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-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.1telepathy-spec-0.25.1Will Thompson1-1/+1
2011-11-23Set UNRELEASEDs to 0.25.1Will Thompson3-5/+7
2011-11-23NEWS for 0.25.1Will Thompson1-1/+20
2011-11-21Split requested contacts into a separate argument in Conn.I.Addressing.Andre Moreira Magalhaes (andrunko)1-51/+38
Remove the contact attributes ".../requested-*" and return the satisfied requested addresses on GetContactsByURI/VCardField. Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2011-11-21Update tp:added information for Proto.I.Addressing.Andre Moreira Magalhaes (andrunko)1-1/+1
2011-11-21Merge branch 'protocol-addressing'Andre Moreira Magalhaes (andrunko)3-16/+11
Conflicts: spec/Protocol_Interface_Addressing.xml Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2011-11-21Merge remote-tracking branch 'smcv/protocol-addressing'Andre Moreira Magalhaes (andrunko)3-21/+101
Reviewed-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2011-11-21Remove mention to RCC TargetVCardField until Chan.I.Addressing is undrafted.Andre Moreira Magalhaes (andrunko)1-7/+0
2011-11-18Rename NormalizeURI to NormalizeContactURI and clarify that everything ↵Simon McVittie1-9/+48
except the contact is discarded I didn't rename NormalizeVCardAddress, since it's very rare to have a vCard for an XMPP MUC or something, but it has the same clarification.
2011-11-15Various language tweaks as spotted by wjtSjoerd Simons1-12/+10
2011-11-15Fit in 80 chars where possibleSjoerd Simons1-9/+12
2011-11-15AudioControl: Add more spec markup and tweak wordingSjoerd Simons1-10/+13
2011-11-15Add AudioControl specificationSjoerd Simons2-0/+108
Add a simple interface for a CM to control the input and output volume. Based on work by Mike Ruprecht, but modified to have more meaningfull property and method names and a nicer range for Volume
2011-11-14Mention x-facebook-id as a known vcard field in Protocol.I.Addressing.Andre Moreira Magalhaes (andrunko)1-0/+3
2011-11-14Undraft Protocol.Interface.Addressing.Eitan Isaacson3-9/+8
2011-11-11DBusTube: recommend Socket_Access_Control_CredentialsSimon McVittie1-1/+11
The two known Tubes implementations (Gabble and Salut) implement it using libdbus, where it's actually easier to implement than anything else. It'd be equally easy with GDBus, from what I can tell.
2011-11-11Redefine Socket_Access_Control_Credentials on D-Bus tubes to be usefulSimon McVittie1-11/+42
I think this is what was always intended, and it seems to be what Gabble has always implemented. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=42809
2011-11-11Fix copyrightsDanielle Madeley2-3/+2
People copying and pasting boilerplate often copy and paste the copyright assignments too.
2011-11-10bump nano versionJonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-10version 0.25.0telepathy-spec-0.25.0Jonny Lamb2-1/+22
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-10Mark changes as changed in 0.25.0Jonny Lamb7-12/+12
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-10Merge branch 'ft-metadata'Jonny Lamb3-0/+106
2011-11-10Chan.I.FT.Metadata: improve tp:rationale for a{sas}Jonny Lamb1-5/+14
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-10specparser: complain if tp:mapping's specified type is a lieJonny Lamb1-0/+7
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-10Chan.I.FT.Metadata: improve Metadata docsJonny Lamb1-3/+9
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-09Chan.I.FT.Metadata: change Metadata property to a{sas}Jonny Lamb1-1/+13
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-07Call1: Add contact identifiers for CallMembers and RemoteMembersXavier Claessens2-0/+30
2011-11-07Call1: Add rational explaining why Content could have multiple streamsXavier Claessens1-0/+11
2011-11-07Merge branch 'call1-mute'Xavier Claessens3-9/+15
2011-11-07Call1: Clarify interfaces that may implement Mute ifaceXavier Claessens3-9/+15
2011-11-07Merge branch 'roomconfig-42653'Danielle Madeley6-0/+259
2011-11-07Deprecate Channel.Type.ContactListXavier Claessens2-0/+15
They have been replaced by Connection.Interface.ContactList
2011-11-07Document how no-data is represented in the Avatar typeDanielle Madeley1-0/+3
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=42653
2011-11-07New iface: Channel.Interface.PictureDanielle Madeley2-0/+199
Lets the users set/get the picture for a chatroom. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=42653
2011-11-07Room: Creator, CreatorHandle and CreationTimestampDanielle Madeley1-0/+31
These properties indicate who and when the room was created. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=42653
2011-11-07RoomConfig.PasswordHintDanielle Madeley2-0/+26
A hint for the room password. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=42653