summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-test: use properly-named variables.Will Thompson1-9/+9
2013-02-22Fix wocky-connector-testWill Thompson1-2/+4
2013-02-22receive-messages example: add a --resource parameterWill Thompson1-2/+5
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 Thompson2-2/+58
2013-02-20tests: define bug base in test_init().Will Thompson2-1/+1
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-22connector-test: avoid using system-wide CAsWill Thompson1-0/+4
2013-01-22TLSHandler: improve documentation.Will Thompson1-8/+29
2013-01-22examples: add --ignore-ssl-errorsWill Thompson2-6/+52
2013-01-22TLSHandler: add API to forget all CA pathsWill Thompson2-0/+19
2013-01-22Find and use a sensible default CA certificate pathWill Thompson2-11/+48
2013-01-22dump-certificates: remove "bye, bye" from outputWill Thompson1-1/+0
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
2013-01-14Add missing G_END_DECLS to Jingle headersWill Thompson6-0/+12
2013-01-14Document JingleMediaDescription and JingleReasonWill Thompson2-0/+31
2013-01-11Document ::terminated, _terminate() and JingleStateWill Thompson2-1/+53
2013-01-10Document wocky_jingle_session_accept()Will Thompson1-0/+14
2013-01-10Enable jingle_media_rtp_set_local_media_description docstringWill Thompson1-1/+2
2013-01-09jingle: document some methodsWill Thompson2-3/+35
2013-01-08jingle-session: remove vestigial GabbleMediaSessionMode enumWill Thompson1-6/+0
2013-01-08Document WOCKY_NODE_LANGUAGEWill Thompson1-0/+1
2013-01-08docs: include jingle stuffWill Thompson1-0/+11
2013-01-08docs: fix including enumtype documentation.Will Thompson1-9/+1
2013-01-08Improve some Jingle docstrings.Will Thompson3-1/+41
2013-01-07JingleSession: only emit about-to-initiate onceWill Thompson1-2/+3
2012-12-20jingle-factory.h: remove stray semicolon.Will Thompson1-1/+1
2012-12-20Install jingle-types.hWill Thompson1-0/+1
2012-12-13Add optional libsoup dependency for google:relayWill Thompson2-0/+16
2012-12-13Add Jingle code to build; tweak till it buildsWill Thompson11-106/+120
2012-12-13Import Gabble's Jingle code.Will Thompson22-0/+10119
2012-12-13Add a debug flag for Jingle stuff.Will Thompson2-0/+2
2012-12-13Add namespaces used by the Jingle code.Will Thompson1-0/+50
2012-12-13debug: add DEBUG_NODE()Will Thompson2-4/+39