mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
mod_roster: Use new :text_tag()
This commit is contained in:
parent
1158e80471
commit
83f7f40ea2
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,
|
name = item.name,
|
||||||
});
|
});
|
||||||
for group in pairs(item.groups) do
|
for group in pairs(item.groups) do
|
||||||
roster:tag("group"):text(group):up();
|
roster:text_tag("group", group);
|
||||||
end
|
end
|
||||||
roster:up(); -- move out from item
|
roster:up(); -- move out from item
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue