Software /
code /
prosody-modules
Changeset
1465:07582b8aaf84
Fix connections for LDAP tests
To work with later versions of AnyEvent::XMPP
author | Rob Hoelz <rob@hoelz.ro> |
---|---|
date | Wed, 02 Jul 2014 22:31:52 -0500 |
parents | 1464:8e293681deb5 |
children | 1466:9da03e45c6be |
files | mod_lib_ldap/dev/t/TestConnection.pm |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_lib_ldap/dev/t/TestConnection.pm Wed Jul 02 22:28:46 2014 -0500 +++ b/mod_lib_ldap/dev/t/TestConnection.pm Wed Jul 02 22:31:52 2014 -0500 @@ -33,6 +33,7 @@ username => $username, domain => $HOST, password => $options{'password'} // $PASSWORD_FOR{$username}, + resource => 'test bot', ); $self->reg_cb(error => sub {