plugins/mod_storage_xep0227.lua
changeset 11844 5e9e75c277a2
parent 11793 f3085620b6ff
child 12086 e87563fefd85
--- a/plugins/mod_storage_xep0227.lua	Tue Oct 05 19:56:36 2021 +0200
+++ b/plugins/mod_storage_xep0227.lua	Wed Sep 22 16:16:30 2021 +0100
@@ -139,7 +139,7 @@
 				:text_tag("stored-key", hex_to_base64(data.stored_key))
 				:text_tag("iter-count", ("%d"):format(data.iteration_count))
 				:text_tag("salt", base64.encode(data.salt));
-			xml:add_child(scram_el);
+			usere:add_child(scram_el);
 			account_properties:exclude(scram_properties);
 		end