Skip to content

Commit 37fae36

Browse files
authored
Merge pull request #100 from sstrigler/fix-retract-items
xep0060: pubsub-items-retract needs to allow list of ids to retract
2 parents ee9fd65 + 165eba1 commit 37fae36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/xmpp_codec.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2128,7 +2128,7 @@
21282128
required = true},
21292129
#attr{name = <<"subid">>}],
21302130
refs = [#ref{name = pubsub_event_retract, label = '$retract',
2131-
min = 0, max = 1},
2131+
min = 0},
21322132
#ref{name = pubsub_item, label = '$items'}]}).
21332133

21342134
-xml(pubsub_event,

0 commit comments

Comments
 (0)