# HG changeset patch # User Mikael Berthe # Date 1134669066 -3600 # Node ID 85648a0f963ebae9609feea2ac57a89d4f41ff1b # Parent 89f5672eb5238f56e5ccfee2b36bded6ab941735 Do not send message "online" when adding a buddy diff -r 89f5672eb523 -r 85648a0f963e mcabber/src/jabglue.c --- a/mcabber/src/jabglue.c Thu Dec 15 18:42:38 2005 +0100 +++ b/mcabber/src/jabglue.c Thu Dec 15 18:51:06 2005 +0100 @@ -423,8 +423,7 @@ // We don't check if the jabber user already exists in the roster, // because it allows to re-ask for notification. - //x = jutil_presnew(JPACKET__SUBSCRIBE, cleanjid, NULL); - x = jutil_presnew(JPACKET__SUBSCRIBE, cleanjid, "online"); + x = jutil_presnew(JPACKET__SUBSCRIBE, cleanjid, NULL); jab_send(jc, x); xmlnode_free(x);