added section for chopchop since it now reads xml config instead of command line
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 10 Oct 2005 20:25:11 +0000 (20:25 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 10 Oct 2005 20:25:11 +0000 (20:25 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@548 9efc2488-bf62-4759-914b-345cdb29e865

examples/opensrf_core.xml.example

index 4bf56ce..f70874a 100644 (file)
@@ -3,6 +3,18 @@
 <!-- Bootstrap config file for the C opensrf_stack library -->
 <config>
 
+
+       <chopchop> <!-- Our jabber server -->
+               <domain>127.0.0.1</domain>
+               <secret>secret</secret>
+               <port>5222</port>
+               <s2sport>5269</s2sport>
+               <listen_address>10.0.0.3</listen_address>
+               <loglevel>3</loglevel>
+               <logfile>/openils/var/log/jabber.log</logfile>
+       </chopchop>
+
+
        <!-- The section between <gateway>...</gateway> is a standard OpenSRF C stack config file -->
        <gateway>