|
From: <to...@us...> - 2008-02-08 04:27:10
|
Revision: 108
http://xoperator.svn.sourceforge.net/xoperator/?rev=108&view=rev
Author: tomatop
Date: 2008-02-07 20:27:07 -0800 (Thu, 07 Feb 2008)
Log Message:
-----------
logindata now in properties
Added Paths:
-----------
trunk/xOperator/dist/xoperator.properties
Added: trunk/xOperator/dist/xoperator.properties
===================================================================
--- trunk/xOperator/dist/xoperator.properties (rev 0)
+++ trunk/xOperator/dist/xoperator.properties 2008-02-08 04:27:07 UTC (rev 108)
@@ -0,0 +1,35 @@
+#In this file the initial configuraiton of the xOperator is defined.
+#The default behavior is to load the properties from the xoperator.properties file.
+#By giving an additional parameter to the program an other file can be selected, see
+#the accompanying scripts.
+
+#At least one jabber account is necessary for the xOperator to run.
+#When using it as a personal agent and you dont't want to share
+#it, the propxy account info is also needed.
+
+#the full jid, e.g. som...@so...
+main_username=xxxx
+
+#the password for this account
+main_password=yyyy
+
+#server has only to be defined, when it is different from the domain part of the jid,
+#which is the case for example for gmail
+#main_server=
+
+#has only to be set if different from thestandard port.
+#main_port=
+
+#if set to true, no proxy account is necessary and the main account is
+#used for interaction
+standanlone=false
+
+#enable inter-agent communication, not working properly at this moment.
+p2penabled=false
+
+
+#comment the following lines out, in case you want to have
+proxy_username=xxxx
+proxy_password=yyyy
+#proxy_server=
+#proxy_port=
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|