I want to send a form message to be filled with user input data and be submitted back.
I tried with sample code in smack document to many xmpp clients, but no one shows my form as expected.
Only message body is displayed and message extension of form does not displayed.
Is there anything I missed?
Test Environment as follows :
1. Server OS CentOS 7
2. XMPP Server : OpenFire 3.9.3
3. Form send client : Application using SMACK4.1.0 Beta
4. Form receive client : spark 2.6.3 for Windows
kopete for Linux
gajim for Linux
yaxim for Android
psi for Windows
Thanks.