Mercurial > libervia-pubsub
comparison sat_pubsub/tap.py @ 241:d2bdff8a4b45
changed version handler to SàT Pubsub
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 May 2012 16:09:27 +0200 |
parents | 64f780413b82 |
children | a6170637690d |
comparison
equal
deleted
inserted
replaced
240:70c8bb90d75f | 241:d2bdff8a4b45 |
---|---|
129 | 129 |
130 if config["verbose"]: | 130 if config["verbose"]: |
131 cs.logTraffic = True | 131 cs.logTraffic = True |
132 | 132 |
133 FallbackHandler().setHandlerParent(cs) | 133 FallbackHandler().setHandlerParent(cs) |
134 VersionHandler('Idavoll', __version__).setHandlerParent(cs) | 134 VersionHandler(u'SàT Pubsub', __version__).setHandlerParent(cs) |
135 DiscoHandler().setHandlerParent(cs) | 135 DiscoHandler().setHandlerParent(cs) |
136 | 136 |
137 resource = IPubSubResource(bs) | 137 resource = IPubSubResource(bs) |
138 resource.hideNodes = config["hide-nodes"] | 138 resource.hideNodes = config["hide-nodes"] |
139 resource.serviceJID = config["jid"] | 139 resource.serviceJID = config["jid"] |