diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2015-12-09 16:57:43 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2015-12-11 12:46:49 +0100 |
commit | 1a32f20c07d27daa096ee2693b6540d16c595807 (patch) | |
tree | dc461b619e4daf351e3e0994634f1330991e12df /test | |
parent | Limit number of subscriptions per node and allow custom default node configur... (diff) |
Disable use of multi-subscribe and subscription-option on standard plugins
Diffstat (limited to 'test')
-rw-r--r-- | test/ejabberd_SUITE.erl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/ejabberd_SUITE.erl b/test/ejabberd_SUITE.erl index a220ed37e..11ed6f743 100644 --- a/test/ejabberd_SUITE.erl +++ b/test/ejabberd_SUITE.erl @@ -839,15 +839,6 @@ pubsub(Config) -> [#pubsub_affiliation{node = Node, type = owner}]}]} = send_recv(Config, #iq{type = get, to = pubsub_jid(Config), sub_els = [#pubsub{affiliations = []}]}), - %% Get subscription options - true = lists:member(?PUBSUB("subscription-options"), Features), - #iq{type = result, sub_els = [#pubsub{options = #pubsub_options{ - node = Node}}]} = - send_recv(Config, - #iq{type = get, to = pubsub_jid(Config), - sub_els = [#pubsub{options = #pubsub_options{ - node = Node, - jid = my_jid(Config)}}]}), %% Fetching published items from node "presence" #iq{type = result, sub_els = [#pubsub{items = #pubsub_items{ |