For my thesis I am using Ad-Hoc commands with the Smack Library. I have executed an AdhoCommand and received a Form to fill out as a response. One of the fields is of the type "list-multi" which cannot be filled out with the usual setAnswer-method, since only
"text_multi, text_private, text_single, jid_single & hidden" are supported field typed for this method.
How can I properly fill out this field of type "list-multi" with one of the options?