testFilloutForm
@SmackIntegrationTest
public void testFilloutForm()
throws org.jivesoftware.smack.SmackException.NotConnectedException,
java.lang.InterruptedException
1. Create a form to fill out and send it to the other user
2. Retrieve the form to fill out, complete it and return it to the requestor
3. Retrieve the completed form and check that everything is OK
- Throws:
java.lang.InterruptedException - if the calling thread was interrupted.
org.jivesoftware.smack.SmackException.NotConnectedException - if the XMPP connection is not connected.