added muc functionality

This commit is contained in:
Nathan Fritz
2010-03-04 09:47:42 -08:00
parent 8d5dbfa691
commit c239fb1f90
2 changed files with 9 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ class XMLStream(object):
def __readXML(self):
"Parses the incoming stream, adding to xmlin queue as it goes"
#build cElementTree object from expat was we go
#self.filesocket = self.socket.makefile('rb', 0)
self.filesocket = self.socket.makefile('rb', 0)
#print self.filesocket.read(1024) #self.filesocket._sock.recv(1024)
edepth = 0
root = None