Software /
code /
prosody
Comparison
net/server_event.lua @ 6055:596539a30e9b
Merge 0.10->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 02 Apr 2014 17:42:22 +0100 |
parent | 5967:3b7206981317 |
parent | 6054:7a5ddbaf758d |
child | 6286:ec6e8d5a3fd3 |
comparison
equal
deleted
inserted
replaced
6039:f8df0a996575 | 6055:596539a30e9b |
---|---|
366 end | 366 end |
367 | 367 |
368 function interface_mt:ssl() | 368 function interface_mt:ssl() |
369 return self._usingssl | 369 return self._usingssl |
370 end | 370 end |
371 interface_mt.clientport = interface_mt.port -- COMPAT server_select | |
371 | 372 |
372 function interface_mt:type() | 373 function interface_mt:type() |
373 return self._type or "client" | 374 return self._type or "client" |
374 end | 375 end |
375 | 376 |