File

libs/net.lua @ 491:edf078a58f25

squishy: Update for prosody.* namespace
author Matthew Wild <mwild1@gmail.com>
date Tue, 20 Jun 2023 12:59:24 +0100
parent 478:cf6626a12e0e
line wrap: on
line source

return {
	pton = function (ip)
		if ip:find":" then
			return "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
		else
			return "\0\0\0\0"
		end
	end
}