Software /
code /
prosody
Comparison
plugins/mod_proxy65.lua @ 4685:3d90264c7b3d
mod_proxy65: Add multiplex pattern.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 25 Apr 2012 07:55:13 +0500 |
parent | 4679:5b52b5eaa03d |
child | 4729:da3c1d980c04 |
comparison
equal
deleted
inserted
replaced
4684:dc70c4ffb66d | 4685:3d90264c7b3d |
---|---|
171 end | 171 end |
172 | 172 |
173 module:provides("net", { | 173 module:provides("net", { |
174 default_port = 5000; | 174 default_port = 5000; |
175 listener = listener; | 175 listener = listener; |
176 multiplex = { | |
177 pattern = "^\5"; | |
178 }; | |
176 }); | 179 }); |