Ensure PEP updates default to item if of 'current'

This commit is contained in:
Lance Stout 2013-10-09 11:28:09 -07:00
parent 65e3122f52
commit fb5d20c4f8

View file

@ -107,6 +107,8 @@ class XEP_0163(BasePlugin):
"""
if node is None:
node = stanza.namespace
if id is None:
id = 'current'
return self.xmpp['xep_0060'].publish(ifrom, node,
id=id,