Skip to content

Commit 165eba1

Browse files
committed
xep0060: pubsub-items-retract needs to allow list of ids to retract
1 parent d0ba144 commit 165eba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)