Bot must be admin on the MUC component.
This commit is contained in:
@ -217,6 +217,13 @@ class BotConfiguration {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the moderation bot JID
|
||||
*/
|
||||
public moderationBotJID (): string {
|
||||
return 'moderator@' + this.botsDomain
|
||||
}
|
||||
|
||||
/**
|
||||
* frees the singleton
|
||||
*/
|
||||
|
Reference in New Issue
Block a user