From f8bce9cd90ecc06764de75af5bb0b456924d7cee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Wed, 14 Apr 2010 08:55:13 +0000 Subject: [PATCH] ops! this will cause problems for omf back-end. (fixed manually on PLE). --- omf/omf_slicemgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omf/omf_slicemgr.py b/omf/omf_slicemgr.py index 917c325..0285e8b 100644 --- a/omf/omf_slicemgr.py +++ b/omf/omf_slicemgr.py @@ -129,7 +129,7 @@ class PubSubClient(BaseClient): def __iq(self, t="get"): iq = domish.Element((None, "iq")) iq['from'] = self.id.full() - iq['to'] = "pubsub.vplc27.inria.fr" + iq['to'] = "pubsub.%s" % self.id.host iq['type'] = t iq.addUniqueId() return iq -- 2.43.0