# HG changeset patch # User Matthew Wild # Date 1560771120 -3600 # Node ID 9813b17ee09677afd1d1a503759058740eb350b5 # Parent 9f910529d8f0ce49186e8c0d77783e75f218b7ef squishy: Include util.x509, required by net.http in Prosody 0.10+ diff -r 9f910529d8f0 -r 9813b17ee096 squishy --- a/squishy Mon Sep 17 13:52:12 2018 +0100 +++ b/squishy Mon Jun 17 12:32:00 2019 +0100 @@ -73,6 +73,7 @@ Module "util.http" "util/http.lua" Module "net.http.parser" "net/http/parser.lua" Module "net.http" "net/http.lua" +Module "util.x509" "util/x509.lua" Module "verse.bosh" "bosh.lua"