Beispiel #1
0
 def connectionMade(self):
     #logging.debug('connectionMade')
     XmlStream.connectionMade(self)
     #Send start stream
     XmlStream.send(self, '<?xml version="1.0" encoding="utf-8"?><root>')
Beispiel #2
0
 def connectionMade(self):
     # Send start stream
     XmlStream.connectionMade(self)