xep_0384: fix prekeys attribute name
This commit is contained in:
parent
87df513331
commit
abbc5c7909
1 changed files with 1 additions and 2 deletions
|
@ -109,8 +109,7 @@ class PreKeyPublic(ElementBase):
|
|||
namespace = OMEMO_BASE_NS
|
||||
name = 'preKeyPublic'
|
||||
plugin_attrib = name
|
||||
# TODO: XEP has mentions of "preKeyId" and "id"
|
||||
interfaces = {'id'}
|
||||
interfaces = {'preKeyId'}
|
||||
|
||||
|
||||
register_stanza_plugin(Message, Encrypted)
|
||||
|
|
Loading…
Reference in a new issue