mod_rest/mod_rest.lua
changeset 5561 d7667d9ad96a
parent 5338 3c51eab0afe8
child 5589 5b316088bef5
--- a/mod_rest/mod_rest.lua	Sun Jun 18 15:28:23 2023 +0200
+++ b/mod_rest/mod_rest.lua	Sun Jun 18 22:23:24 2023 +0200
@@ -308,6 +308,7 @@
 			return post_errors.new("unauthz");
 		end
 		from = jid.join(origin.username, origin.host, origin.resource);
+		origin.full_jid = from;
 		origin.type = "c2s";
 		origin.log = module._log;
 	end