aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub/node_buddy.erl
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2009-09-24 19:28:43 +0000
committerChristophe Romain <christophe.romain@process-one.net>2009-09-24 19:28:43 +0000
commit1c585e74bc3f934c00284428b8d351c379d018a6 (patch)
treef9592bee34cdbbfc8b6e96163b2ea04cc387b38e /src/mod_pubsub/node_buddy.erl
parentRecompile guide and translation files. (diff)
fix EJAB-1044 and EJAB-1055
SVN Revision: 2626
Diffstat (limited to 'src/mod_pubsub/node_buddy.erl')
-rw-r--r--src/mod_pubsub/node_buddy.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_pubsub/node_buddy.erl b/src/mod_pubsub/node_buddy.erl
index ee804b34c..20b679ca7 100644
--- a/src/mod_pubsub/node_buddy.erl
+++ b/src/mod_pubsub/node_buddy.erl
@@ -89,6 +89,7 @@ options() ->
{access_model, presence},
{roster_groups_allowed, []},
{publish_model, publishers},
+ {notification_type, headline},
{max_payload_size, ?MAX_PAYLOAD_SIZE},
{send_last_published_item, never},
{deliver_notifications, true},