Changeset

10213:ee62754b0233

core.moduleapi: Uppercase "IQ stanza" for consistency It's written like that elsewhere in the send_iq method
author Kim Alvefur <zash@zash.se>
date Wed, 21 Aug 2019 23:15:05 +0200
parents 10212:a53126b7fe22
children 10214:f864e685e618
files core/moduleapi.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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