aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-10-04 20:14:41 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-10-04 20:14:41 +0200
commitcc2cb2da3f1c0e2ad65708f4110e74e945ea9b66 (patch)
tree67b081d4b09fbfdcfa6b9cde87ca6cb400b92f7c /protocols/jabber/jabber.c
parent6266fcab664c9a907b1d32a1c94ef7fd3cfb9fba (diff)
Lack of TLS support is also detected now if the server doesn't support
XMPP 1.0 (properly), and restored immediate writes by splitting up the jabber_write_callback() function.
Diffstat (limited to 'protocols/jabber/jabber.c')
-rw-r--r--protocols/jabber/jabber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c
index 39d93d16..fc415ca7 100644
--- a/protocols/jabber/jabber.c
+++ b/protocols/jabber/jabber.c
@@ -123,7 +123,7 @@ static void jabber_close( struct gaim_connection *gc )
static int jabber_send_im( struct gaim_connection *gc, char *who, char *message, int len, int away )
{
- struct xt_node *node, *event;
+ struct xt_node *node;
int st;
/*