Hi All,
I'm having some trouble with the groupie application in chapter 8. When I send the initial presence stanza to conference.jabber.org, I only get back a 201 code and no 110. I tried debugging this using peek and here is the response that I got:
Initial Presence:
<presence from='
[email protected]/7d6f0ebdbebcde30'
to='
[email protected]/JP'>
<x xmlns='http://jabber.org/protocol/muc'/>
</presence>
Response:
<presence xmlns='jabber:client'
to='
[email protected]/7d6f0ebdbebcde30'
from='
[email protected]/JP'>
<x xmlns='http://jabber.org/protocol/muc#user'>
<item affiliation='owner'
role='moderator'/>
<status code='201'/>
</x>
</presence>
I downloaded MUC client app to see if the MUC was created on conference.jabber.org, but it doesn't seem to exist.
I think what's happening here is I'm failing to properly join the MUC for some reason. The 201 comes back telling me the room has been created, but there is no 110 telling me that I've joined the room. Since the room has no occupants, maybe it is getting destroyed?
Any help here would be really appreciated. This is a big barrier to progress for me.
Thanks,
John