summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Bump the glib api implementation to the latest versionRuslan N. Marchenko2020-09-231-7/+7
* Remove direct openssl backend, available via env GIO_USE_TLSRuslan N. Marchenko2020-05-171-2/+2
* Uplift gio patch to latest API changesRuslan N. Marchenko2020-05-091-1/+0
* Merge branch 'gabble-0.18'George Kiagiadakis2016-07-095-7/+0
|\
| * Bump required glib version to 2.44, as we now depend on GIO http proxyGeorge Kiagiadakis2016-07-045-7/+0
* | Merge branch 'gabble-0.18'Simon McVittie2013-08-091-5/+0
|\ \ | |/
| * Fix examples' and tests' dependenciesSimon McVittie2013-08-091-5/+0
* | keep the coding-style checker happySimon McVittie2013-08-091-2/+2
* | dump-certificates: Manually provide server to connect toTobias Mueller2013-06-261-2/+14
|/
* Make examples/Makefile.am indentation consistentWill Thompson2013-03-211-5/+5
* dump-certificates: check (and fix) coding styleWill Thompson2013-03-212-2/+4
* examples: link against gnutlsDominique Leuenberger2013-03-181-0/+2
* receive-messages example: add a --resource parameterWill Thompson2013-02-221-2/+5
* examples: add --ignore-ssl-errorsWill Thompson2013-01-222-6/+52
* dump-certificates: remove "bye, bye" from outputWill Thompson2013-01-221-1/+0
* dump-certificates: don't use real passwordsWill Thompson2012-11-141-3/+6
* examples: Add example which dumps recieved TLS certificates to stdoutStef Walter2012-11-142-0/+180
* add missing config.h includesGuillaume Desmottes2012-04-044-0/+16
* Make #include <wocky/wocky.h> the only legal import.Will Thompson2012-02-064-12/+2
* examples: use wocky_session_new_with_connectionJonny Lamb2011-03-222-2/+2
* examples: correctly publish 'chat' presenceWill Thompson2011-03-171-1/+3
* Add a simple example of receiving incoming messages.Will Thompson2011-03-172-0/+200
* Remove connect example.Will Thompson2011-03-172-438/+1
* Add a simple example of sending a message.Will Thompson2011-03-172-0/+143
* examples/connect: always call wocky_init().Will Thompson2010-11-301-1/+1
* Update examples and tests to new APIwocky-0.10.0Cosimo Cecchi2010-09-143-3/+3
* Fix out-of-tree builds for examples and tests with an explicit include to woc...Adam Conrad2010-08-191-0/+2
* Update tests to the new API.Cosimo Cecchi2010-07-223-3/+3
* fd.o #27488: wocky_connector_connect_finish, _register_finish: put GError lastSimon McVittie2010-06-152-2/+2
* Properly use is_secure argument in wocky_auth_registry_start_auth_async.Eitan Isaacson2010-06-081-2/+2
* Default WockyAuthRegistry upon construction.Eitan Isaacson2010-05-043-8/+4
* Added WockyAuthRegistry.Eitan Isaacson2010-05-041-1/+5
* Rename WockyXmppNode to WockyNodeSjoerd Simons2010-04-201-7/+7
* Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons2010-04-201-8/+16
* Add a namespace argument to wocky_stanza_newSjoerd Simons2010-04-201-2/+1
* Rename WockyXmppStanza to WockyStanzaSjoerd Simons2010-04-201-5/+5
* Example connect program was missing wocky_init() call, prevented testing.Vivek Dasmohapatra2009-10-051-0/+2
* Update example connect program to new API for adding CAs.Vivek Dasmohapatra2009-09-111-1/+1
* Update example to conform to new wocky_tls_session_new API.Vivek Dasmohapatra2009-09-101-1/+1
* examples/Makefile.am: add WOCKY_CFLAGS to AM_CFLAGSGuillaume Desmottes2009-08-251-0/+1
* Make email a settable parameter in the connector instead of a mandatory param.Vivek Dasmohapatra2009-08-121-2/+3
* Example registration and unregistration binaries.Vivek Dasmohapatra2009-08-123-1/+170
* Use local wocky_tls_* instead of g_tls_* and gio instead of gnio.Vivek Dasmohapatra2009-08-041-5/+5
* Memory leak in example connect.c program.Vivek Dasmohapatra2009-08-041-0/+1
* Add ID paramater to stream open methods (needed for server stream open)Vivek Dasmohapatra2009-08-041-3/+3
* Store and return the XMPP Stream Session IDVivek Dasmohapatra2009-08-041-4/+13
* Removed header signature for dead function wocky_connector_new_fullVivek Dasmohapatra2009-07-141-1/+1
* Return jid received from server in _finish call.Vivek Dasmohapatra2009-07-141-2/+4
* Update example to match new API signatures.Vivek Dasmohapatra2009-07-141-7/+3
* Use new wocky_connector_new constructor.Vivek Dasmohapatra2009-07-141-6/+3