Mercurial > libervia-backend
changeset 44:bfa7086d26d6
plugin XEP-0054: fixed forgotten copy/paste change
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 21 Dec 2009 15:36:28 +1100 |
parents | 8a438a6ff587 |
children | 118a4737b405 |
files | plugins/plugin_xep_0054.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/plugin_xep_0054.py Mon Dec 21 15:11:50 2009 +1100 +++ b/plugins/plugin_xep_0054.py Mon Dec 21 15:36:28 2009 +1100 @@ -40,7 +40,7 @@ IQ_GET = '/iq[@type="get"]' NS_VCARD = 'vcard-temp' -VCARD_REQUEST = IQ_GET + '/si[@xmlns="' + NS_VCARD + '"]' #TODO: manage requests +VCARD_REQUEST = IQ_GET + '/vCard[@xmlns="' + NS_VCARD + '"]' #TODO: manage requests PLUGIN_INFO = { "name": "XEP 0054 Plugin",