comparison mcabber/src/jabglue.c @ 114:065d8368c36b

[/trunk] Changeset 128 by mikael * Don't send a keepalive (reset it) when we send a message.
author mikael
date Sun, 24 Apr 2005 20:30:33 +0000
parents 8ac67e951eab
children 1e7e59775f12
comparison
equal deleted inserted replaced
113:8ac67e951eab 114:065d8368c36b
262 void jb_send_msg(const char *jid, const char *text) 262 void jb_send_msg(const char *jid, const char *text)
263 { 263 {
264 xmlnode x = jutil_msgnew(TMSG_CHAT, (char*)jid, 0, (char*)text); 264 xmlnode x = jutil_msgnew(TMSG_CHAT, (char*)jid, 0, (char*)text);
265 jab_send(jc, x); 265 jab_send(jc, x);
266 xmlnode_free(x); 266 xmlnode_free(x);
267 jb_reset_keepalive();
267 } 268 }
268 269
269 void postlogin() 270 void postlogin()
270 { 271 {
271 //int i; 272 //int i;