Mercurial > libervia-backend
diff src/plugins/plugin_xep_0313.py @ 1285:ed2c718bfe03
tmp, plugins: fixes the imports fron sat.tmp
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 14 Jan 2015 10:44:49 +0100 |
parents | 41ffe2c2dddc |
children | 2eaa98f7b84c |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0313.py Fri Jan 09 10:51:12 2015 +0100 +++ b/src/plugins/plugin_xep_0313.py Wed Jan 14 10:44:49 2015 +0100 @@ -32,10 +32,13 @@ from zope.interface import implements -from wokkel import disco, data_form, mam -from wokkel.rsm import RSMRequest +from wokkel import disco, data_form from wokkel.generic import parseXml +# TODO: change this when RSM and MAM are in wokkel +from sat.tmp.wokkel.rsm import RSMRequest +from sat.tmp.wokkel import mam + NS_MAM = 'urn:xmpp:mam:0' NS_SF = 'urn:xmpp:forward:0'