diff -r 1bf01ffcb5a3 -r 78f59d7b1ef7 plugins/groupchat.lua --- a/plugins/groupchat.lua Fri Mar 18 22:15:21 2011 +0000 +++ b/plugins/groupchat.lua Sun Mar 20 19:00:26 2011 +0100 @@ -98,7 +98,7 @@ if subject then room.subject = #subject > 0 and subject or nil; end - end); + end, 2000); local join_st = verse.presence():tag("x",{xmlns = xmlns_muc}):reset(); self:event("pre-groupchat/joining", join_st); room:send(join_st)