diff plugins/plugin_xep_0065.py @ 127:55d3ef84f01f

Primitivus: mouse wheel changed to 'up' and 'down' key press
author Goffi <goffi@goffi.org>
date Mon, 12 Jul 2010 18:55:27 +0800
parents f271fff3a713
children bd24f2aed80c
line wrap: on
line diff
--- a/plugins/plugin_xep_0065.py	Mon Jul 12 18:54:55 2010 +0800
+++ b/plugins/plugin_xep_0065.py	Mon Jul 12 18:55:27 2010 +0800
@@ -508,7 +508,7 @@
         IQ_id = iq['id']
         for element in SI_elem.elements():
             if element.name == "streamhost":
-                info (_("Stream proposed: host=[%(host)s] port=[%(post)s]") % {'host':element['host'], 'port':element['port']})
+                info (_("Stream proposed: host=[%(host)s] port=[%(port)s]") % {'host':element['host'], 'port':element['port']})
                 factory = self.client_factory
                 self.server_factory.protocol.mode = "target"
                 factory.protocol.host = self.host #needed for progress CB