[JDEV] jabberd 1.4.3 release candidate

Matthias Wimmer m at tthias.net
Thu Oct 9 10:21:23 CDT 2003


Hi!


I'd like to propose the attached change to the configuration file. It's
just a configuration change, no code change required. It instructs the
DNS resolver to do SRV lookups for _jabber-server._tcp.<hostname> as
defined in 12.2 of draft-ietf-xmpp-core-18.


Tot kijk
    Matthias

-- 
For kibibytes see:
http://www.iec.ch/online_news/etech/arch_2003/etech_0503/focus.htm
-------------- next part --------------
--- jabber.xml	2003-10-09 17:10:37.000000000 +0200
+++ jabber-patched.xml	2003-10-09 17:16:58.000000000 +0200
@@ -374,6 +374,7 @@
       <dnsrv>./dnsrv/dnsrv.so</dnsrv>
     </load>
     <dnsrv xmlns="jabber:config:dnsrv">
+    	<resend service="_jabber-server._tcp">s2s</resend> <!-- for supporting XMPP compliant SRV records -->
     	<resend service="_jabber._tcp">s2s</resend> <!-- for supporting SRV records -->
     	<resend>s2s</resend>
     </dnsrv>


More information about the JDev mailing list