view mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 1196:f45ca6edc159

mod_auth_imap: Authentication module that works by passing through SASL to a IMAP connection
author Kim Alvefur <zash@zash.se>
date Thu, 26 Sep 2013 13:43:27 +0200
parents 1d51c5e38faa
children
line wrap: on
line source

package XMPP::TestUtils;

use strict;
use warnings;

1;