[gaim-migrate @ 15177]

Wed, 11 Jan 2006 17:46:41 +0000

author
Christopher O'Brien <siege@pidgin.im>
date
Wed, 11 Jan 2006 17:46:41 +0000
changeset 12829
c7c8fa0b90db
parent 12828
191358fa55c1
child 12830
3af621348246

[gaim-migrate @ 15177]
let's actually watch the presense of buddies when they're added to the buddy list

src/protocols/sametime/sametime.c file | annotate | diff | comparison | revisions
--- a/src/protocols/sametime/sametime.c	Wed Jan 11 16:19:39 2006 +0000
+++ b/src/protocols/sametime/sametime.c	Wed Jan 11 17:46:41 2006 +0000
@@ -4351,10 +4351,15 @@
 	multi_resolved_query(res, gc);
 	
       } else {
+
 	/* same person, set the server alias */
 	gaim_blist_server_alias_buddy(buddy, match->name);
 	gaim_blist_node_set_string((GaimBlistNode *) buddy,
 				   BUDDY_KEY_NAME, match->name);
+
+	/* subscribe to awareness */
+	buddy_add(pd, buddy);
+
 	blist_schedule(pd);
       }
       

mercurial