root/trunk/lib/DJabberd/Plugin/VCard/IQ.pm @ 467

Revision 467, 144 bytes (checked in by sky, 3 years ago)

move all the SQLite code to a subclass

Line 
1package DJabberd::Plugin::VCard::IQ;
2use strict;
3use base 'DJabberd::IQ';
4use warnings;
5
6our $logger = DJabberd::Log->get_logger();
7
8
9
10
11
12
13
14
15
161;
Note: See TracBrowser for help on using the browser.