[ADD/WIP] On-the-fly forms

Still WIP-tier, also I need to make a way to index a multi-option list
like a regular array with the forms thing, the current one-at-a-time
idea is not great...
This commit is contained in:
LDA 2024-07-14 22:24:59 +02:00
commit 0cb19a15d8
4 changed files with 146 additions and 6 deletions

View file

@ -271,7 +271,7 @@ XMPPManageCommand(XMPPCommandManager *m, XMLElement *stanza, ParseeData *data)
XMLAddChild(command_xml, actions);
XMLAddChild(iq, command_xml);
x = XMPPFormifyCommand(cmd);
x = XMPPFormifyCommand(m, cmd, from);
XMLAddChild(command_xml, x);
pthread_mutex_lock(&jabber->write_lock);