squishy

Tue, 24 Aug 2010 22:51:49 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 24 Aug 2010 22:51:49 +0100
changeset 40
c74380af7075
parent 29
1003e44cf3b0
child 48
8206f3369d37
permissions
-rw-r--r--

clix.lua: Add workaround for Tigase bug which discards stanzas sent immediately before stream close, use --close-delay=X to delay close for some seconds

Module "clix.send" "clix/send.lua"
Module "clix.receive" "clix/receive.lua"
Module "clix.version" "clix/version.lua"
Module "clix.bounce" "clix/bounce.lua"
Module "clix.mirror" "clix/mirror.lua"
Module "clix.raw" "clix/raw.lua"

if GetOption "with-verse" then
	Module("verse")(GetOption "with-verse");
end

Main "clix.lua"

Option "executable"
Output "clix.bin"

mercurial