view mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 1039:3f91f17ddaca

mod_lastlog: Add prosodyctl command (prosodyctl mod_lastlog JID) to show last login time and IP of user (if available)
author Matthew Wild <mwild1@gmail.com>
date Sat, 01 Jun 2013 23:29:21 +0100
parents 1d51c5e38faa
children
line wrap: on
line source

package XMPP::TestUtils;

use strict;
use warnings;

1;