mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:25:11 +00:00
[ADD] MUC whitelists, part II
This commit is contained in:
parent
af2d08a431
commit
0b00a665bf
5 changed files with 48 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue