diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2009-06-15 13:45:40 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2009-06-15 13:45:40 +0000 |
commit | 50b73664e2d8751d5128dd2dea7210ed35b0cd74 (patch) | |
tree | 3f12a8a4de8deb07b2ead2a89a5e51d02eb7032d /src/mod_pubsub/node_flat.erl | |
parent | Prevent 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_flat.erl')
-rw-r--r-- | src/mod_pubsub/node_flat.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mod_pubsub/node_flat.erl b/src/mod_pubsub/node_flat.erl index c530cf934..a4fbb3b67 100644 --- a/src/mod_pubsub/node_flat.erl +++ b/src/mod_pubsub/node_flat.erl @@ -69,8 +69,7 @@ terminate(Host, ServerHost) -> node_hometree:terminate(Host, ServerHost). options() -> - [{node_type, flat}, - {deliver_payloads, true}, + [{deliver_payloads, true}, {notify_config, false}, {notify_delete, false}, {notify_retract, true}, |