diff frontends/src/bridge/DBus.py @ 401:b2caa2615c4c

jp roster name manegement + Pipe transfer - added experimental pipe transfer protocol (based on xep-0096) - jp now manage roster name to jid conversion (if an argument correspond to a roster name, it replace it with the corresponding jid) - jp now add last known resource of when a resource is needed but we have a bare jid (e.g. for file or pipe transfer)
author Goffi <goffi@goffi.org>
date Fri, 07 Oct 2011 00:25:15 +0200
parents 3ed53803b3b3
children 10b4f577d0c0
line wrap: on
line diff
--- a/frontends/src/bridge/DBus.py	Thu Oct 06 21:21:53 2011 +0200
+++ b/frontends/src/bridge/DBus.py	Fri Oct 07 00:25:15 2011 +0200
@@ -199,6 +199,9 @@
     def sendFile(self, to, path, data, profile_key='@DEFAULT@'):
         return self.db_plugin_iface.sendFile(to, path, data, profile_key)
 
+    def pipeOut(self, to, path, data, profile_key='@DEFAULT@'):
+        return self.db_plugin_iface.pipeOut(to, path, data, profile_key)
+
     def findGateways(self, target, profile_key='@DEFAULT@'):
         return self.db_plugin_iface.findGateways(target, profile_key)