I tried ch11 Toetem example with jids registered on jabber.org.
After I click start game, there is no response at the client side. The players were removed from the waiting list but the board wasn't shown. At the referee side it received <service-unavailable>. I still not able to figure it out.
Could someone please help with this problem?
Here is the stanzas gathered from referee.
js console.log:
Code:
<body xmlns='http://jabber.org/protocol/httpbind'>
<iq from='[email protected]/3421d0bab9909f90' to='[email protected]/3d9a96c5a9e8965e' type='set' id='5214:sendIQ'>
<start xmlns='http://metajack.im/ns/toetem' with='[email protected]/0d8d8ad79f9eac14'/>
</iq>
</body>
<body rid='2100151655' xmlns='http://jabber.org/protocol/httpbind' sid='ed19fc2ba482dc016aa09e399d5e60a2'>
<iq to='[email protected]/3421d0bab9909f90' id='5214:sendIQ' type='result' xmlns='jabber:client'/>
<message to='[email protected]/0d8d8ad79f9eac14' xmlns='jabber:client'>
<not-waiting xmlns='http://metajack.im/ns/toetem'>
<player jid='[email protected]/0d8d8ad79f9eac14'/>
</not-waiting>
</message>
<message to='[email protected]/3421d0bab9909f90' xmlns='jabber:client'>
<not-waiting xmlns='http://metajack.im/ns/toetem'>
<player jid='[email protected]/0d8d8ad79f9eac14'/>
</not-waiting>
</message>
<presence to='[email protected]/Referee' xmlns='jabber:client'>
<x xmlns='http://jabber.org/protocol/muc'/>
</presence>
</body>
<body xmlns='http://jabber.org/protocol/httpbind'>
<presence from='[email protected]/Referee' to='[email protected]/3d9a96c5a9e8965e'>
<x xmlns='http://jabber.org/protocol/muc#user'>
<item affiliation='owner' role='moderator'/>
<status code='201'/>
</x>
</presence>
</body>
<body rid='2100151656' xmlns='http://jabber.org/protocol/httpbind' sid='ed19fc2ba482dc016aa09e399d5e60a2'>
<message to='[email protected]' xmlns='jabber:client'>
<x xmlns='http://jabber.org/protocol/muc#user'>
<invite to='[email protected]/0d8d8ad79f9eac14'/>
</x>
</message>
<message to='[email protected]' xmlns='jabber:client'>
<x xmlns='http://jabber.org/protocol/muc#user'>
<invite to='[email protected]/3421d0bab9909f90'/>
</x>
</message>
<message to='[email protected]/0d8d8ad79f9eac14' xmlns='jabber:client'>
<games xmlns='http://metajack.im/ns/toetem'>
<game x-player='[email protected]/0d8d8ad79f9eac14' o-player='[email protected]/3421d0bab9909f90' room='[email protected]'/>
</games>
</message>
<message to='[email protected]/3421d0bab9909f90' xmlns='jabber:client'>
<games xmlns='http://metajack.im/ns/toetem'>
<game x-player='[email protected]/0d8d8ad79f9eac14' o-player='[email protected]/3421d0bab9909f90' room='[email protected]'/>
</games>
</message>
</body>
<body xmlns='http://jabber.org/protocol/httpbind'>
<message from='[email protected]' to='[email protected]/3d9a96c5a9e8965e' type='error'>
<error code='503' type='cancel'>
<service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
</message>
<message from='[email protected]' to='[email protected]/3d9a96c5a9e8965e' type='error'>
<error code='503' type='cancel'>
<service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
</message>
</body>