Show
Ignore:
Timestamp:
08/30/07 23:01:34 (15 months ago)
Author:
roidelapluie
Message:

0.11.2: [misc] add to and from attribut on the zeroconf stream opening.
see #3057

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/zeroconf/client_zeroconf.py

    r8634 r8641  
    182182                #~ self._metastream.setAttr('version', '1.0') 
    183183                self.Dispatcher._metastream.setAttr('xmlns:stream', NS_STREAMS) 
     184                self.Dispatcher._metastream.setAttr('from', self.conn_holder.zeroconf.name) 
     185                self.Dispatcher._metastream.setAttr('to', self.to) 
    184186                self.Dispatcher.send("<?xml version='1.0'?>%s>" % str(self.Dispatcher._metastream)[:-2]) 
    185187