comparison src/plugins/plugin_xep_0313.py @ 2413:70399d1acb47

tmp: removed sat.tmp hierarchy and fixed references to it as it is now an independant sat_tmp repository
author Goffi <goffi@goffi.org>
date Fri, 03 Nov 2017 14:19:10 +0100
parents 33c8c4973743
children 8b37a62336c3
comparison
equal deleted inserted replaced
2412:7641bef56dcd 2413:70399d1acb47
29 from zope.interface import implements 29 from zope.interface import implements
30 30
31 from wokkel import disco 31 from wokkel import disco
32 import uuid 32 import uuid
33 33
34 # XXX: mam and rsm come from tmp.wokkel 34 # XXX: mam and rsm come from sat_tmp.wokkel
35 from wokkel import rsm 35 from wokkel import rsm
36 from wokkel import mam 36 from wokkel import mam
37 37
38 38
39 MESSAGE_RESULT = "/message/result[@xmlns='{mam_ns}' and @queryid='{query_id}']" 39 MESSAGE_RESULT = "/message/result[@xmlns='{mam_ns}' and @queryid='{query_id}']"