aboutsummaryrefslogtreecommitdiffstats
path: root/util/error.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/error.lua')
-rw-r--r--util/error.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/error.lua b/util/error.lua
index 0fe6cfa2..c0b87d86 100644
--- a/util/error.lua
+++ b/util/error.lua
@@ -102,6 +102,9 @@ local function from_stanza(stanza, context)
type = error_type or "cancel";
condition = condition or "undefined-condition";
text = text;
+ extra = condition == "gone" and {
+ uri = error_tag:get_child_text("gone", "urn:ietf:params:xml:ns:xmpp-stanzas");
+ } or nil;
context = context;