This commit is contained in:
Dimitur Kirov 2006-09-19 15:09:37 +00:00
parent e9a855007b
commit 8b8af31aae
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ class Zeroconf:
#adium requires the html parts #adium requires the html parts
#self.send("<message to='" + jid + "' from='" + self.name + "' type='" + type + "'><body>" + msg + "</body><html xmlns='html://www.w3.org/1999/xhtml'><body ichatballoncolor='#5598d7' ichattextcolor='#000000'><font face='Courier' ABSZ='3'>" + msg +"</font></body></html><x xmlns='jabber:x:event'><composing /></x></message>", sock) #self.send("<message to='" + jid + "' from='" + self.name + "' type='" + type + "'><body>" + msg + "</body><html xmlns='html://www.w3.org/1999/xhtml'><body ichatballoncolor='#5598d7' ichattextcolor='#000000'><font face='Courier' ABSZ='3'>" + msg +"</font></body></html><x xmlns='jabber:x:event'><composing /></x></message>", sock)
self.send('</stream>', sock) self.send('</stream:stream>', sock)
sock.close() sock.close()
# END Zeroconf # END Zeroconf