How to send room configuration form and create persistence rooms from android using smack 4.3.4
问题 I am facing problem for create persistence room and MUC, Not able to send room configuration form. Values i send that are not set to form fields and default values are send to server. 回答1: multiUserChatManager = MultiUserChatManager.getInstanceFor(connection); multiUserChat = multiUserChatManager.getMultiUserChat(JidCreate.entityBareFrom(roomJID)); multiUserChat.create(Resourcepart.from(nickname)); Form form = multiUserChat.getConfigurationForm(); Form submitForm = form.createAnswerForm();