AnyEvent-XMPP 0.55 Latest
Kwalitee Issues
No Core Issues.
- 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.
- 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: AnyEvent::XMPP, AnyEvent::XMPP::Client, AnyEvent::XMPP::Component, AnyEvent::XMPP::Connection, AnyEvent::XMPP::Error, AnyEvent::XMPP::Error::Exception, AnyEvent::XMPP::Error::IQ, AnyEvent::XMPP::Error::IQAuth, AnyEvent::XMPP::Error::MUC, AnyEvent::XMPP::Error::Message, AnyEvent::XMPP::Error::Parser, AnyEvent::XMPP::Error::Presence, AnyEvent::XMPP::Error::Register, AnyEvent::XMPP::Error::SASL, AnyEvent::XMPP::Error::Stanza, AnyEvent::XMPP::Error::Stream, AnyEvent::XMPP::Ext, AnyEvent::XMPP::Ext::DataForm, AnyEvent::XMPP::Ext::Disco, AnyEvent::XMPP::Ext::Disco::Info, AnyEvent::XMPP::Ext::Disco::Items, AnyEvent::XMPP::Ext::MUC, AnyEvent::XMPP::Ext::MUC::Message, AnyEvent::XMPP::Ext::MUC::Room, AnyEvent::XMPP::Ext::MUC::RoomInfo, AnyEvent::XMPP::Ext::MUC::User, AnyEvent::XMPP::Ext::OOB, AnyEvent::XMPP::Ext::Ping, AnyEvent::XMPP::Ext::Pubsub, AnyEvent::XMPP::Ext::RegisterForm, AnyEvent::XMPP::Ext::Registration, AnyEvent::XMPP::Ext::VCard, AnyEvent::XMPP::Ext::Version, AnyEvent::XMPP::Extendable, AnyEvent::XMPP::IM::Account, AnyEvent::XMPP::IM::Connection, AnyEvent::XMPP::IM::Contact, AnyEvent::XMPP::IM::Delayed, AnyEvent::XMPP::IM::Message, AnyEvent::XMPP::IM::Presence, AnyEvent::XMPP::IM::Roster, AnyEvent::XMPP::Namespaces, AnyEvent::XMPP::Node, AnyEvent::XMPP::Parser, AnyEvent::XMPP::SimpleConnection, AnyEvent::XMPP::TestClient, AnyEvent::XMPP::Util, AnyEvent::XMPP::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.
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
AnyEvent::XMPP | An implementation of the XMPP Protocol | 0.55 | metacpan |
AnyEvent::XMPP::Client | XMPP Client abstraction | metacpan | |
AnyEvent::XMPP::Component | "XML" stream that implements the XEP-0114 | metacpan | |
AnyEvent::XMPP::Connection | XML stream that implements the XMPP RFC 3920. | metacpan | |
AnyEvent::XMPP::Error | Error class hierarchy for error reporting | metacpan | |
AnyEvent::XMPP::Error::Exception | Some exception was thrown somewhere | metacpan | |
AnyEvent::XMPP::Error::IQ | IQ errors | metacpan | |
AnyEvent::XMPP::Error::IQAuth | IQ authentication error | metacpan | |
AnyEvent::XMPP::Error::MUC | MUC error | metacpan | |
AnyEvent::XMPP::Error::Message | Message errors | metacpan | |
AnyEvent::XMPP::Error::Parser | XML parse errors | metacpan | |
AnyEvent::XMPP::Error::Presence | Presence errors | metacpan | |
AnyEvent::XMPP::Error::Register | In-band registration error | metacpan | |
AnyEvent::XMPP::Error::SASL | SASL authentication error | metacpan | |
AnyEvent::XMPP::Error::Stanza | Stanza errors | metacpan | |
AnyEvent::XMPP::Error::Stream | XML Stream errors | metacpan | |
AnyEvent::XMPP::Ext | Extension baseclass and documentation | metacpan | |
AnyEvent::XMPP::Ext::DataForm | XEP-0004 DataForm | metacpan | |
AnyEvent::XMPP::Ext::Disco | Service discovery manager class for XEP-0030 | metacpan | |
AnyEvent::XMPP::Ext::Disco::Info | Service discovery info | metacpan | |
AnyEvent::XMPP::Ext::Disco::Items | Service discovery items | metacpan | |
AnyEvent::XMPP::Ext::MUC | Implements XEP-0045: Multi-User Chat | metacpan | |
AnyEvent::XMPP::Ext::MUC::Message | A room message | metacpan | |
AnyEvent::XMPP::Ext::MUC::Room | Room class | metacpan | |
AnyEvent::XMPP::Ext::MUC::RoomInfo | Room information | metacpan | |
AnyEvent::XMPP::Ext::MUC::User | User class | metacpan | |
AnyEvent::XMPP::Ext::OOB | XEP-0066 Out of Band Data | metacpan | |
AnyEvent::XMPP::Ext::Ping | Implementation of XMPP Ping XEP-0199 | metacpan | |
AnyEvent::XMPP::Ext::Pubsub | Implements XEP-0060: Publish-Subscribe | metacpan | |
AnyEvent::XMPP::Ext::Receipts | XEP-0184 message receipts | metacpan | |
AnyEvent::XMPP::Ext::RegisterForm | Handle for in band registration | metacpan | |
AnyEvent::XMPP::Ext::Registration | Handles all tasks of in band registration | metacpan | |
AnyEvent::XMPP::Ext::VCard | VCards (XEP-0054 & XEP-0084) | metacpan | |
AnyEvent::XMPP::Ext::Version | Software version | metacpan | |
AnyEvent::XMPP::Extendable | Extendable baseclass | metacpan | |
AnyEvent::XMPP::IM::Account | Instant messaging account | metacpan | |
AnyEvent::XMPP::IM::Connection | "XML" stream that implements the XMPP RFC 3921. | metacpan | |
AnyEvent::XMPP::IM::Contact | Instant messaging roster contact | metacpan | |
AnyEvent::XMPP::IM::Delayed | A delayed "XML" stanza | metacpan | |
AnyEvent::XMPP::IM::Message | Instant message | metacpan | |
AnyEvent::XMPP::IM::Presence | XMPP presence | metacpan | |
AnyEvent::XMPP::IM::Roster | Instant messaging roster for XMPP | metacpan | |
AnyEvent::XMPP::Namespaces | XMPP namespace collection and aliasing class | metacpan | |
AnyEvent::XMPP::Node | XML node tree helper for the parser. | metacpan | |
AnyEvent::XMPP::Parser | Parser for XML streams (helper for AnyEvent::XMPP) | metacpan | |
AnyEvent::XMPP::SimpleConnection | Low level TCP/TLS connection | metacpan | |
AnyEvent::XMPP::TestClient | XMPP Test Client for tests | metacpan | |
AnyEvent::XMPP::Util | Utility functions for AnyEvent::XMPP | metacpan | |
AnyEvent::XMPP::Writer | "XML" writer for XMPP | metacpan |
Provides
Name | File | View |
---|---|---|
EVQ | samples/EVQ.pm | metacpan |