From ddd3e58f3548d26f36deef6e08b4fc3fdaa36411 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Mon, 15 Jun 2009 13:58:40 +0000 Subject: [PATCH] add greetings to Brian Cully for pubsub contribs SVN Revision: 2158 --- src/mod_pubsub/mod_pubsub.erl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/mod_pubsub/mod_pubsub.erl b/src/mod_pubsub/mod_pubsub.erl index b36d1a3ff..67ecf5c74 100644 --- a/src/mod_pubsub/mod_pubsub.erl +++ b/src/mod_pubsub/mod_pubsub.erl @@ -33,6 +33,14 @@ %%% This module uses version 1.12 of the specification as a base. %%% Most of the specification is implemented. %%% Functions concerning configuration should be rewritten. +%%% +%%% Support for subscription-options and multi-subscribe features was +%%% added by Brian Cully . Subscriptions and options are +%%% stored in the pubsub_subscription table, with a link to them provided +%%% by the subscriptions field of pubsub_state. For information on +%%% subscription-options and mulit-subscribe see XEP-0060 sections 6.1.6, +%%% 6.2.3.1, 6.2.3.5, and 6.3. For information on subscription leases see +%%% XEP-0060 section 12.18. %%% TODO %%% plugin: generate Reply (do not use broadcast atom anymore)