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,[EMAIL PROTECTED]/tkabber):
<message to='j�bber.de'>
  <body>test</body>
</message>

IN(1,[EMAIL PROTECTED]/tkabber):
<message from='j�bber.de'
        to='[EMAIL PROTECTED]/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?
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
https://jabberstudio.org/mailman/listinfo/jdev

Reply via email to