summaryrefslogtreecommitdiff
path: root/wocky/wocky-connector.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Simplify generating GEnums/GFlagsWill Thompson1-1/+1
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-0/+3
2012-02-06Include foo-enumtypes.h from each foo.hWill Thompson1-1/+1
2011-03-08all: document Class structsJonny Lamb1-0/+8
2011-03-08connector: make WockyConnectorError conform a little moreJonny Lamb1-28/+38
2011-03-07connector: remove enum member docs as they've been removedJonny Lamb1-5/+0
2010-09-14connector: use a GCancellable for async operationsCosimo Cecchi1-0/+3
2010-07-22Use WockyTLS[Handler, Module] in the connectorCosimo Cecchi1-7/+4
2010-06-15fd.o #27488: wocky_connector_connect_finish, _register_finish: put GError lastSimon McVittie1-4/+4
2010-05-07Added WockyJabberAuth, WockyJabberAuthPassword and WockyJabberAuthDigest.Eitan Isaacson1-5/+0
2010-05-04Default WockyAuthRegistry upon construction.Eitan Isaacson1-1/+2
2010-05-04Added WockyAuthRegistry.Eitan Isaacson1-0/+3
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-1/+1
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-0/+2
2009-12-17Remove wocky-openssl.h, no headers use the USING_OPENSSL #define (or config.h)Vivek Dasmohapatra1-6/+0
2009-11-24Remove api to get the used sasl mechanismSjoerd Simons1-2/+0
2009-11-17use string instead of enum to identify SASL mechanismsDafydd Harries1-1/+1
2009-10-05Pick one of gnutls and openssl automatically, unless the user choose explicitly.Vivek Dasmohapatra1-0/+7
2009-09-11CA and CRL lists not properties any more: added via public method instead.Vivek Dasmohapatra1-0/+6
2009-08-26Documentation fixes and gtk-doc-bug workarounds.Vivek Dasmohapatra1-10/+34
2009-08-12Make email a settable parameter in the connector instead of a mandatory param.Vivek Dasmohapatra1-1/+6
2009-08-12Implement XEP0077 In-Band Registration/CancellationVivek Dasmohapatra1-0/+22
2009-08-04Use local wocky_tls_* instead of g_tls_* and gio instead of gnio.Vivek Dasmohapatra1-1/+1
2009-08-04Old style SSL (ie immediately on TCP connection established)Vivek Dasmohapatra1-0/+1
2009-08-04Old-style jabber auth implementation.Vivek Dasmohapatra1-0/+5
2009-08-04Store and return the XMPP Stream Session IDVivek Dasmohapatra1-1/+2
2009-07-21wocky-connector: use WockyXmppStreamError errors instead of a generic oneGuillaume Desmottes1-1/+0
2009-07-20Handle XMPP stream errors in the connector.Vivek Dasmohapatra1-0/+1
2009-07-14Change declaration style of wocky_connector_connect_finishVivek Dasmohapatra1-2/+1
2009-07-14Remember and expose the sasl auth mechanism actually used via theVivek Dasmohapatra1-0/+3
2009-07-14Removed header signature for dead function wocky_connector_new_fullVivek Dasmohapatra1-10/+1
2009-07-14Remove obsolete error codes now that we propagate low level errors up the chainVivek Dasmohapatra1-5/+0
2009-07-14Establish an XMPP session if required by the server.Vivek Dasmohapatra1-0/+4
2009-07-14Specific error for TLS negotiation failureVivek Dasmohapatra1-0/+1
2009-07-14Return jid received from server in _finish call.Vivek Dasmohapatra1-1/+2
2009-07-14Correct description of XMPP login flow at top of file.Vivek Dasmohapatra1-1/+7
2009-07-14Style, whitespace, naming convention and function signature changes from review.Vivek Dasmohapatra1-18/+21
2009-07-14Function signatures reformatted to be 1 arg per line.Vivek Dasmohapatra1-2/+4
2009-07-14Rename error constant more accurately.Vivek Dasmohapatra1-1/+1
2009-07-14Define _new and _new_full constructors as per review.Vivek Dasmohapatra1-0/+11
2009-07-14Style changes from review, unexport a couple of functionsVivek Dasmohapatra1-19/+11
2009-07-14Fix wocky_connector_new to correctly call g_object_newVivek Dasmohapatra1-1/+2
2009-07-14First (working?) draft of connector with standard async/finishVivek Dasmohapatra1-3/+4
2009-07-14Use standard gasync callback mechanism for aborts, with GErrorsVivek Dasmohapatra1-0/+113