Software /
code /
prosody
File
tests/run_tests.bat @ 5382:214c32e10734
mod_privacy: Drop stanzas of type groupchat, so users aren't kicked from their chatrooms when blocking specific MUC occupants.
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Thu, 28 Mar 2013 12:49:19 +0100 |
parent | 809:28d6515f5b7b |
line wrap: on
line source
@echo off set oldpath=%path% set path=%path%;..;..\lualibs del reports\*.report lua test.lua %* set path=%oldpath% set oldpath=