[ADD/WIP] Basic support for opting-out of bridging

This commit is contained in:
LDA 2024-09-25 22:09:11 +02:00
commit 749df0feb1
2 changed files with 33 additions and 4 deletions

View file

@ -416,6 +416,7 @@ ParseeMessageHandler(ParseeData *data, HashMap *event)
goto end;
}
/* TODO: Avoid using the AS endpoints */
name = ASGetName(data->config, id, m_sender);
Free(JoinMUC(data, event, encoded_from, muc_id, name));