Software /
code /
prosody-modules
Comparison
mod_muc_limits/mod_muc_limits.lua @ 1035:09a5082a8162
mod_muc_limits: Import util.jid
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 01 Jun 2013 22:47:55 +0100 |
parent | 557:14f39769c9e0 |
child | 1036:a44e755f7579 |
comparison
equal
deleted
inserted
replaced
1034:a0fbe738317c | 1035:09a5082a8162 |
---|---|
1 | 1 |
2 local jid = require "util.jid"; | |
2 local st = require "util.stanza"; | 3 local st = require "util.stanza"; |
3 local new_throttle = require "util.throttle".create; | 4 local new_throttle = require "util.throttle".create; |
4 | 5 |
5 local xmlns_muc = "http://jabber.org/protocol/muc"; | 6 local xmlns_muc = "http://jabber.org/protocol/muc"; |
6 | 7 |