mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
Backed out changeset cd186331ab1f (subject in disco#info)
Makes more sense if you must join the room to see the subject, since there’s a separate public description field.
This commit is contained in:
parent
deff4bc96d
commit
44f4fd0806
1 changed files with 0 additions and 7 deletions
|
@ -73,13 +73,6 @@ local function set_subject(room, from, subject)
|
|||
return true;
|
||||
end
|
||||
|
||||
module:hook("muc-disco#info", function (event)
|
||||
table.insert(event.form, {
|
||||
name = "muc#roominfo_subject";
|
||||
});
|
||||
event.formdata["muc#roominfo_subject"] = select(2, get_subject(event.room));
|
||||
end);
|
||||
|
||||
-- Send subject to joining user
|
||||
module:hook("muc-occupant-session-new", function(event)
|
||||
send_subject(event.room, event.stanza.attr.from);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue