summaryrefslogtreecommitdiff
path: root/wocky
AgeCommit message (Expand)AuthorFilesLines
2014-06-03wocky_jingle_state_machine_dance: return a booleanHEADmasterGuillaume Desmottes1-12/+12
2014-06-03wocky_jingle_session_parse: fix potential NULL deferencingGuillaume Desmottes1-3/+7
2014-06-02jingle-content: remove unused assignationsGuillaume Desmottes1-3/+1
2014-06-02don't use for loop variable declarationsGuillaume Desmottes1-1/+2
2014-05-07Merge branch 'gabble-0.18'Guillaume Desmottes1-5/+4
2014-05-07wocky-jingle-info: don't try using self if it's NULLGuillaume Desmottes1-5/+4
2014-03-19Merge remote-tracking branch 'origin/gabble-0.18'Simon McVittie1-4/+6
2014-03-19data-form: reformat <code> blocks so recent gtk-doc can copeSimon McVittie1-4/+6
2014-03-19jingle-content: reset idle ID in its callbackGuillaume Desmottes1-0/+2
2014-02-14jingle-content: reset idle ID in its callbackGuillaume Desmottes1-0/+2
2013-09-10stop using deprecated gnutls_certificate_credentialsGuillaume Desmottes1-1/+1
2013-09-06If we send an IQ to a server allow "from" to be emptyDavid Edmundson1-0/+10
2013-09-06If we send an IQ to a server allow "from" to be emptyDavid Edmundson1-0/+10
2013-06-28Add a boxed type for WockyJingleCandidateWill Thompson2-0/+8
2013-06-28Add wocky_jingle_candidate_copyWill Thompson2-0/+9
2013-06-27Revert "Jingle: wait for session-initiate ack, then send candidates"Will Thompson1-3/+3
2013-06-11Jingle: wait for session-initiate ack, then send candidatesWill Thompson1-3/+3
2013-06-04WockyJingleSession: check more preconditions in public APISimon McVittie1-15/+73
2013-06-04WockyJingleFactory: ref session while calling parse()Simon McVittie1-3/+14
2013-05-30Acknowledge Jingle IQs in a way that the Google webmail client likesSimon McVittie3-8/+70
2013-05-30Require GLib 2.32Simon McVittie2-2/+2
2013-05-30Merge branch 'gabble-0.16'Simon McVittie1-0/+3
2013-05-29CVE-2013-1431: respect tls-required flag on legacy Jabber serversSimon McVittie1-0/+3
2013-03-01Fix enumtype generation in out-of-tree buildsWill Thompson1-12/+11
2013-03-01Merge branch 'gabble-0.16'Will Thompson2-8/+31
2013-02-27caps_hash: don't crash if FORM_TYPE has no <value>Will Thompson1-7/+22
2013-02-25caps_hash_compute_from_lists: skip anonymous fieldsWill Thompson1-0/+8
2013-02-25wocky_data_form_field_cmp: cope with var being NULLWill Thompson1-1/+1
2013-02-22WockyConnector: reduce duplicated code to complete resultWill Thompson1-22/+20
2013-02-22Connector: don't try to generate a random resourceWill Thompson1-4/+4
2013-02-20muc: include GError and type in both error signalsWill Thompson1-14/+15
2013-02-20WockyXmppError: update to RFC 6120Will Thompson2-4/+26
2013-02-20Correctly extract type='' from unrecognised errorsWill Thompson1-2/+10
2013-02-15muc: remove prototypes for nonexistant initiate_{async,finish}Will Thompson1-10/+0
2013-02-15Muc: document a load of thingsWill Thompson2-30/+148
2013-02-14Make (more of) WockyMuc docs appearWill Thompson1-5/+6
2013-02-13Add vcard namespace constants.Will Thompson1-0/+2
2013-02-13Fix reference to wocky_porter_register_handler()Will Thompson1-6/+9
2013-02-13Fix docs for plural WockyStanzasWill Thompson3-3/+3
2013-01-22TLSHandler: improve documentation.Will Thompson1-8/+29
2013-01-22TLSHandler: add API to forget all CA pathsWill Thompson2-0/+19
2013-01-22Find and use a sensible default CA certificate pathWill Thompson1-11/+12
2013-01-22TLSConnector, TLSHandler: don't ignore SSL errors by defaultWill Thompson2-2/+2
2013-01-18Improve wocky_{decode,compose}_jid documentationWill Thompson1-14/+16
2013-01-16Fix filenames in jingle headers to include wocky- prefixWill Thompson18-18/+18
2013-01-16Replace more references to Gabble in Jingle code.Will Thompson5-10/+11
2013-01-16Add Jingle headers to wocky.hWill Thompson20-7/+57
2013-01-16Prefix jingle-related files with wocky-Will Thompson23-81/+81
2013-01-15Document ::new-candidates, ::remote-media-description and othersWill Thompson2-0/+35
2013-01-14jingle-transport-google: remove redundant media-type lookupWill Thompson1-3/+0