mcabber/src/jabglue.c
changeset 609 85648a0f963e
parent 606 0b4ed231ebc2
child 610 0e8247cf2bd1
--- 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);