summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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