Can''t "unlock" a room

I am attempting to create an instant room through smack. The server I am using is Jive Messenger. I request the configuration form from the server and then resubmit this form without doing anything to it. Then when someone else attempts to join the room, they get a 404 error:

<presence to="testbuddy2@testjabber/Exodus"
from="thehunt@conference.testjabber/alexwenckus" type="error">
<c xmlns="http://jabber.org/protocol/caps"
node="http://exodus.jabberstudio.org/caps" ver="0.9.1.0"/>
<x xmlns="http://jabber.org/protocol/muc"/>
<status>Available</status>
<priority>0</priority>
<error code="404" type="wait">
<recipient-unavailable
xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
</error>
</presence>

What am I doing wrong?

Message was edited by:

AWenckus

I figured it out.

I needed to #createAnswerForm on the form that I got from the server.