summaryrefslogtreecommitdiff
path: root/wocky/wocky-sasl-auth.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-0/+3
2011-03-08all: document Class structsJonny Lamb1-0/+8
2010-06-08Properly use is_secure argument in wocky_auth_registry_start_auth_async.Eitan Isaacson1-0/+1
2010-05-07Renamed WockySaslHandler to WockyAuthHandlerEitan Isaacson1-2/+2
2010-05-04Added WockyAuthRegistry.Eitan Isaacson1-28/+3
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-2/+2
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-0/+4
2009-11-24Remove api to get the used sasl mechanismSjoerd Simons1-3/+0
2009-11-19put "Server send" into the past tense where appropriateDafydd Harries1-1/+1
2009-11-17allow adding extra handlers to WockySaslAuth instancesDafydd Harries1-0/+3
2009-11-17give SASL handlers independent private stateDafydd Harries1-0/+3
2009-11-17introduce WockySaslHandler abstraction and use it in WockySaslAuthDafydd Harries1-0/+1
2009-11-17use string instead of enum to identify SASL mechanismsDafydd Harries1-7/+1
2009-08-04Use local wocky_tls_* instead of g_tls_* and gio instead of gnio.Vivek Dasmohapatra1-1/+1
2009-08-04Comment typos.Vivek Dasmohapatra1-2/+2
2009-07-20Handle stream errors/disconnects in the sasl module.Vivek Dasmohapatra1-0/+4
2009-07-14Remember and expose the sasl auth mechanism actually used via theVivek Dasmohapatra1-0/+9
2009-06-01Propertify the sasl auth user, password, server and connection parametersSjoerd Simons1-3/+4
2009-05-22Move SaslAuth to a more gio like APISjoerd Simons1-6/+12
2009-03-23Make wocky conform to telepathy coding styleSjoerd Simons1-13/+10
2009-03-23Added SASL authentication helper for wocky (just digest-md5 for now)Sjoerd Simons1-0/+94