NAME
Net::XMPP2::Ext::Pubsub - Implements XEP-0060: Publish-Subscribe
SYNOPSIS
my $con = Net::XMPP2::Connection->new (...);
$con->add_extension (my $ps = Net::XMPP2::Ext::Pubsub->new);
...
DESCRIPTION
This module implements all tasks of handling the publish subscribe mechanism. (NOT IMPLEMENTED YET!)
METHODS
- new
-
This is the constructor for a pubsub object. It takes no further arguments.
AUTHOR
Robin Redeker, <elmex at ta-sa.org>
, JID: <elmex at jabber.org>
COPYRIGHT & LICENSE
Copyright 2007 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.