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 Lamb2011-01-261-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 Lamb2011-01-261-4/+4
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: stop using GET_PRIVJonny Lamb2011-01-261-18/+15
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: handle invalid SASL statusesJonny Lamb2011-01-261-0/+7
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* server-sasl-handler: save the password if requestedJonny Lamb2011-01-261-1/+21
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb2011-01-261-6/+139
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* auth-client: improve the password request dialogJonny Lamb2011-01-261-1/+9
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: add an account propertyJonny Lamb2011-01-261-2/+32
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: addedJonny Lamb2011-01-261-0/+264
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>