Software /
code /
prosody
Diff
core/moduleapi.lua @ 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 |
parent | 9930:12a31296d63d |
child | 10214:f864e685e618 |
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