summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-02-15Merge branch 'captcha'Simon McVittie4-1/+525
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Dario Freddi <dario.freddi@collabora.com>
2012-02-15Mark Call1 spec stableXavier Claessens13-26/+13
Except for Call1.Interface.Mute for which we have still doubts. For now it can be done client-side by muting pulse source for example.
2012-02-15Remove another duplicated ContactOlivier Crête1-5/+0
It is already in the media description offer
2012-02-14Undraft Conn.I.AddressingSimon McVittie1-7/+3
2012-02-14Document the members of VCard_Field_Address_Map and why it's pluralSimon McVittie1-4/+13
2012-02-14Account.Supersedes: addSimon McVittie3-3/+37
In the process, define how arrays of object paths are serialized in a .manager file, since MC uses the same format for account storage. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=42814 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2012-02-14Captcha: allow labels to be the empty string, for "UI should supply"Simon McVittie1-3/+27
2012-02-13Update copyright dateSimon McVittie2-2/+2
2012-02-09Have CM provide available MIME types and let CM choose the one to useMike Ruprecht1-10/+20
2012-02-09Fix incorrect member-refMike Ruprecht1-1/+1
2012-02-09Correct typoMike Ruprecht1-1/+1
2012-02-01A few more revisions based on comments in fd.o bug #32125Mike Ruprecht2-2/+11
2012-01-31Revise CaptchaAuthentication spec based on comments in fd.o #32125Mike Ruprecht3-58/+138
This patch revises CaptchaAuthentication to include comments from Simon McVittie from fd.o bug #32125. A lot of the wording is from him again.
2012-01-28Revise CaptchaAuthentication spec based on comments and redesignMike Ruprecht1-81/+178
This patch revises the CaptchaAuthentication spec based on comments and a more flexible redesign. Most of this design and wording comes from Simon McVittie's sketch in fd.o #32125.
2012-01-20Initial draft of CaptchaAuthenticationMike Ruprecht2-0/+304
2012-01-13Account.Service can be used to store the IRC network nameGuillaume 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.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.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>