Software /
code /
prosody
Diff
plugins/muc/muc.lib.lua @ 5854:16a2bb97c5f5
Merge 0.9->0.10
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 05 Oct 2013 12:15:25 -0400 |
parent | 5808:026367992a0f |
parent | 5853:3ee3d79db18c |
child | 5982:2d5685c6262f |
line wrap: on
line diff
--- a/plugins/muc/muc.lib.lua Mon Sep 30 23:46:38 2013 +0100 +++ b/plugins/muc/muc.lib.lua Sat Oct 05 12:15:25 2013 -0400 @@ -202,7 +202,7 @@ :tag("feature", {var=self._data.whois ~= "anyone" and "muc_semianonymous" or "muc_nonanonymous"}):up() :add_child(dataform.new({ { name = "FORM_TYPE", type = "hidden", value = "http://jabber.org/protocol/muc#roominfo" }, - { name = "muc#roominfo_description", label = "Description"}, + { name = "muc#roominfo_description", label = "Description", value = "" }, { name = "muc#roominfo_occupants", label = "Number of occupants", value = tostring(count) } }):form({["muc#roominfo_description"] = self:get_description()}, 'result')) ;