Pārlūkot izejas kodu

Fix missing closing tag for identity node in presence stanza

factor2
rca 2 gadus atpakaļ
vecāks
revīzija
01a74856a3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      resources/prosody-plugins/util.lib.lua

+ 1
- 1
resources/prosody-plugins/util.lib.lua Parādīt failu

236
         if creator_group then
236
         if creator_group then
237
             stanza:tag("creator_group"):text(creator_group):up();
237
             stanza:tag("creator_group"):text(creator_group):up();
238
         end
238
         end
239
-        stanza:up();
240
     end
239
     end
241
 
240
 
241
+    stanza:up(); -- Close identity tag
242
 end
242
 end
243
 
243
 
244
 -- Utility function to check whether feature is present and enabled. Allow
244
 -- Utility function to check whether feature is present and enabled. Allow

Notiek ielāde…
Atcelt
Saglabāt