Net-XMPP2 0.03 Deleted
Kwalitee Issues
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Net::XMPP2::Error::Exception, Net::XMPP2::Error::IQ, Net::XMPP2::Error::Message, Net::XMPP2::Error::Parser, Net::XMPP2::Error::Presence, Net::XMPP2::Error::Register, Net::XMPP2::Error::SASL, Net::XMPP2::Error::Stanza, Net::XMPP2::Error::Stream, Net::XMPP2::Ext::Disco, Net::XMPP2::Ext::Disco::Info, Net::XMPP2::Ext::Disco::Items
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Net-XMPP2-0.03/lib/Net/XMPP2/Node.pm -- Around line 235: '=item' outside of any '=over' Around line 318: You forgot a '=back' before '=head1'
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: Net::XMPP2::Client, Net::XMPP2::Component, Net::XMPP2::Connection, Net::XMPP2::Error, Net::XMPP2::Error::Exception, Net::XMPP2::Error::IQ, Net::XMPP2::Error::Message, Net::XMPP2::Error::Parser, Net::XMPP2::Error::Presence, Net::XMPP2::Error::Register, Net::XMPP2::Error::SASL, Net::XMPP2::Error::Stanza, Net::XMPP2::Error::Stream, Net::XMPP2::Event, Net::XMPP2::Ext::DataForm, Net::XMPP2::Ext::Disco, Net::XMPP2::Ext::Disco::Info, Net::XMPP2::Ext::Disco::Items, Net::XMPP2::Ext::Pubsub, Net::XMPP2::Ext::RegisterForm, Net::XMPP2::Ext::Registration, Net::XMPP2::IM::Account, Net::XMPP2::IM::Connection, Net::XMPP2::IM::Contact, Net::XMPP2::IM::Message, Net::XMPP2::IM::Presence, Net::XMPP2::IM::Roster, Net::XMPP2::Node, Net::XMPP2::SimpleConnection, Net::XMPP2::Util, Net::XMPP2::Writer
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Net::XMPP2 | An implementation of the XMPP Protocol | 0.03 | metacpan |
| Net::XMPP2::Client | XMPP Client abstraction | metacpan | |
| Net::XMPP2::Component | "XML" stream that implements the XEP-0114 | metacpan | |
| Net::XMPP2::Connection | XML stream that implements the XMPP RFC 3920. | metacpan | |
| Net::XMPP2::Error | Error class hierarchy for error reporting | metacpan | |
| Net::XMPP2::Error::Exception | Some exception was thrown somewhere | metacpan | |
| Net::XMPP2::Error::IQ | IQ errors | metacpan | |
| Net::XMPP2::Error::Message | Message errors | metacpan | |
| Net::XMPP2::Error::Parser | XML parse errors | metacpan | |
| Net::XMPP2::Error::Presence | Presence errors | metacpan | |
| Net::XMPP2::Error::Register | In-band registration error | metacpan | |
| Net::XMPP2::Error::SASL | SASL authentication error | metacpan | |
| Net::XMPP2::Error::Stanza | Stanza errors | metacpan | |
| Net::XMPP2::Error::Stream | XML Stream errors | metacpan | |
| Net::XMPP2::Event | Event handler class | metacpan | |
| Net::XMPP2::Ext | Extension baseclass and documentation | metacpan | |
| Net::XMPP2::Ext::DataForm | XEP-0004 DataForm | metacpan | |
| Net::XMPP2::Ext::Disco | Service discovery manager class for XEP-0030 | metacpan | |
| Net::XMPP2::Ext::Disco::Info | Service discovery items | metacpan | |
| Net::XMPP2::Ext::Disco::Items | Service discovery items | metacpan | |
| Net::XMPP2::Ext::Pubsub | Implements XEP-0060: Publish-Subscribe | metacpan | |
| Net::XMPP2::Ext::RegisterForm | Handle for in band registration | metacpan | |
| Net::XMPP2::Ext::Registration | Handles all tasks of in band registration | metacpan | |
| Net::XMPP2::Extendable | Extendable baseclass | metacpan | |
| Net::XMPP2::IM::Account | Instant messaging account | metacpan | |
| Net::XMPP2::IM::Connection | "XML" stream that implements the XMPP RFC 3921. | metacpan | |
| Net::XMPP2::IM::Contact | Instant messaging roster contact | metacpan | |
| Net::XMPP2::IM::Message | Instant message | metacpan | |
| Net::XMPP2::IM::Presence | XMPP presence | metacpan | |
| Net::XMPP2::IM::Roster | Instant messaging roster for XMPP | metacpan | |
| Net::XMPP2::Namespaces | XMPP namespace collection and aliasing class | metacpan | |
| Net::XMPP2::Node | XML node tree helper for the parser. | metacpan | |
| Net::XMPP2::Parser | Parser for XML streams (helper for Net::XMPP2) | metacpan | |
| Net::XMPP2::SimpleConnection | Low level TCP/TLS connection | metacpan | |
| Net::XMPP2::Util | Utility functions for Net::XMPP2 | metacpan | |
| Net::XMPP2::Writer | "XML" writer for XMPP | metacpan |