view mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 3307:303b17ec8264

mod_bookmarks: Correctly hook events on PEP services Since each user has its own util.pubsub instance, this is needed to hook all of them.
author Kim Alvefur <zash@zash.se>
date Sun, 09 Sep 2018 14:09:12 +0200
parents 1d51c5e38faa
children
line wrap: on
line source

package XMPP::TestUtils;

use strict;
use warnings;

1;