File: control

package info (click to toggle)
libpoe-component-jabber-perl 3.00-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 460 kB
  • sloc: perl: 2,854; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,663 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: libpoe-component-jabber-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Kees Cook <kees@outflux.net>,
           gregor herrmann <gregoa@debian.org>,
           Ryan Niebur <ryan@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libauthen-sasl-perl,
                     libpoe-filter-xml-perl,
                     libpoe-perl,
                     libpoe-component-sslify-perl,
                     libpoe-component-pubsub-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-component-jabber-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-component-jabber-perl.git
Homepage: https://metacpan.org/release/POE-Component-Jabber

Package: libpoe-component-jabber-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libauthen-sasl-perl,
         libpoe-perl,
         libpoe-filter-xml-perl,
         libpoe-component-sslify-perl,
         libpoe-component-pubsub-perl
Description: 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.