diff src/bridge/bridge_constructor/dbus_frontend_template.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 e66d300c5d42
children 10b4f577d0c0
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/dbus_frontend_template.py	Thu Oct 06 21:21:53 2011 +0200
+++ b/src/bridge/bridge_constructor/dbus_frontend_template.py	Fri Oct 07 00:25:15 2011 +0200
@@ -98,6 +98,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)