diff --git a/stanza.py b/stanza.py index 2c07c5f..47b248e 100644 --- a/stanza.py +++ b/stanza.py @@ -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)