Mercurial > libervia-backend
view src/plugins/__init__.py @ 1277:3a3e3014f9f8
plugin XEP-0313: first draft:
- you can already test it with d-feet but it will bug unless you apply the changeset 60dfa2f5d61f which is waiting in the branch "frontends_multi_profiles" (actually just one "assert" to comment in plugin_xep_0085.py)
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 19 Dec 2014 14:43:42 +0100 |
parents | 9141bde7ff31 |
children | 7d9ff14a2d9d |
line wrap: on
line source
import wokkel from sat.tmp.wokkel import delay, pubsub, rsm wokkel.delay = delay wokkel.pubsub = pubsub wokkel.rsm = rsm