changeset 2290:d5c75be1c8c0

jp (pubsub/node/set): added checkURI to handle xmpp: URIs
author Goffi <goffi@goffi.org>
date Fri, 30 Jun 2017 00:02:16 +0200
parents f8276bd8baf6
children c05000d00dbb
files frontends/src/jp/cmd_pubsub.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/frontends/src/jp/cmd_pubsub.py	Thu Jun 29 23:40:12 2017 +0200
+++ b/frontends/src/jp/cmd_pubsub.py	Fri Jun 30 00:02:16 2017 +0200
@@ -171,6 +171,7 @@
             return k
 
     def start(self):
+        common.checkURI(self.args)
         self.host.bridge.psNodeConfigurationSet(
             self.args.service,
             self.args.node,