Przeglądaj źródła

Fix missing closing tag for identity node in presence stanza

factor2
rca 2 lat temu
rodzic
commit
01a74856a3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      resources/prosody-plugins/util.lib.lua

+ 1
- 1
resources/prosody-plugins/util.lib.lua Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz