view mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 5823:220502eb05aa

mod_groups_muc_bookmarks: Sync bookmarks when user is added/removed to/from multi-MUC group This was overlooked when multi-MUC support was first implemented.
author Matthew Wild <mwild1@gmail.com>
date Fri, 12 Jan 2024 15:40:23 +0000
parents 1d51c5e38faa
children
line wrap: on
line source

package XMPP::TestUtils;

use strict;
use warnings;

1;