0

I would like to run one service process per MUC channel on an ejabberd server. Ideally I would like ejabberd to start / monitor that process.

That is, when a new MUC gets opened ejabberd should start the bot process and tell it the channel name through commandline options. The process will then connect to that MUC on its own and do its thing. in case it crashes, ejabberd should notice and try to restart it. In case the MUC gets closed, so should the bot process. Is such functionality available with ejabberd?

MSI
  • 1
  • 1

1 Answers1

0

I am not aware of anything like that implemented.

Badlop
  • 3,840
  • 1
  • 8
  • 9