[ADD] MUC whitelists, part II

This commit is contained in:
LDA 2024-09-28 15:58:41 +02:00
commit 0b00a665bf
5 changed files with 48 additions and 3 deletions

View file

@ -420,4 +420,10 @@ extern void ParseeBroadcastStanza(ParseeData *data, char *from, XMLElement *s);
* Returns: NOTHING */
extern void ParseeUnlinkRoom(ParseeData *data, char *chat_id);
/** Verifies if there is no whitelists OR that a MUC's server is whitelisted.
* ----------------------
* Returns: if a MUC is to be allowed
* Modifies: NOTHING */
extern bool ParseeIsMUCWhitelisted(ParseeData *data, char *muc);
#endif