summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-10gitmodules: update to new yell repository locationJonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-28set up telepathy-yell in the gabble build systemJonny Lamb4-8/+33
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-28add yell submoduleJonny Lamb2-0/+3
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-21call muc tests: update to accept the codec offers instead of calling ↵Jonny Lamb2-3/+21
UpdateCodecs Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-21content: pop up a codec offer every time a new content appearsJonny Lamb3-6/+7
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-21call-muc-channel: fix a crash when the muji node tree is NULLJonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-20call-muc-channel: also use Initial{Audio,Video}Name hereJonny Lamb1-2/+11
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-20content: don't let UpdateCodecs be called before the first CodecOffer appearsJonny Lamb1-0/+15
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-20tests: add more tests to call-codecoffer.py to test popping up codec offersJonny Lamb1-10/+131
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-20tests: update call-basics.py now that UpdateCodecs is only allowed mid-callJonny Lamb1-10/+25
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-20content: always pop up a new CodecOffer on new outgoing call contentJonny Lamb1-4/+11
Also disallow calling UpdateCodecs if there is a CodecOffer in flight. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19call tests: update to make them all pass againJonny Lamb5-45/+40
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19codecoffer: rename to codec-offerJonny Lamb4-104/+104
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19stream: implement LocalSendingState propertyJonny Lamb1-0/+12
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19call-channel: implement Initial{Audio,Video}NameJonny Lamb2-2/+47
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19stream: emit {STUNServers,RelayInfo}Changed as appropriateJonny Lamb1-28/+53
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19jingle-factory: add ::stun-server-changedJonny Lamb1-0/+10
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19stream: RetrievedServerInfo is now HasServerInfoJonny Lamb1-8/+16
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19stream: implement CanRequestReceiving propertyJonny Lamb1-0/+14
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19stream: implement Interfaces propertyJonny Lamb1-0/+18
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19stream: rename Senders to RemoteMembers and omit the self handleJonny Lamb1-67/+42
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19content: rename SetCodecs to UpdateCodecsJonny Lamb1-3/+3
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19call-content-codecoffer: add Interfaces propertyJonny Lamb1-0/+17
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19call-channel: the ContentAdded signal lost its second argumentJonny Lamb2-5/+2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19content: implement Packetization property (poorly)Jonny Lamb1-0/+13
Uh oh, spaghettio! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19content: rename Stream{Added,Removed} to Streams{A,R}Jonny Lamb1-5/+15
Plural, baby! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19content: remove Creator propertyJonny Lamb1-16/+0
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19content: implement Interfaces propertyJonny Lamb1-1/+18
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19content: add a ::removed signal and implement RemoveJonny Lamb2-7/+45
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-19extensions: update to 0.21.2 Call specsJonny Lamb10-479/+1429
This means gabble doesn't compile anymore. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-10-14Merge branch 'xep0186-precedence'Eitan Isaacson6-38/+101
2010-10-14Add hybrid (XEP-0126 & XEP-0186) service to initial presence test.Eitan Isaacson1-3/+5
2010-10-14Check for cases when server supports both XEP-0186 and privacy lists.Eitan Isaacson4-14/+58
Assert that we choose XEP-0186 over privacy lists for simple visibility.
2010-10-14Use XEP-0186 for simple invisibility when it is available.Eitan Isaacson1-21/+38
2010-10-13Merge branch 'caps-badgering'Simon McVittie11-105/+146
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
2010-10-13Merge branch 'tls-crash'Simon McVittie2-10/+124
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
2010-10-13GabbleServerSaslChannel: stop making assumptions about how Wocky implements ↵Simon McVittie1-9/+100
its async callback In principle, we're not meant to assume anything about @result - even that it's a GSimpleAsyncResult. (This broke when Wocky changed its source tags from _finish to the more conventional _async.)
2010-10-13GabbleServerTLSManager: stop making assumptions about how Wocky implements ↵Simon McVittie1-1/+24
its async callback In principle, we're not meant to assume anything about @result - even that it's a GSimpleAsyncResult. (This broke when Wocky changed its source tags from _finish to the more conventional _async.)
2010-10-13Merge branch 'speedup-mail-notification'Nicolas Dufresne1-0/+49
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2010-10-13Some English fixesNicolas Dufresne1-3/+5
2010-10-13Mail status polling to workaround server lazinessNicolas Dufresne1-0/+47
The Google server stops pushing <new-mail> updates for the period of POLL_DURATION seconds. To ensure that MailNotification remains accurate, we manually update every POLL_DELAY seconds the mail information.
2010-10-13constants.py: sync back from Salut (add Aliasing and Presence)Simon McVittie1-0/+2
2010-10-13constants.py: add Message_Sending_Flags and Delivery_Reporting_Support_FlagsGuillaume Desmottes1-0/+11
2010-10-08Merge branch 'telepathy-gabble-0.10'Will Thompson3-4/+15
Conflicts: NEWS configure.ac
2010-10-08Update Wocky snapshot for Coverity fixes.Will Thompson1-0/+0
2010-10-08Search: clarify handling field request resultWill Thompson1-4/+6
Coverity got upset that we might be passing a NULL query_node to parse_search_field_response(). Actually, we never do, but rearranging the code a bit makes this more explicit. Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2010-10-06Set the version in which the Decloak API was addedTomeu Vizoso1-1/+1
2010-10-06Bump nano version to 0.10.3.1Tomeu Vizoso1-1/+1
2010-10-06Release 0.10.3telepathy-gabble-0.10.3Tomeu Vizoso2-4/+8
2010-10-06Set the version in which the Decloak API was addedTomeu Vizoso1-1/+1