Bot must be admin on the MUC component.

This commit is contained in:
John Livingston
2023-09-19 18:02:57 +02:00
parent e0c31f09aa
commit 9e7d9c6069
2 changed files with 10 additions and 0 deletions

View File

@ -217,6 +217,13 @@ class BotConfiguration {
}
}
/**
* Returns the moderation bot JID
*/
public moderationBotJID (): string {
return 'moderator@' + this.botsDomain
}
/**
* frees the singleton
*/