Comparison

plugins/mod_pep.lua @ 12260:e729c994e7c7

mod_pep: Fix typo in comment [codespell]
author Kim Alvefur <zash@zash.se>
date Fri, 04 Feb 2022 16:40:23 +0100
parent 12249:5173f8a761a0
child 12960:31b22cc221b5
comparison
equal deleted inserted replaced
12259:57792ed670e7 12260:e729c994e7c7
191 return broadcast_to; 191 return broadcast_to;
192 end 192 end
193 end 193 end
194 194
195 -- Read-only service with no nodes where nobody is allowed anything to act as a 195 -- Read-only service with no nodes where nobody is allowed anything to act as a
196 -- fallback for interactions with non-existant users 196 -- fallback for interactions with non-existent users
197 local nobody_service = pubsub.new({ 197 local nobody_service = pubsub.new({
198 node_defaults = { 198 node_defaults = {
199 ["max_items"] = 1; 199 ["max_items"] = 1;
200 ["persist_items"] = false; 200 ["persist_items"] = false;
201 ["access_model"] = "presence"; 201 ["access_model"] = "presence";