view mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 5333:10fcfa7e62a1

mod_http_debug: Module that echos back HTTP request info for debugging Written in 2021 for debugging some reverse proxy issue on https://chat.prosody.im/
author Kim Alvefur <zash@zash.se>
date Fri, 07 Apr 2023 21:10:14 +0200
parents 1d51c5e38faa
children
line wrap: on
line source

package XMPP::TestUtils;

use strict;
use warnings;

1;