File: control

package info (click to toggle)
libpoe-component-jabber-perl 3.00-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 456 kB
  • sloc: perl: 2,854; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,591 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
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: libpoe-component-jabber-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               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://salsa.debian.org/perl-team/modules/packages/libpoe-component-jabber-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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.