summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson4-12/+2
2011-03-22examples: use wocky_session_new_with_connectionJonny Lamb2-2/+2
2011-03-17examples: correctly publish 'chat' presenceWill Thompson1-1/+3
2011-03-17Add a simple example of receiving incoming messages.Will Thompson2-0/+200
2011-03-17Remove connect example.Will Thompson2-438/+1
2011-03-17Add a simple example of sending a message.Will Thompson2-0/+143
2010-11-30examples/connect: always call wocky_init().Will Thompson1-1/+1
2010-09-14Update examples and tests to new APICosimo Cecchi3-3/+3
2010-08-19Fix out-of-tree builds for examples and tests with an explicit include to woc...Adam Conrad1-0/+2
2010-07-22Update tests to the new API.Cosimo Cecchi3-3/+3
2010-06-15fd.o #27488: wocky_connector_connect_finish, _register_finish: put GError lastSimon McVittie2-2/+2
2010-06-08Properly use is_secure argument in wocky_auth_registry_start_auth_async.Eitan Isaacson1-2/+2
2010-05-04Default WockyAuthRegistry upon construction.Eitan Isaacson3-8/+4
2010-05-04Added WockyAuthRegistry.Eitan Isaacson1-1/+5
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-7/+7
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-8/+16
2010-04-20Add a namespace argument to wocky_stanza_newSjoerd Simons1-2/+1
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-5/+5
2009-10-05Example connect program was missing wocky_init() call, prevented testing.Vivek Dasmohapatra1-0/+2
2009-09-11Update example connect program to new API for adding CAs.Vivek Dasmohapatra1-1/+1
2009-09-10Update example to conform to new wocky_tls_session_new API.Vivek Dasmohapatra1-1/+1
2009-08-25examples/Makefile.am: add WOCKY_CFLAGS to AM_CFLAGSGuillaume Desmottes1-0/+1
2009-08-12Make email a settable parameter in the connector instead of a mandatory param.Vivek Dasmohapatra1-2/+3
2009-08-12Example registration and unregistration binaries.Vivek Dasmohapatra3-1/+170
2009-08-04Use local wocky_tls_* instead of g_tls_* and gio instead of gnio.Vivek Dasmohapatra1-5/+5
2009-08-04Memory leak in example connect.c program.Vivek Dasmohapatra1-0/+1
2009-08-04Add ID paramater to stream open methods (needed for server stream open)Vivek Dasmohapatra1-3/+3
2009-08-04Store and return the XMPP Stream Session IDVivek Dasmohapatra1-4/+13
2009-07-14Removed header signature for dead function wocky_connector_new_fullVivek Dasmohapatra1-1/+1
2009-07-14Return jid received from server in _finish call.Vivek Dasmohapatra1-2/+4
2009-07-14Update example to match new API signatures.Vivek Dasmohapatra1-7/+3
2009-07-14Use new wocky_connector_new constructor.Vivek Dasmohapatra1-6/+3
2009-07-14whitespace cleanup.Vivek Dasmohapatra1-1/+1
2009-07-14Use g_object_new now that wocky_connector_new is gone.Vivek Dasmohapatra1-1/+3
2009-07-14Add command line parameter to choose 'raw' vs 'connector' XMPP connect.Vivek Dasmohapatra1-14/+18
2009-07-14First (working?) draft of connector with standard async/finishVivek Dasmohapatra1-8/+43
2009-06-01Propertify the sasl auth user, password, server and connection parametersSjoerd Simons1-13/+2
2009-05-22Move SaslAuth to a more gio like APISjoerd Simons1-22/+15
2009-05-18Make the example work with the latest glib/gio versionsSjoerd Simons1-7/+7
2009-05-18Make the example a bit more friendly to useSjoerd Simons1-4/+23
2009-04-27Fix coding styleSjoerd Simons1-7/+7
2009-04-27Run coding style checks on the exampleSjoerd Simons1-0/+5
2009-04-23Port the connect exampe to the new XmppConnection APISjoerd Simons1-122/+228
2009-04-01Fallback to connecting to the server directly on port 5222 if srv resolving f...Sjoerd Simons1-9/+59
2009-03-23Remove dead codeSjoerd Simons1-55/+0
2009-03-23Hook in sasl helperSjoerd Simons1-13/+8
2009-03-23Add an connection exampleSjoerd Simons2-0/+294