aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--protocols/jabber/si.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/si.c b/protocols/jabber/si.c
index eff4aad7..bfb64f11 100644
--- a/protocols/jabber/si.c
+++ b/protocols/jabber/si.c
@@ -275,7 +275,7 @@ int jabber_si_handle_request( struct im_connection *ic, struct xt_node *node, st
{
if( ( bud = jabber_buddy_by_jid( ic, ini_jid, GET_BUDDY_EXACT ) ) )
{
- bud->last_act = time( NULL );
+ bud->last_msg = time( NULL );
ext_jid = bud->ext_jid ? : bud->bare_jid;
}
else