mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_roster: Use new :text_tag()
This commit is contained in:
parent
2d784f1063
commit
4fa2e21b49
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module:hook("iq/self/jabber:iq:roster:query", function(event)
|
|||
name = item.name,
|
||||
});
|
||||
for group in pairs(item.groups) do
|
||||
roster:tag("group"):text(group):up();
|
||||
roster:text_tag("group", group);
|
||||
end
|
||||
roster:up(); -- move out from item
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue