API call to return a list of my active games.
http://www.conquerclub.com/api.php?mode ... 96123&gs=A
There's multiple entries in the XML for polymorphic games.
e.g. this game Game 13444457 has 4 slots per player and there's 4 entries in the XML for it. The first 3 have a blank <players> element.
<players></players>
The last one looks as it should be.
<players>
<player state="Ready">296123</player>
<player state="Waiting">296123</player>
<player state="Waiting">296123</player>
<player state="Waiting">296123</player>
<player state="Waiting">37569</player>
<player state="Waiting">37569</player>
<player state="Waiting">37569</player>
<player state="Waiting">37569</player>
</players>