xep_0384: add plugin_multi_attrib for devices
This commit is contained in:
parent
e1c59d1c3d
commit
43cae6d871
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class Device(ElementBase):
|
|||
namespace = OMEMO_BASE_NS
|
||||
name = 'device'
|
||||
plugin_attrib = name
|
||||
plugin_multi_attrib = 'devices'
|
||||
interfaces = {'id'}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue