show jid in search result with non data forms result. see #3304

这个提交存在于:
Yann Leboulanger 2007-07-21 19:39:45 +00:00
父节点 0df9082809
当前提交 bca61b7400

查看文件

@ -1419,7 +1419,8 @@ class Connection(ConnectionHandlers):
return
df = []
for item in tag.getTags('item'):
f = {}
# We also show attributes. jid is there
f = item.attrs
for i in item.getPayload():
f[i.getName()] = i.getData()
df.append(f)