index
:
wocky
gabble-0.12
gabble-0.14
gabble-0.16
gabble-0.18
master
salut-0.8
Wocky XMPP library (mirrored from https://gitlab.freedesktop.org/telepathy/wocky)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-14
Update examples and tests to new API
wocky-0.10.0
Cosimo Cecchi
3
-3
/
+3
2010-08-19
Fix out-of-tree builds for examples and tests with an explicit include to woc...
Adam Conrad
1
-0
/
+2
2010-07-22
Update tests to the new API.
Cosimo Cecchi
3
-3
/
+3
2010-06-15
fd.o #27488: wocky_connector_connect_finish, _register_finish: put GError last
Simon McVittie
2
-2
/
+2
2010-06-08
Properly use is_secure argument in wocky_auth_registry_start_auth_async.
Eitan Isaacson
1
-2
/
+2
2010-05-04
Default WockyAuthRegistry upon construction.
Eitan Isaacson
3
-8
/
+4
2010-05-04
Added WockyAuthRegistry.
Eitan Isaacson
1
-1
/
+5
2010-04-20
Rename WockyXmppNode to WockyNode
Sjoerd Simons
1
-7
/
+7
2010-04-20
Use wocky_stanza_get_top_node instead of ->node
Sjoerd Simons
1
-8
/
+16
2010-04-20
Add a namespace argument to wocky_stanza_new
Sjoerd Simons
1
-2
/
+1
2010-04-20
Rename WockyXmppStanza to WockyStanza
Sjoerd Simons
1
-5
/
+5
2009-10-05
Example connect program was missing wocky_init() call, prevented testing.
Vivek Dasmohapatra
1
-0
/
+2
2009-09-11
Update example connect program to new API for adding CAs.
Vivek Dasmohapatra
1
-1
/
+1
2009-09-10
Update example to conform to new wocky_tls_session_new API.
Vivek Dasmohapatra
1
-1
/
+1
2009-08-25
examples/Makefile.am: add WOCKY_CFLAGS to AM_CFLAGS
Guillaume Desmottes
1
-0
/
+1
2009-08-12
Make email a settable parameter in the connector instead of a mandatory param.
Vivek Dasmohapatra
1
-2
/
+3
2009-08-12
Example registration and unregistration binaries.
Vivek Dasmohapatra
3
-1
/
+170
2009-08-04
Use local wocky_tls_* instead of g_tls_* and gio instead of gnio.
Vivek Dasmohapatra
1
-5
/
+5
2009-08-04
Memory leak in example connect.c program.
Vivek Dasmohapatra
1
-0
/
+1
2009-08-04
Add ID paramater to stream open methods (needed for server stream open)
Vivek Dasmohapatra
1
-3
/
+3
2009-08-04
Store and return the XMPP Stream Session ID
Vivek Dasmohapatra
1
-4
/
+13
2009-07-14
Removed header signature for dead function wocky_connector_new_full
Vivek Dasmohapatra
1
-1
/
+1
2009-07-14
Return jid received from server in _finish call.
Vivek Dasmohapatra
1
-2
/
+4
2009-07-14
Update example to match new API signatures.
Vivek Dasmohapatra
1
-7
/
+3
2009-07-14
Use new wocky_connector_new constructor.
Vivek Dasmohapatra
1
-6
/
+3
2009-07-14
whitespace cleanup.
Vivek Dasmohapatra
1
-1
/
+1
2009-07-14
Use g_object_new now that wocky_connector_new is gone.
Vivek Dasmohapatra
1
-1
/
+3
2009-07-14
Add command line parameter to choose 'raw' vs 'connector' XMPP connect.
Vivek Dasmohapatra
1
-14
/
+18
2009-07-14
First (working?) draft of connector with standard async/finish
Vivek Dasmohapatra
1
-8
/
+43
2009-06-01
Propertify the sasl auth user, password, server and connection parameters
Sjoerd Simons
1
-13
/
+2
2009-05-22
Move SaslAuth to a more gio like API
Sjoerd Simons
1
-22
/
+15
2009-05-18
Make the example work with the latest glib/gio versions
Sjoerd Simons
1
-7
/
+7
2009-05-18
Make the example a bit more friendly to use
Sjoerd Simons
1
-4
/
+23
2009-04-27
Fix coding style
Sjoerd Simons
1
-7
/
+7
2009-04-27
Run coding style checks on the example
Sjoerd Simons
1
-0
/
+5
2009-04-23
Port the connect exampe to the new XmppConnection API
Sjoerd Simons
1
-122
/
+228
2009-04-01
Fallback to connecting to the server directly on port 5222 if srv resolving f...
Sjoerd Simons
1
-9
/
+59
2009-03-23
Remove dead code
Sjoerd Simons
1
-55
/
+0
2009-03-23
Hook in sasl helper
Sjoerd Simons
1
-13
/
+8
2009-03-23
Add an connection example
Sjoerd Simons
2
-0
/
+294