﻿<?xml version="1.0" encoding="UTF-8"?>
<serverlist version="1">

  <!--
    each known server represents one element
    name and type are required attributes
    type could be one of TMWSERV or EATHENA
  -->
  <server name="Official test server" type="TMWSERV">
     <!--
        connection element is required, as also every attribute
        hostname and port are self-explanatory
        protocol could be one of TCP || UDP => not used so far
    -->
    <connection hostname="testing.themanaworld.org" port="9601" protocol="TCP" />
    <!-- 
      optional description of the server and its content, not used so far
    -->
    <description><![CDATA[
      Could be a longer description of the server.
    ]]>
    </description>
    <!-- 
      state is required and should be one of the following values:
      * PRODUCTION    this server is expected to be online and stable
      * TEST    this server is expected to be online most of the time, with new content and new features, but maybe not as stable as production.
      * DEVELOPMENT   this server isn't online all the time and is under development. maybe exciting new features but not stable and with no support at all.
      => not used so far
    -->
    <state>TEST</state>
    
    <!--
      optional but heavily recommended: add a mailadress or url where the player could get support if there is something wrong with this server
      => not used so far
    -->
    <support>http://www.themanaworld.org/</support>
    
    
  </server>

  <server name="Official server" type="EATHENA">
    <connection hostname="server.themanaworld.org" port="6901" protocol="TCP" />
    <state>PRODUCTION</state>
  </server>

  <!-- trying the shortest form... -->
  <server name="YvanSoftware's high-rate server" type="EATHENA">
    <connection hostname="yvansoftware.be" />
  </server>

  <!--
       "In Heavy work" it says at http://kitty.ufbteam.com/manaworld/
  <server name="UFB Mana World" type="EATHENA">
    <connection hostname="tmw.ufbteam.com" port="6901" protocol="TCP" />
    <state>PRODUCTION</state>
  </server>
  -->

  <server name="Neo644's Sandbox Server" type="EATHENA">
    <connection hostname="neo644lap.dyndns.org" />
  </server>

  <server name="Taiwan local Server" type="EATHENA">
    <connection hostname="tmw.servegame.org" />
  </server>

  <!--
       Searching for a new host, apparently.
  <server name="The Alternate World" type="EATHENA">
    <connection hostname="server.thealternateworld.org" port="6901" />
  </server>
  -->

</serverlist>

