diff options
-rw-r--r-- | Changes | 5 | ||||
-rw-r--r-- | MANIFEST | 1 | ||||
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | lib/DJabberd/Plugin/VCard/LDAP.pm | 4 |
4 files changed, 11 insertions, 2 deletions
@@ -1,5 +1,10 @@ | |||
1 | Revision history for DJabberd-VCard-LDAP | 1 | Revision history for DJabberd-VCard-LDAP |
2 | 2 | ||
3 | 0.04 2010-02-15 | ||
4 | Add rpm spec file | ||
5 | ability to specify ldap version | ||
6 | make sure to include DJabberd::Log | ||
7 | |||
3 | 0.03 2007-09-04 | 8 | 0.03 2007-09-04 |
4 | Make sure to Base64 encode the jpegPhoto | 9 | Make sure to Base64 encode the jpegPhoto |
5 | 10 | ||
@@ -2,6 +2,7 @@ Changes | |||
2 | MANIFEST | 2 | MANIFEST |
3 | Makefile.PL | 3 | Makefile.PL |
4 | README | 4 | README |
5 | DJabberd-VCard-LDAP.spec | ||
5 | lib/DJabberd/Plugin/VCard/LDAP.pm | 6 | lib/DJabberd/Plugin/VCard/LDAP.pm |
6 | t/00-load.t | 7 | t/00-load.t |
7 | t/boilerplate.t | 8 | t/boilerplate.t |
@@ -11,6 +11,9 @@ To install this module, run the following commands: | |||
11 | make test | 11 | make test |
12 | make install | 12 | make install |
13 | 13 | ||
14 | LATEST SOURCE | ||
15 | |||
16 | Latest source code is available via http://git.outoforder.cc/ | ||
14 | 17 | ||
15 | SUPPORT AND DOCUMENTATION | 18 | SUPPORT AND DOCUMENTATION |
16 | 19 | ||
diff --git a/lib/DJabberd/Plugin/VCard/LDAP.pm b/lib/DJabberd/Plugin/VCard/LDAP.pm index f3578b4..5f4c36e 100644 --- a/lib/DJabberd/Plugin/VCard/LDAP.pm +++ b/lib/DJabberd/Plugin/VCard/LDAP.pm | |||
@@ -17,11 +17,11 @@ DJabberd::VCard::LDAP - LDAP VCard Provider for DJabberd | |||
17 | 17 | ||
18 | =head1 VERSION | 18 | =head1 VERSION |
19 | 19 | ||
20 | Version 0.03 | 20 | Version 0.04 |
21 | 21 | ||
22 | =cut | 22 | =cut |
23 | 23 | ||
24 | our $VERSION = '0.03'; | 24 | our $VERSION = '0.04'; |
25 | 25 | ||
26 | =head1 SYNOPSIS | 26 | =head1 SYNOPSIS |
27 | 27 | ||