[ADD] Add a few basic MUC commands

This commit is contained in:
LDA 2024-10-28 08:57:17 +01:00
commit 7f7ab41afa
5 changed files with 70 additions and 14 deletions

View file

@ -26,13 +26,6 @@ StatusCallback(XMPPCommandManager *m, char *from, XMLElement *form, XMLElement *
XMLElement *x;
XMLElement *title, *txt;
if (!ParseeIsAdmin(data, trimmed))
{
SetNote("error", "User is not authorised to execute command.");
Free(trimmed);
return;
}
Free(trimmed);
x = XMLCreateTag("x");
title = XMLCreateTag("title");