summaryrefslogtreecommitdiff
path: root/wocky/wocky-xmpp-connection.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-0/+3
2011-08-03xmpp-connection: add send_whitespace_ping_(async|finish) methodsMarco Barisione1-0/+10
2011-03-08all: document Class structsJonny Lamb1-0/+8
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-3/+3
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-0/+3
2010-02-25Fix various minor gtk-doc nitsSimon McVittie1-1/+1
2009-08-04Use local wocky_tls_* instead of g_tls_* and gio instead of gnio.Vivek Dasmohapatra1-2/+1
2009-08-04Add ID paramater to stream open methods (needed for server stream open)Vivek Dasmohapatra1-0/+1
2009-08-04Store and return the XMPP Stream Session IDVivek Dasmohapatra1-0/+1
2009-07-22add wocky_xmpp_connection_force_close_asyncGuillaume Desmottes1-0/+10
2009-06-12use G_IO_ERROR_PENDING instead of WOCKY_XMPP_CONNECTION_ERROR_PENDINGGuillaume Desmottes1-3/+0
2009-05-15Add WOCKY_XMPP_CONNECTION_ERROR_{IS_CLOSED,IS_OPEN}Sjoerd Simons1-3/+6
2009-04-28Implementing WockyXmppConnection pending error reportingSjoerd Simons1-4/+4
2009-04-28Add new error messagesSjoerd Simons1-0/+9
2009-04-28Get rid of the WockyXmppConnectionFlagsSjoerd Simons1-13/+0
2009-04-27Tweak the WockyXmppConnectionError documentationSjoerd Simons1-2/+4
2009-04-23Correct wocky_xmpp_connection_recv_open_finish prototypeSjoerd Simons1-4/+4
2009-04-23Add _reset function to WockyXmppConnectionSjoerd Simons1-0/+2
2009-04-23Rename wocky_xmpp_connection_send_stanza_async_finish to wocky_xmpp_connectio...Sjoerd Simons1-1/+1
2009-04-23Implemented the reading side of WockyXmppConnectionSjoerd Simons1-2/+0
2009-04-23Add a WockyXmppConnection error domain and various codesSjoerd Simons1-0/+21
2009-04-23Redo the XmppConnection API in a more push/pull mannerSjoerd Simons1-16/+58
2009-03-24Update copyright headersSjoerd Simons1-2/+2
2009-03-23First noddy port to GNIOSjoerd Simons1-7/+4
2009-03-17add wocky_xmpp_connection_new_no_stream prototypeGuillaume Desmottes1-0/+3
2009-03-17Make wocky conform to telepathy coding styleSjoerd Simons1-21/+19
2009-03-17fix WOCKY_XMPP_CONNECTION_CLOSE_FULLY_CLOSED flagGuillaume Desmottes1-0/+1
2009-03-17wocky-xmpp-connection.c: add CLOSE flagsGuillaume Desmottes1-6/+11
2009-03-17Add flags to indicate which way the stream opening has been sentSjoerd Simons1-1/+8
2009-03-17add wocky_xmpp_connection_new_id public method[3~Guillaume Desmottes1-0/+3
2009-03-17Remove non-streaming modeSjoerd Simons1-3/+0
2009-03-17WockyXmppConnection: Add a non-streaming modeSjoerd Simons1-0/+4
2009-03-17WockyXmppConnection: Add functions to disengage the connection from the trans...Sjoerd Simons1-0/+5
2009-03-17WockyXmppConnection: Add function to restart the stream, which allows the oth...Sjoerd Simons1-0/+6
2009-03-17Refactor xmpp magic into it's own seperate librarySjoerd Simons1-0/+73