resources/prosody-plugins/mod_muc_poltergeist.lua [24:36]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if parentHostName == nil then log("error", "Failed to start - unable to get parent hostname"); return; end local parentCtx = module:context(parentHostName); if parentCtx == nil then log("error", "Failed to start - unable to get parent context for host: %s", tostring(parentHostName)); return; end local token_util = module:require "token/util".new(parentCtx); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - resources/prosody-plugins/mod_token_verification.lua [15:28]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if parentHostName == nil then log("error", "Failed to start - unable to get parent hostname"); return; end local parentCtx = module:context(parentHostName); if parentCtx == nil then log("error", "Failed to start - unable to get parent context for host: %s", tostring(parentHostName)); return; end local token_util = module:require "token/util".new(parentCtx); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -