Software /
code /
prosody-modules
Changeset
3201:73be17be7d84
mod_s2s_auth_posh: Remove commented out imports
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 21 Dec 2017 03:19:56 +0100 |
parents | 3200:d070a751b6ed |
children | 3202:094f75f316d6 |
files | mod_s2s_auth_posh/mod_s2s_auth_posh.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_s2s_auth_posh/mod_s2s_auth_posh.lua Thu Dec 21 03:04:51 2017 +0100 +++ b/mod_s2s_auth_posh/mod_s2s_auth_posh.lua Thu Dec 21 03:19:56 2017 +0100 @@ -5,8 +5,6 @@ -- http://tools.ietf.org/html/draft-miller-posh-03 -- module:set_global(); ---local https = require 'ssl.https' ---local http = require "socket.http"; local json = require 'util.json' local base64 = require"util.encodings".base64;