mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Merge branch '4.2'
This commit is contained in:
commit
3bdeca44f2
7 changed files with 45 additions and 113 deletions
|
@ -58,6 +58,7 @@ public class PubSubIntegrationTest extends AbstractSmackIntegrationTest {
|
|||
// items do not need payload, to prevent payload-required error responses when
|
||||
// publishing the item.
|
||||
config.setDeliverPayloads(false);
|
||||
config.setPersistentItems(true);
|
||||
Node node = pubSubManagerOne.createNode(nodename, config);
|
||||
try {
|
||||
LeafNode leafNode = (LeafNode) node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue