core.moduleapi: Uppercase "IQ stanza" for consistency
authorKim Alvefur <zash@zash.se>
Wed, 21 Aug 2019 23:15:05 +0200
changeset 10217 ee62754b0233
parent 10216 a53126b7fe22
child 10218 f864e685e618
core.moduleapi: Uppercase "IQ stanza" for consistency It's written like that elsewhere in the send_iq method
core/moduleapi.lua
--- a/core/moduleapi.lua	Wed Aug 21 00:36:42 2019 +0200
+++ b/core/moduleapi.lua	Wed Aug 21 23:15:05 2019 +0200
@@ -407,7 +407,7 @@
 		if iq_cache:get(cache_key) then
 			reject(errutil.new({
 				type = "modify", condition = "conflict",
-				text = "iq stanza id attribute already used",
+				text = "IQ stanza id attribute already used",
 			}));
 			return;
 		end