util/xmppstream.lua
changeset 8558 4f0f5b49bb03
parent 8385 e5d00bf4a4d5
child 9023 19e51d8f8947
--- a/util/xmppstream.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/util/xmppstream.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -25,6 +25,7 @@
 local default_stanza_size_limit = 1024*1024*10; -- 10MB
 
 local _ENV = nil;
+-- luacheck: std none
 
 local new_parser = lxp.new;