aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub/node_private.erl
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2009-06-15 13:45:40 +0000
committerChristophe Romain <christophe.romain@process-one.net>2009-06-15 13:45:40 +0000
commit50b73664e2d8751d5128dd2dea7210ed35b0cd74 (patch)
tree3f12a8a4de8deb07b2ead2a89a5e51d02eb7032d /src/mod_pubsub/node_private.erl
parentPrevent process crash if the IP and port of a connection is unknown. (diff)
experimental patch including XEP-248 (thanks to Brian Cully)
SVN Revision: 2157
Diffstat (limited to 'src/mod_pubsub/node_private.erl')
-rw-r--r--src/mod_pubsub/node_private.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mod_pubsub/node_private.erl b/src/mod_pubsub/node_private.erl
index d62365ba6..e9c925403 100644
--- a/src/mod_pubsub/node_private.erl
+++ b/src/mod_pubsub/node_private.erl
@@ -78,8 +78,7 @@ terminate(Host, ServerHost) ->
node_hometree:terminate(Host, ServerHost).
options() ->
- [{node_type, private},
- {deliver_payloads, true},
+ [{deliver_payloads, true},
{notify_config, false},
{notify_delete, false},
{notify_retract, true},