mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Set default value for pubsub#itemreply option
This commit is contained in:
parent
8487b51ecd
commit
f0e6def3ed
@ -65,7 +65,8 @@ options() ->
|
|||||||
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
||||||
{send_last_published_item, never},
|
{send_last_published_item, never},
|
||||||
{deliver_notifications, true},
|
{deliver_notifications, true},
|
||||||
{presence_based_delivery, false}].
|
{presence_based_delivery, false},
|
||||||
|
{itemreply, none}].
|
||||||
|
|
||||||
features() ->
|
features() ->
|
||||||
[<<"create-nodes">>,
|
[<<"create-nodes">>,
|
||||||
|
@ -65,7 +65,8 @@ options() ->
|
|||||||
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
||||||
{send_last_published_item, never},
|
{send_last_published_item, never},
|
||||||
{deliver_notifications, true},
|
{deliver_notifications, true},
|
||||||
{presence_based_delivery, false}].
|
{presence_based_delivery, false},
|
||||||
|
{itemreply, none}].
|
||||||
|
|
||||||
features() ->
|
features() ->
|
||||||
[<<"create-nodes">>,
|
[<<"create-nodes">>,
|
||||||
|
@ -71,7 +71,8 @@ options() ->
|
|||||||
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
||||||
{send_last_published_item, never},
|
{send_last_published_item, never},
|
||||||
{deliver_notifications, true},
|
{deliver_notifications, true},
|
||||||
{presence_based_delivery, false}].
|
{presence_based_delivery, false},
|
||||||
|
{itemreply, none}].
|
||||||
|
|
||||||
features() ->
|
features() ->
|
||||||
[<<"create-nodes">>,
|
[<<"create-nodes">>,
|
||||||
|
@ -84,7 +84,8 @@ options() ->
|
|||||||
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
||||||
{send_last_published_item, on_sub_and_presence},
|
{send_last_published_item, on_sub_and_presence},
|
||||||
{deliver_notifications, true},
|
{deliver_notifications, true},
|
||||||
{presence_based_delivery, false}].
|
{presence_based_delivery, false},
|
||||||
|
{itemreply, none}].
|
||||||
|
|
||||||
features() ->
|
features() ->
|
||||||
[<<"create-nodes">>,
|
[<<"create-nodes">>,
|
||||||
|
@ -78,7 +78,8 @@ options() ->
|
|||||||
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
||||||
{send_last_published_item, on_sub_and_presence},
|
{send_last_published_item, on_sub_and_presence},
|
||||||
{deliver_notifications, true},
|
{deliver_notifications, true},
|
||||||
{presence_based_delivery, true}].
|
{presence_based_delivery, true},
|
||||||
|
{itemreply, none}].
|
||||||
|
|
||||||
features() ->
|
features() ->
|
||||||
[<<"create-nodes">>,
|
[<<"create-nodes">>,
|
||||||
|
@ -52,7 +52,8 @@ options() ->
|
|||||||
{send_last_published_item, never},
|
{send_last_published_item, never},
|
||||||
{deliver_notifications, true},
|
{deliver_notifications, true},
|
||||||
{broadcast_all_resources, true},
|
{broadcast_all_resources, true},
|
||||||
{presence_based_delivery, false}].
|
{presence_based_delivery, false},
|
||||||
|
{itemreply, none}].
|
||||||
|
|
||||||
features() ->
|
features() ->
|
||||||
[<<"create-nodes">>,
|
[<<"create-nodes">>,
|
||||||
|
@ -52,7 +52,8 @@ options() ->
|
|||||||
{send_last_published_item, never},
|
{send_last_published_item, never},
|
||||||
{deliver_notifications, true},
|
{deliver_notifications, true},
|
||||||
{broadcast_all_resources, true},
|
{broadcast_all_resources, true},
|
||||||
{presence_based_delivery, false}].
|
{presence_based_delivery, false},
|
||||||
|
{itemreply, none}].
|
||||||
|
|
||||||
features() ->
|
features() ->
|
||||||
[<<"create-nodes">>,
|
[<<"create-nodes">>,
|
||||||
|
@ -76,7 +76,8 @@ options() ->
|
|||||||
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
||||||
{send_last_published_item, on_sub_and_presence},
|
{send_last_published_item, on_sub_and_presence},
|
||||||
{deliver_notifications, true},
|
{deliver_notifications, true},
|
||||||
{presence_based_delivery, true}].
|
{presence_based_delivery, true},
|
||||||
|
{itemreply, none}].
|
||||||
|
|
||||||
features() ->
|
features() ->
|
||||||
node_flat:features().
|
node_flat:features().
|
||||||
|
@ -72,7 +72,8 @@ options() ->
|
|||||||
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
||||||
{send_last_published_item, on_sub_and_presence},
|
{send_last_published_item, on_sub_and_presence},
|
||||||
{deliver_notifications, true},
|
{deliver_notifications, true},
|
||||||
{presence_based_delivery, true}].
|
{presence_based_delivery, true},
|
||||||
|
{itemreply, none}].
|
||||||
|
|
||||||
features() ->
|
features() ->
|
||||||
[<<"create-nodes">>,
|
[<<"create-nodes">>,
|
||||||
|
@ -65,7 +65,8 @@ options() ->
|
|||||||
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
||||||
{send_last_published_item, never},
|
{send_last_published_item, never},
|
||||||
{deliver_notifications, false},
|
{deliver_notifications, false},
|
||||||
{presence_based_delivery, false}].
|
{presence_based_delivery, false},
|
||||||
|
{itemreply, none}].
|
||||||
|
|
||||||
features() ->
|
features() ->
|
||||||
[<<"create-nodes">>,
|
[<<"create-nodes">>,
|
||||||
|
@ -65,7 +65,8 @@ options() ->
|
|||||||
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
{max_payload_size, ?MAX_PAYLOAD_SIZE},
|
||||||
{send_last_published_item, never},
|
{send_last_published_item, never},
|
||||||
{deliver_notifications, true},
|
{deliver_notifications, true},
|
||||||
{presence_based_delivery, false}].
|
{presence_based_delivery, false},
|
||||||
|
{itemreply, none}].
|
||||||
|
|
||||||
features() ->
|
features() ->
|
||||||
[<<"create-nodes">>,
|
[<<"create-nodes">>,
|
||||||
|
Loading…
Reference in New Issue
Block a user