Skip to content

Commit

Permalink
OF-1141 Pubsub leaf nodes variant
Browse files Browse the repository at this point in the history
This performs the same fix as for PEP, but this time on the PubSub services.
  • Loading branch information
Dave Cridland committed May 20, 2016
1 parent 7c14421 commit 82ae779
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ public void initialize(XMPPServer server) {
leafDefaultConfiguration.setNotifyDelete(true);
leafDefaultConfiguration.setNotifyRetract(true);
leafDefaultConfiguration.setPersistPublishedItems(false);
leafDefaultConfiguration.setMaxPublishedItems(-1);
leafDefaultConfiguration.setMaxPublishedItems(1);
leafDefaultConfiguration.setPresenceBasedDelivery(false);
leafDefaultConfiguration.setSendItemSubscribe(true);
leafDefaultConfiguration.setSubscriptionEnabled(true);
Expand Down

0 comments on commit 82ae779

Please sign in to comment.