xep_0384: Allow Devices in Items as well as EventItems

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2018-12-29 12:26:42 +01:00
parent eb3916e92e
commit 8d35f7f80a

View file

@ -179,6 +179,7 @@ register_stanza_plugin(Header, Key)
register_stanza_plugin(Header, IV)
register_stanza_plugin(Encrypted, Payload)
register_stanza_plugin(Item, Devices)
register_stanza_plugin(EventItem, Devices)
register_stanza_plugin(Devices, Device, iterable=True)