aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub/pubsub.hrl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-04-01 10:11:39 +0000
committerBadlop <badlop@process-one.net>2008-04-01 10:11:39 +0000
commit5fd627b85be036ddec7a59175d3fb5aa2f7953a0 (patch)
tree213b0c096eeb478be89df69c1b2844e409f057bf /src/mod_pubsub/pubsub.hrl
parentAdd firewalling port range definition (diff)
* doc/api/Makefile: Report the correct ejabberd version. When
cleaning, remove also erlang.png * src/mod_muc/mod_muc_room.erl: Update source code to prevent warning messages from EDoc * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_pubsub/node_default.erl: Likewise * src/mod_pubsub/nodetree_default.erl: Likewise * src/mod_pubsub/nodetree_virtual.erl: Likewise * src/mod_pubsub/pubsub.hrl: Likewise SVN Revision: 1265
Diffstat (limited to '')
-rw-r--r--src/mod_pubsub/pubsub.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_pubsub/pubsub.hrl b/src/mod_pubsub/pubsub.hrl
index f2ecd6eeb..25f60c36d 100644
--- a/src/mod_pubsub/pubsub.hrl
+++ b/src/mod_pubsub/pubsub.hrl
@@ -16,7 +16,7 @@
%%% This software is copyright 2006-2008, Process-one.
%%%
%%%
-%%% @copyright 2006-2008 Process-one
+%%% copyright 2006-2008 Process-one
%%%
%%% This file contains pubsub types definition.
%%% ====================================================================
@@ -122,7 +122,7 @@
%% @type pubsubPresence() = #pubsub_presence{
%% key = {Host::host(), User::string(), Server::string()},
-%% presence = list().
+%% presence = list()}.
%%% <p>This is the format of the <tt>published presence</tt> table. The type of the
%%% table is: <tt>set</tt>,<tt>ram</tt>.</p>
-record(pubsub_presence, {key,