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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Description: Add summaries to NAME POD sections
Origin: vendor
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=31237
Forwarded: yes
Author: Kees Cook <kees@outflux.net>
Last-Update: 2011-08-09
--- a/lib/POE/Component/Jabber/J2.pm
+++ b/lib/POE/Component/Jabber/J2.pm
@@ -310,7 +310,7 @@
=head1 NAME
-POE::Component::Jabber::J2
+POE::Component::Jabber::J2 - connect to the jabberd20 router as a service
=head1 SYNOPSIS
--- a/lib/POE/Component/Jabber/Legacy.pm
+++ b/lib/POE/Component/Jabber/Legacy.pm
@@ -117,7 +117,7 @@
=head1 NAME
-POE::Component::Jabber::Legacy
+POE::Component::Jabber::Legacy - connect using the pre-XMPP Jabber protocol
=head1 SYNOPSIS
--- a/lib/POE/Component/Jabber/ProtocolFactory.pm
+++ b/lib/POE/Component/Jabber/ProtocolFactory.pm
@@ -58,7 +58,7 @@
=head1 NAME
-POE::Component::Jabber::ProtocolFactory
+POE::Component::Jabber::ProtocolFactory - protected helper class to handle different protocols
=head1 SYNOPSIS
--- a/lib/POE/Component/Jabber/XMPP.pm
+++ b/lib/POE/Component/Jabber/XMPP.pm
@@ -396,7 +396,7 @@
=head1 NAME
-POE::Component::Jabber::XMPP
+POE::Component::Jabber::XMPP - connect using the XMPP Jabber protocol
=head1 SYNOPSIS
--- a/lib/POE/Component/Jabber/J14.pm
+++ b/lib/POE/Component/Jabber/J14.pm
@@ -85,7 +85,7 @@
=head1 NAME
-POE::Component::Jabber::J14
+POE::Component::Jabber::J14 - connect to the jabberd14 router as a service
=head1 SYNOPSIS
--- a/lib/POE/Component/Jabber/Events.pm
+++ b/lib/POE/Component/Jabber/Events.pm
@@ -52,7 +52,7 @@
=head1 NAME
-POE::Component::Jabber::Events
+POE::Component::Jabber::Events - exports constants for tracking status of PCJ
=head1 SYNOPSIS
|