Merge pull request #242 from Florob/xep-0084-id
Properly set itemID for XEP-0084 metadata
This commit is contained in:
commit
df3e826d0a
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ class XEP_0084(BasePlugin):
|
||||||
metadata.add_pointer(pointer)
|
metadata.add_pointer(pointer)
|
||||||
|
|
||||||
return self.xmpp['xep_0163'].publish(metadata,
|
return self.xmpp['xep_0163'].publish(metadata,
|
||||||
|
id=info['id'],
|
||||||
ifrom=ifrom,
|
ifrom=ifrom,
|
||||||
block=block,
|
block=block,
|
||||||
callback=callback,
|
callback=callback,
|
||||||
|
|
Loading…
Reference in a new issue