Software /
code /
prosody
Comparison
plugins/muc/muc.lib.lua @ 5063:4bc202a7b351
MUC: Expose room metatable in the MUC lib.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 01 Aug 2012 01:36:25 +0500 |
parent | 5061:186f34d88073 |
child | 5078:cba0b426b542 |
comparison
equal
deleted
inserted
replaced
5062:88e198d65905 | 5063:4bc202a7b351 |
---|---|
1147 }; | 1147 }; |
1148 _affiliations = {}; | 1148 _affiliations = {}; |
1149 }, room_mt); | 1149 }, room_mt); |
1150 end | 1150 end |
1151 | 1151 |
1152 _M.room_mt = room_mt; | |
1153 | |
1152 return _M; | 1154 return _M; |