2020-06-29 23:11:41 +00:00
|
|
|
local jibri_queue_component
|
|
|
|
= module:get_option_string(
|
2020-07-17 20:19:25 +00:00
|
|
|
"jibri_queue_component", "jibriqueue"..module.host);
|
2020-06-29 23:11:41 +00:00
|
|
|
|
2020-07-17 20:19:25 +00:00
|
|
|
module:add_identity("component", "jibri-queue", jibri_queue_component);
|