The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DJabberd::Plugin::JabberIqVersion - Add support for "XEP 0092, Software version" to DJabberd

VERSION

Version 0.40

SYNOPSIS

 <Vhost example.com>
     ...
         <Plugin DJabberd::Plugin::JabberIqVersion>
                OS Gnu/Windows
                Name PerlJabberServer Professional 
                Version Gold
         </Plugin>
     ...
 </VHost>

set_config_version($self, $val)

Configure the <version/> returned by module.

set_config_os($self, $val)

Configure the <os/> returned by module.

set_config_name($self, $val)

Configure the <name/> returned by module.

finalize($self)

Fill default value. name is set to Djabberd, and version to the server version. Os is not filled, for the moment.

register($self, $vhost)

Register the vhost with the module.

AUTHOR

Michael Scherer, <misc@zarb.org>

BUGS

Please report any bugs or feature requests to bug-djabberd-plugin-jabberiqversion@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DJabberd-Plugin-JabberIqVersion. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2006 Michael Scherer, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.