Mercurial > libervia-backend
view src/plugins/__init__.py @ 1276:56adf73bedeb
core (xmpp): set missing "from" attribute of received messages to the server domain
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 19 Dec 2014 11:42:45 +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