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