soc.2009.transport: c7f524af: Update config file (thanks to johnny)

hanzz at soc.pidgin.im hanzz at soc.pidgin.im
Tue Jul 21 13:35:25 EDT 2009


-----------------------------------------------------------------
Revision: c7f524af0109de5cd39a513934d65a424590aa63
Ancestor: cc14b228aad18aeffd45eaaa4e366aa74fae07e6
Author: hanzz at soc.pidgin.im
Date: 2009-07-21T14:22:10
Branch: im.pidgin.soc.2009.transport
URL: http://d.pidgin.im/viewmtn/revision/info/c7f524af0109de5cd39a513934d65a424590aa63

Modified files:
        highflyer.cfg

ChangeLog: 

Update config file (thanks to johnny)

-------------- next part --------------
============================================================
--- highflyer.cfg	91dcb67c96c1dda3583c5a691ec9b60d137d598b
+++ highflyer.cfg	467b9106f7b9a9ed4491dab06263c191fbef0b19
@@ -1,25 +1,27 @@
 [service]
-server=10.0.0.1
-jid=icq.netlab.cz
-password=******
-port=9998
-filetransfer_cache=/home/hanzz/.hiicq1
+#component ip
+server=127.0.0.1
+#if use_proxy is 1, the http_proxy env var will be used as the proxy server
+use_proxy=0
+jid=icq.localhost
+#component secret
+password=secret
+port=5347
+filetransfer_cache=/usr/local/var/lib/hiicq
+#one of: aim,facebook,gg,icq,irc,msn,myspace,qq,simple,xmpp 
 protocol=icq
 name=My ICQ Transport
 
 [mysql]
-host=10.0.0.2
+host=localhost
 user=user
 password=password
 database=dbname
-prefix=icq_netlab_cz_
+#table prefix for multiple hiicq instances sharing the same database
+prefix=icq_localhost_
 
 [purple]
-bind=88.86.102.55;88.86.102.56;88.86.102.57
-userdir=/home/hanzz/.hiicq1
-
-[category0]
-features=6
-
-[category1]
-features=6
\ No newline at end of file
+#external ips (seperated by semicolons)
+#bind=0.0.0.0
+#avatar, vcard, roster storage
+userdir=/usr/local/var/lib/hiicq
\ No newline at end of file


More information about the Commits mailing list