1AnyEvent::XMPP::ExtendaUbsleer(3C)ontributed Perl DocumeAnntyaEtvieonnt::XMPP::Extendable(3)
2
3
4

NAME

6       AnyEvent::XMPP::Extendable - Extendable baseclass
7

DESCRIPTION

9       This class provides a mechanism to add extensions.  Please note that
10       the class that derives from this must also derive from
11       AnyEvent::XMPP::Event!
12
13       Please see AnyEvent::XMPP::Ext for more information about this
14       mechanism.
15
16       add_extension ($ext)
17           This method extends the current object with a AnyEvent::XMPP::Ext
18           object.  $ext must be an instance of AnyEvent::XMPP::Ext.
19
20           Basically "add_extension" makes the extension an event receiver for
21           all events that the extended object receives.
22
23       remove_extension ($ext)
24           This method removes the extension $ext.
25

AUTHOR

27       Robin Redeker, "<elmex at ta-sa.org>", JID: "<elmex at jabber.org>"
28
30       Copyright 2007, 2008 Robin Redeker, all rights reserved.
31
32       This program is free software; you can redistribute it and/or modify it
33       under the same terms as Perl itself.
34
35
36
37perl v5.34.0                      2022-01-20     AnyEvent::XMPP::Extendable(3)
Impressum