Scroll to navigation

AnyEvent::XMPP::Ext::Pubsub(3pm) User Contributed Perl Documentation AnyEvent::XMPP::Ext::Pubsub(3pm)

NAME

AnyEvent::XMPP::Ext::Pubsub - Implements XEP-0060: Publish-Subscribe

SYNOPSIS

   my $con = AnyEvent::XMPP::Connection->new (...);
   $con->add_extension (my $ps = AnyEvent::XMPP::Ext::Pubsub->new);
   ...

DESCRIPTION

This module implements all tasks of handling the publish subscribe mechanism. (partially implemented)

METHODS

This is the constructor for a pubsub object. It takes no further arguments.
Try to remove a node.
Try to create a node.
Try to retrieve items.
Try to unsubscribe from a node.
Try to publish an item.
Try to retrieve items.
Try to retrieve item.

AUTHOR

Robin Redeker, "<elmex at ta-sa.org>", JID: "<elmex at jabber.org>"

CONTRIBUTORS

Chris Miceli - additional work on the pubsub extension

COPYRIGHT & LICENSE

Copyright 2007, 2008 Robin Redeker, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2019-02-18 perl v5.28.1