view mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 3712:0a0bf87ccda6

mod_http_altconnect: Handle connection modules being global or host-local mod_bosh may be either a global or a normal module depending on Prosody version.
author Kim Alvefur <zash@zash.se>
date Sat, 12 Oct 2019 16:22:54 +0200
parents 1d51c5e38faa
children
line wrap: on
line source

package XMPP::TestUtils;

use strict;
use warnings;

1;