diff options
Diffstat (limited to 'chat/gabber/patches/patch-ad')
-rw-r--r-- | chat/gabber/patches/patch-ad | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chat/gabber/patches/patch-ad b/chat/gabber/patches/patch-ad new file mode 100644 index 00000000000..564e44dd770 --- /dev/null +++ b/chat/gabber/patches/patch-ad @@ -0,0 +1,18 @@ +$NetBSD: patch-ad,v 1.1 2003/01/23 17:12:37 jmmv Exp $ + +--- src/GabberWin.cc.orig Thu Jan 23 18:07:43 2003 ++++ src/GabberWin.cc Thu Jan 23 18:08:15 2003 +@@ -415,11 +415,13 @@ + if (WelcomeDruid::isRunning()) + WelcomeDruid::Connected(); + ++#if WANT_PRIVACY_LEAK + // Send out autoupdate request + string autoupdateJID = "956878967"; // Gabber's clientID on jabbercentral + autoupdateJID += "@update.jabber.org/"; // the only place to grab updates right now + autoupdateJID += ConfigManager::get_VERSION(); // Gabber's version + G_App->getSession() << Presence(autoupdateJID, Presence::ptAvailable); ++#endif + + // Grab the Show, Status, and Priority for presence + _curShow = indexShow(G_App->getCfg().get_show()); |