Remove extraneous <domains> element; otherwise gateway is b0rk3n
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 6 Mar 2008 04:11:30 +0000 (04:11 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 6 Mar 2008 04:11:30 +0000 (04:11 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@8873 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/opensrf_core.xml.example

index ab981ed..8d91d99 100644 (file)
@@ -65,9 +65,7 @@ vim:et:ts=2:sw=2:
     <router_name>router</router_name>
 
     <!-- jabber domains to connect to (domain1, domain2, ...) -->
-    <domains>
-      <domain>localhost</domain>
-    </domains>
+    <domain>localhost</domain>
 
     <!-- These are the services that the gateway will serve. 
     Any other requests will receive an HTTP_NOT_FOUND (404)