File

mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 4372:78de3c7acf58

mod_rest: Fix json-mapping stanzas with text or whitespace between tags Test: jsonmap.st2json( st.message({}, "hi"):indent() )
author Kim Alvefur <zash@zash.se>
date Fri, 22 Jan 2021 15:19:53 +0100
parent 809:1d51c5e38faa
line wrap: on
line source

package XMPP::TestUtils;

use strict;
use warnings;

1;