summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-10-25Prepare version 0.21.3telepathy-spec-0.21.3Simon McVittie9-12/+16
2010-10-25Undraft Protocol.I.Presence tooSimon McVittie2-3/+5
2010-10-25fd.o #13349: undraft MailNotification, minus Subscribe and UnsubscribeSimon McVittie2-47/+7
2010-10-25NEWS so farSimon McVittie1-1/+26
2010-10-25Merge branch 'dtmf'Simon McVittie1-11/+77
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Acked-by: Pekka Pessi <pekka.pessi@nokia.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30703
2010-10-25Add <tp:changed> to MultipleTonesSimon McVittie1-0/+2
2010-10-25DTMF: suggest the timing minima from gstreamer-plugins-badSimon McVittie1-4/+11
2010-10-25DTMF: whitespaceSimon McVittie1-1/+1
2010-10-22spec: added a few instances of tp:xor-requiresJonny Lamb2-2/+8
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-22specparser: add support for tp:xor-requiresJonny Lamb2-10/+30
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Merge branch 'cool'Jonny Lamb9-254/+468
Conflicts: spec/Call_Content.xml spec/Call_Content_Interface_Mute.xml spec/Call_Stream.xml spec/errors.xml Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Call_Content_Interface_Mute: add missing tp:requires elementJonny Lamb1-0/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Call_Content_Codec_Offer: add Interfaces propertyJonny Lamb1-0/+9
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Call_Content_Interface_Media: clarify what full and empty codec offers meanJonny Lamb1-7/+10
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Call_Stream_Interface_Media: rename server info property and signalJonny Lamb1-6/+6
Now it's clearer which is the property and which is the signal. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Call_Stream_Endpoint: add documentationJonny Lamb1-18/+105
Fixes: fd.o#28719 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Call_Content_Codec_Offer: more doc fixesJonny Lamb1-5/+19
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Call_Stream_Interface_Media: more doc fixesJonny Lamb1-77/+64
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Call_Content_Interface_Mute: small doc fixesJonny Lamb1-9/+8
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Revert "Call_Content_Interface_Mute: rename SetMuted to Mute"Jonny Lamb1-2/+2
This reverts commit 90f112e73d4b649299e4ed22946ba5990721ffe6.
2010-10-18Call_Content_Interface_Media: more documentationJonny Lamb1-33/+32
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Call_Stream: more documentationJonny Lamb1-17/+22
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Call_Content: document moreJonny Lamb1-48/+66
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Call_Content: remove Early_Media dispositionJonny Lamb1-7/+1
Fixes: fd.o#28720 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-18Merge branch 'client-interests'Simon McVittie3-49/+183
Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
2010-10-18bump UNRELEASED added/deprecated annotations to 0.21.UNRELEASEDSimon McVittie2-4/+4
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-10-18AddClientInterest: don't mention implicit client interestsSimon McVittie1-10/+0
Sjoerd points out that CM implementers don't need this information in general (only for Location and MailNotification, which both say it explicitly), and it'll just confuse client implementers.
2010-10-15Nano versionSimon McVittie2-1/+6
2010-10-15Back out the HungUp error code for the momenttelepathy-spec-0.21.2Simon McVittie3-13/+5
We already have Cancelled and Terminated, which are used in StreamedMedia to represent normal termination by local or remote user request; leaving out HungUp for now lets us either re-introduce it later, or separate Cancelled from Terminated.
2010-10-15Prepare 0.21.2Simon McVittie2-3/+39
2010-10-15sort out added/changed annotations for 0.21.2Simon McVittie10-3/+27
2010-10-15Call_Content_Packetization_Type_Raw: rename from _rawSimon McVittie1-1/+1
This will produce better results if a binding wants to use camel-case for constants: we don't want "CallContentPacketizationTyperaw".
2010-10-15StreamHandler: Add signals specifying the type of DTMF event to sendOlivier Crête1-2/+38
Some protocols specify the type of DTMF event send and the payload type just at the time when the are sent. These signals should make these easier to implement. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30662 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2010-10-13DTMF: add, and require, support for [pPxX,] and [wW] in dialstringsSimon McVittie1-8/+65
Handling 'w' correctly requires new API, but adding this while there are no implementations of MultipleTones "in the wild" seems easier than defining capability discovery.
2010-10-13specparser: make power of two checking nicerJonny Lamb1-7/+2
What a neat trick! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-13specparser: note which errors do make senseJonny Lamb1-1/+2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-13specparser: use BadFlagsType, not UnsupportedArrayJonny Lamb1-1/+2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-13specparser: complain when a bad tp:flag value is givenJonny Lamb1-0/+15
They should always be powers of two, so open up a can of whoop-ass when they're not. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-13specparser: complain when we get a tp:flags of type != "u"Jonny Lamb1-0/+4
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-13specparser: check for duplicate enum valuesJonny Lamb1-0/+16
AND LET THE BAD SPEC WRITER KNOW... Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-13Call_Stream: document local state of Pending_SendJonny Lamb1-0/+15
Fixes: fd.o#28735 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-13Call: add a call forking error state when the call is picked up elsewhereJonny Lamb1-0/+8
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-13errors: add a PickedUpElsewhereJonny Lamb1-0/+8
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-13Call: clarify that if _User_Requested, look at the Actor memberJonny Lamb1-1/+4
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-12interface: give a different message for channel propertiesJonny Lamb2-3/+10
So now we can use tp:immutable on non-channel properties and it won't talk about the channel being created and blah blah blah. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-12fix more s/Errors/Error/g typosJonny Lamb3-4/+4
Also tp:error-ref them. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-12Merge branch 'bypass-observer'Senko Rasic1-0/+22
2010-10-12add BypassObservers to Client.Handler.FUTURESenko Rasic1-0/+22