]> granicus.if.org Git - ejabberd/commitdiff
Set default value for pubsub#itemreply option
authorHolger Weiss <holger@zedat.fu-berlin.de>
Thu, 21 Apr 2016 21:47:07 +0000 (23:47 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Thu, 21 Apr 2016 21:47:07 +0000 (23:47 +0200)
src/node_buddy.erl
src/node_club.erl
src/node_dispatch.erl
src/node_flat.erl
src/node_mb.erl
src/node_mix.erl
src/node_mix_sql.erl
src/node_online.erl
src/node_pep.erl
src/node_private.erl
src/node_public.erl

index 1ebef4e1591c89065a963caf490a00f4fb3be985..aeacacda12d0b366ac24aad48fccf5e20d65a733 100644 (file)
@@ -65,7 +65,8 @@ options() ->
        {max_payload_size, ?MAX_PAYLOAD_SIZE},
        {send_last_published_item, never},
        {deliver_notifications, true},
-       {presence_based_delivery, false}].
+       {presence_based_delivery, false},
+       {itemreply, none}].
 
 features() ->
     [<<"create-nodes">>,
index a7ef35bd31c543bb5030032ca1887c0eb21c56fa..64eff77918b521ac731f09c1a4a5f55dfc5fb280 100644 (file)
@@ -65,7 +65,8 @@ options() ->
        {max_payload_size, ?MAX_PAYLOAD_SIZE},
        {send_last_published_item, never},
        {deliver_notifications, true},
-       {presence_based_delivery, false}].
+       {presence_based_delivery, false},
+       {itemreply, none}].
 
 features() ->
     [<<"create-nodes">>,
index f9bfaf4f2da402fe31dc6e4a31b65a8ba35f81f8..178292d3185e770a9ef1766127082cb41eb89cbd 100644 (file)
@@ -71,7 +71,8 @@ options() ->
        {max_payload_size, ?MAX_PAYLOAD_SIZE},
        {send_last_published_item, never},
        {deliver_notifications, true},
-       {presence_based_delivery, false}].
+       {presence_based_delivery, false},
+       {itemreply, none}].
 
 features() ->
     [<<"create-nodes">>,
index 3687bb640544f97e64dffba3a06e14f19499139d..c2efe3e1218ad183bce4260d7d893c9b79a8ee5b 100644 (file)
@@ -84,7 +84,8 @@ options() ->
        {max_payload_size, ?MAX_PAYLOAD_SIZE},
        {send_last_published_item, on_sub_and_presence},
        {deliver_notifications, true},
-       {presence_based_delivery, false}].
+       {presence_based_delivery, false},
+       {itemreply, none}].
 
 features() ->
     [<<"create-nodes">>,
index 1213805c47d439f9b0cfedde1c0d8d7803f45dae..0bfb51eccb9e6478a985cacaf74147802da30db6 100644 (file)
@@ -78,7 +78,8 @@ options() ->
        {max_payload_size, ?MAX_PAYLOAD_SIZE},
        {send_last_published_item, on_sub_and_presence},
        {deliver_notifications, true},
-       {presence_based_delivery, true}].
+       {presence_based_delivery, true},
+       {itemreply, none}].
 
 features() ->
     [<<"create-nodes">>,
index b0410a8c3397ccec32485d533b0c9bd7a2b52aa1..b57d58493ed4792406b20edddcfc2bb6809084cf 100644 (file)
@@ -52,7 +52,8 @@ options() ->
        {send_last_published_item, never},
        {deliver_notifications, true},
         {broadcast_all_resources, true},
-       {presence_based_delivery, false}].
+       {presence_based_delivery, false},
+       {itemreply, none}].
 
 features() ->
     [<<"create-nodes">>,
index 45d471d0838b72142f960068549ea16682383875..b5b9a94eb9cc4e6f6d2fe069a7831505464ae054 100644 (file)
@@ -52,7 +52,8 @@ options() ->
        {send_last_published_item, never},
        {deliver_notifications, true},
         {broadcast_all_resources, true},
-       {presence_based_delivery, false}].
+       {presence_based_delivery, false},
+       {itemreply, none}].
 
 features() ->
     [<<"create-nodes">>,
index 1e9e2953353349c89dad7ac59914ef21163c50b2..ea492fc85f3b1fe046719b9a41dcd57dd6df2cf4 100644 (file)
@@ -76,7 +76,8 @@ options() ->
        {max_payload_size, ?MAX_PAYLOAD_SIZE},
        {send_last_published_item, on_sub_and_presence},
        {deliver_notifications, true},
-       {presence_based_delivery, true}].
+       {presence_based_delivery, true},
+       {itemreply, none}].
 
 features() ->
     node_flat:features().
index da03253962f986dedcac338c07c26ea051151c6f..2ac4da62710b5eaae519b14e21a933f74b216c80 100644 (file)
@@ -72,7 +72,8 @@ options() ->
        {max_payload_size, ?MAX_PAYLOAD_SIZE},
        {send_last_published_item, on_sub_and_presence},
        {deliver_notifications, true},
-       {presence_based_delivery, true}].
+       {presence_based_delivery, true},
+       {itemreply, none}].
 
 features() ->
     [<<"create-nodes">>,
index de80d870ff68b09393cd542961d630faaa5048a6..79dc5ed814316b24c0ecb27e95e0c53ad9c84208 100644 (file)
@@ -65,7 +65,8 @@ options() ->
        {max_payload_size, ?MAX_PAYLOAD_SIZE},
        {send_last_published_item, never},
        {deliver_notifications, false},
-       {presence_based_delivery, false}].
+       {presence_based_delivery, false},
+       {itemreply, none}].
 
 features() ->
     [<<"create-nodes">>,
index df4f1c0807176274f83819abfa40e080f731d23a..cdb8abca3a0e9229e6085acd17c8370d000c7f08 100644 (file)
@@ -65,7 +65,8 @@ options() ->
        {max_payload_size, ?MAX_PAYLOAD_SIZE},
        {send_last_published_item, never},
        {deliver_notifications, true},
-       {presence_based_delivery, false}].
+       {presence_based_delivery, false},
+       {itemreply, none}].
 
 features() ->
     [<<"create-nodes">>,