aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-server-sasl-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* server-sasl-handler: add more debugging and only call Close in Status_SucceededJonny Lamb2010-12-151-1/+5
| | | | | | | | Calling Close() straight after AcceptSASL() should be fine, but it crashed gabble on versions < 0.11.4. Waiting for State_Accepted is fine though. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: shorten very long linesJonny Lamb2010-12-071-4/+4
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: stop using GET_PRIVJonny Lamb2010-12-071-18/+15
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: handle invalid SASL statusesJonny Lamb2010-12-061-0/+7
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* server-sasl-handler: save the password if requestedJonny Lamb2010-12-061-1/+21
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb2010-12-061-6/+139
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* auth-client: improve the password request dialogJonny Lamb2010-12-031-1/+9
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: add an account propertyJonny Lamb2010-12-031-2/+32
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: addedJonny Lamb2010-12-011-0/+264
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>