Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-testing-src > by-pkgid > ce2fd53322ae5dbc4b4cd3407e3f229c > files > 7

jabber-1.4.4-11mdv2007.0.src.rpm

--- jabberd-1.4.4/jabber.xml.dist.in.xmlconfig	2005-04-16 00:07:25.000000000 +0200
+++ jabberd-1.4.4/jabber.xml.dist.in	2005-08-08 18:07:49.000000000 +0200
@@ -64,8 +64,8 @@
 
       <vCard>
         <FN>Jabber Server</FN>
-        <DESC>A Jabber Server!</DESC>
-        <URL>http://localhost/</URL>
+        <DESC>A Jabber Server on Mandriva Linux !</DESC>
+        <URL>http://mandrivalinux.com/</URL>
       </vCard>
 
       <!-- 
@@ -91,7 +91,7 @@
 
       <welcome xml:lang='en'>
         <subject>Welcome!</subject>
-        <body>Welcome to the Jabber server at localhost -- we hope you enjoy this service! For information about how to use Jabber, visit the Jabber User's Guide at http://jabbermanual.jabberstudio.org/</body>
+        <body>Welcome to the Jabber server -- we hope you enjoy this service! For information about how to use Jabber, visit the Jabber User's Guide at http://jabbermanual.jabberstudio.org/</body>
       </welcome>
 
       <!-- 
@@ -179,7 +179,50 @@
         server howto for further information/instructions. 
         -->
 
-        <!-- we're commenting these out, of course :)
+	<!-- we're commenting these out, of course :)
+
+	<service id="jud">
+		<host>users.localhost</host>
+		<load><jud>@libdir@/jud/jud.so</jud></load>
+		 <jud xmlns="jabber:config:jud">
+		   <vCard>
+	            <FN>Local User Directory</FN>
+  	            <DESC>This service provides a simple user directory service.</DESC>
+		    <URL>http://jud.jabberstudio.org/</URL>
+	    </vCard>-->
+		   <!-- Enable full user listing retrieval by browsing to
+		   'jud.localhost/users' with your Jabber client.
+									              Definitely not suitable for large user bases.
+										          <userbrowse/> -->
+
+											  <!-- You only need this section if you want customized instructions or database fields 
+											  <register>
+												  <instructions>Fill in the fields to register</instructions>
+			<name/>
+	<age/>
+	           <colour/>
+	      </register> -->
+
+	      <!-- You only need this section if you want to customize the search dialog
+
+        <search>
+		      <instructions>Enter values to search</instructions>
+	            <age/>
+	          <colour/>
+      </search> -->
+      <!--
+       </jud>
+	</service>
+	-->
+
+	<conference type="private" jid="conference.localhost" name="Private Conferencing"/>
+
+	<item category="conference" type="public" jid="conference.localhost" name="Public Conferencing">
+		<ns>jabber:iq:register</ns>
+		<ns>gc-1.0</ns>
+		<ns>http://jabber.org/protocol/muc</ns>
+	</item>
+
 
         <service type="aim" jid="aim.localhost" name="AIM Transport">
           <ns>jabber:iq:gateway</ns>
@@ -191,8 +234,20 @@
           <ns>jabber:iq:register</ns>
         </service>
 
+	<service type="msn" jid="msn.localhost" name="MSN Transport">
+          <ns>jabber:iq:gateway</ns>
+          <ns>jabber:iq:register</ns>
+        </service>
         end of <service/> examples -->
 
+	<!--
+	<service type="icq" jid="icq.localhost" name="ICQ Transport">
+          <ns>jabber:iq:gateway</ns>
+          <ns>jabber:iq:register</ns>
+        </service>
+        -->
+
+
       </browse>
 
       <!--
@@ -316,7 +371,7 @@
       <mod_time>@libdir@/libjabberdsm.so</mod_time>
       <mod_vcard>@libdir@/libjabberdsm.so</mod_vcard>
       <mod_last>@libdir@/libjabberdsm.so</mod_last>
-      <mod_version>@libdir@/libjabberdsm.so</mod_version>
+<!--      <mod_version>@libdir@/libjabberdsm.so</mod_version>-->
       <mod_announce>@libdir@/libjabberdsm.so</mod_announce>
       <mod_agents>@libdir@/libjabberdsm.so</mod_agents>
       <mod_browse>@libdir@/libjabberdsm.so</mod_browse>
@@ -379,7 +434,8 @@
       <xdb_file>@libdir@/libjabberdxdbfile.so</xdb_file>
     </load>
     <xdb_file xmlns="jabber:config:xdb_file">
-      <spool><jabberd:cmdline flag='s'>@localstatedir@/spool/jabberd</jabberd:cmdline></spool>
+    <!-- BEWARE: do not add line breaks inside the <spool></spool> tags -->
+      <spool><jabberd:cmdline flag='s'>@localstatedir@/lib/jabber</jabberd:cmdline></spool>
       <!-- How long should XDB data be kept in memory?
            Default: 3600 seconds. Change to <timeout/> to disable. -->
       <timeout>3600</timeout>
@@ -732,14 +788,34 @@
 
   <!-- we're commenting these out, of course :)
 
-  <service id="aim.localhost">
+  <service id="conferencelinker">
+      <host>conference.localhost</host>
+      <accept>
+	 <ip>127.0.0.1</ip>
+	 <port>7010</port>
+	 <secret>jabber-rocks</secret>
+      </accept>
+  </service>
+
+  <service id="aimlinker">
+    <host>aim.localhost</host>
     <accept>
-      <ip/>
+      <ip>127.0.0.1</ip>
       <port>7009</port>
       <secret>jabber-rocks</secret>
     </accept>
   </service>
 
+  <service id="msnlinker">
+   <host>msn.localhost</host>
+   <accept>
+     <ip>127.0.0.1</ip>
+     <port>7011</port>
+     <secret>jabber-rocks</secret>
+   </accept>
+  </service>
+
+
   <service id="yahoo.localhost">
     <accept>
       <ip/>
@@ -748,8 +824,18 @@
     </accept>
   </service>
 
+  <service id="icqlinker">
+    <host>icq.localhost</host>
+    <accept>
+       <ip>127.0.0.1</ip>
+       <port>5233</port>
+       <secret>myicqpass</secret>
+    </accept>
+  </service>
   end of <service/> examples -->
 
+
+
   <!--
   The following <io/> config initializes the top-level
   I/O, otherwise known as MIO (Managed Input/Output).
@@ -867,10 +953,10 @@
     -->
     <!--
     <ssl>
-      <key id='192.168.1.1'>@sysconfdir@/cert_and_key.pem</key>
-      <key id='192.168.1.100'>@sysconfdir@/other_cert_and_key.pem</key>
-      <key id='localhost'>@sysconfdir@/localhost.pem</key>
-      <key id='*'>@sysconfdir@/default-STARTTLS.pem</key>
+      <key id='192.168.1.1'>@sysconfdir@/ssl/jabber/cert_and_key.pem</key>
+      <key id='192.168.1.100'>@sysconfdir@/ssl/jabber/other_cert_and_key.pem</key>
+      <key id='localhost'>@sysconfdir@/ssl/jabber/localhost.pem</key>
+      <key id='*'>@sysconfdir@/ssl/jabber/default-STARTTLS.pem</key>
     </ssl>
     -->