[jdev] Test server for IDN domains

Alexey Shchepin alexey at sevcom.net
Sat Apr 10 14:49:52 CDT 2004


Hello, Matthias!

On Tue, 30 Mar 2004 16:58:04 +0200, you said:

 MW> Hi!  I have setup a Jabber test system that runs on an IDN
 MW> (internationalized domain name, a domain name not only containing ASCII
 MW> characters).

 MW> The system is "jäbber.de" ... if you send a message to this address and
 MW> the server (and client) you are using does support IDNs, you will get an
 MW> automated response telling you that the message has arrived at
 MW> "jäbber.de".

I've tried to send message to it from e.jabber.ru, but got the following:

OUT(1,aleksey at e.jabber.ru/tkabber):
<message to='jäbber.de'>
  <body>test</body>
</message>

IN(1,aleksey at e.jabber.ru/tkabber):
<message from='jäbber.de'
	to='aleksey at e.jabber.ru/tkabber'
	xml:lang='ru'
	type='error'>
  <body>test</body>
  <error code='502'
	type='wait'>
    <service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
    <text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Internal Timeout</text>
  </error>
</message>

Ejabberd doesn't have such error message, and it seems it established s2s
connection to jäbber.de.  Can you help me debug who is wrong here?



More information about the JDev mailing list