Tigase XMPP Testing Zone

This is Tigase.org project testing zone. Feel free to join tests, connect your clients or server to the cluster installation available at the address: xmpp-test.tigase.org.
We are going to make everything available for tests by the end of August 2008. If you have any suggestions or requests regarding this please leave your comments.

DNS SRV or devel.tigase.org configuration problem

SRV lookups for xmpp-test.tigase.org return the following:

_jabber._tcp.:

<None>

_xmpp-client._tcp.:

10 0 5222 veloci.tigase.org.

10 0 5222 devel.tigase.org.

10 0 5222 shell2.tigase.org.

_xmpp-server._tcp.:

10 0 5269 veloci.tigase.org.

10 0 5269 shell2.tigase.org.

Although veloci and shell2 seem correctly configured to accept XMPP client connections to xmpp-test.tigase.org, devel returns the following:


<?xml version='1.0'?>
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='5f4e8b6f-2113-400d-918c-db85338c16a7' from='devel.tigase.org' version='1.0' xml:lang='en'>
<stream:error>
<host-unknown xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
</stream:error>
</stream:stream>

 This is true indeed. The

 This is true indeed. The devel.tigase.org is not part of the cluster and has been left in DNS by mistake. It is fixed now.

Thank you for letting me know.