The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:AnyEvent-XMPP elmex"

AnyEvent::XMPP - An implementation of the XMPP Protocol River stage two • 11 direct dependents • 11 total dependents

This is the head module of the AnyEvent::XMPP XMPP client protocol (as described in RFC 3920 and RFC 3921) framework. AnyEvent::XMPP::Connection is a RFC 3920 conforming "XML" stream implementation for clients, which handles TCP connect up to the res...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Error - Error class hierarchy for error reporting River stage two • 11 direct dependents • 11 total dependents

This module is a helper class for abstracting any kind of error that occurs in AnyEvent::XMPP. You receive instances of these objects by various events....

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Ext - Extension baseclass and documentation River stage two • 11 direct dependents • 11 total dependents

This module also has documentation about the supported extensions and also is a base class for all extensions that can be added via the "add_extension" method of the classes that derive from AnyEvent::XMPP::Extendable. (That are: AnyEvent::XMPP::Clie...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Node - XML node tree helper for the parser. River stage two • 11 direct dependents • 11 total dependents

This class represens a XML node. AnyEvent::XMPP should usually not require messing with the parse tree, but sometimes it is neccessary. If you experience any need for messing with these and feel AnyEvent::XMPP should rather take care of it drop me a ...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Util - Utility functions for AnyEvent::XMPP River stage two • 11 direct dependents • 11 total dependents

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Parser - Parser for XML streams (helper for AnyEvent::XMPP) River stage two • 11 direct dependents • 11 total dependents

This is a XMPP XML parser helper class, which helps me to cope with the XMPP XML. See also AnyEvent::XMPP::Writer for a discussion of the issues with XML in XMPP....

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Error::IQ - IQ errors River stage two • 11 direct dependents • 11 total dependents

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Client - XMPP Client abstraction River stage two • 11 direct dependents • 11 total dependents

This module tries to implement a straight forward and easy to use API to communicate with XMPP entities. AnyEvent::XMPP::Client handles connections and timeouts and all such stuff for you. For more flexibility please have a look at AnyEvent::XMPP::Co...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Writer - "XML" writer for XMPP River stage two • 11 direct dependents • 11 total dependents

This module contains some helper functions for writing XMPP "XML", which is not real XML at all ;-( I use XML::Writer and tune it until it creates "XML" that is accepted by most servers propably (all of the XMPP servers I tested should work (jabberd1...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Extendable - Extendable baseclass River stage two • 11 direct dependents • 11 total dependents

This class provides a mechanism to add extensions. Please note that the class that derives from this must also derive from AnyEvent::XMPP::Event! Please see AnyEvent::XMPP::Ext for more information about this mechanism. add_extension ($ext) This meth...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Error::SASL - SASL authentication error River stage two • 11 direct dependents • 11 total dependents

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Component - "XML" stream that implements the XEP-0114 River stage two • 11 direct dependents • 11 total dependents

This module represents a XMPP connection to a server that authenticates as component. This module is a subclass of "AnyEvent::XMPP::Connection" and inherits all methods. For example "reg_cb" and the stanza sending routines. For additional events that...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Ext::MUC - Implements XEP-0045: Multi-User Chat River stage two • 11 direct dependents • 11 total dependents

This module handles multi user chats and provides new events to catch multi user chat messages. It intercepts messages from the connection so they don't interfere with your other callbacks on the connection. This extension requires the AnyEvent::XMPP...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Namespaces - XMPP namespace collection and aliasing class River stage two • 11 direct dependents • 11 total dependents

This module represents a simple namespaces aliasing mechanism to ease handling of namespaces when traversing AnyEvent::XMPP::Node objects and writing XML with AnyEvent::XMPP::Writer....

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Ext::VCard - VCards (XEP-0054 & XEP-0084) River stage two • 11 direct dependents • 11 total dependents

This extension handles setting and retrieval of the VCard and the VCard based avatars. For example see the test suite of AnyEvent::XMPP....

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Ext::Ping - Implementation of XMPP Ping XEP-0199 River stage two • 11 direct dependents • 11 total dependents

This extension implements XEP-0199: XMPP Ping. It allows you to define a automatic ping timeouter that will disconnect dead connections (which didn't reply to a ping after N seconds). See also the documentation of the "enable_timeout" method below. I...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::TestClient - XMPP Test Client for tests River stage two • 11 direct dependents • 11 total dependents

This module is a helper module to ease the task of testing. If you want to run the developer test suite you have to set the environment variable "NET_XMPP2_TEST" to something like this: NET_XMPP2_TEST="test_me@your_xmpp_server.tld:secret_password" Mo...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Error::Parser - XML parse errors River stage two • 11 direct dependents • 11 total dependents

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Error::MUC - MUC error River stage two • 11 direct dependents • 11 total dependents

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::XMPP::Error::Message - Message errors River stage two • 11 direct dependents • 11 total dependents

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC
46 results (0.035 seconds)