"Fossies" - the Fresh Open Source Software Archive
Member "jitsi-meet-7309/resources/prosody-plugins/mod_conference_duration.lua" (31 May 2023, 226 Bytes) of package /linux/misc/jitsi-meet-7309.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Lua source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 local conference_duration_component 2 = module:get_option_string("conference_duration_component","conferenceduration."..module.host); 3 4 module:add_identity("component","conference_duration", conference_duration_component);