File: control

package info (click to toggle)
libpoe-component-jabber-perl 2.02-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 232 kB
  • ctags: 88
  • sloc: perl: 2,623; makefile: 44
file content (24 lines) | stat: -rw-r--r-- 1,403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libpoe-component-jabber-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl, quilt
Build-Depends-Indep: perl (>= 5.8.0-7), libnet-ssleay-perl, libdigest-sha1-perl, libauthen-sasl-perl, libpoe-filter-xml-perl, libpoe-perl, libpoe-component-sslify-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Kees Cook <kees@outflux.net>, Florian Ragwitz <rafl@debianforum.de>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/POE-Component-Jabber/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-jabber-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jabber-perl/

Package: libpoe-component-jabber-perl
Architecture: all
Depends: ${perl:Depends}, libdigest-sha1-perl, libauthen-sasl-perl, libpoe-perl, libpoe-filter-xml-perl, libpoe-component-sslify-perl
Description:  A POE Component for communicating over Jabber
 POE::Component::Jabber is a module that simplies for the POE developer, access
 to the Jabber protocol through the use of one of the four Client classes. With 
 built in events for common Jabber packets, all a POE developer need do is 
 provide an event and arguments for most events so the responses to the 
 requests can be properly handled by the coder.
 .
 Please see the Client classes for more detailed descriptions of the events
 provided.