Software /
code /
prosody
Diff
util/muc.lua @ 1566:9edeef1ad4f1
Merge with 0.5
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 21 Jul 2009 13:22:48 +0100 |
parent | 1564:2437dcd46937 |
child | 1621:a63ff2fbba8d |
line wrap: on
line diff
--- a/util/muc.lua Mon Jul 20 05:27:59 2009 +0100 +++ b/util/muc.lua Tue Jul 21 13:22:48 2009 +0100 @@ -159,7 +159,7 @@ end end if room._data['subject'] then - room:route_stanza(st.message({type='groupchat', from=room, to=to}):tag("subject"):text(room._data['subject'])); + room:route_stanza(st.message({type='groupchat', from=room.jid, to=to}):tag("subject"):text(room._data['subject'])); end end