Hallow 

if i send xmpp message with 

from google.appengine.api import xmpp
xmpp.send_message(jids="[email protected]", body=u"<body>Привет</body>", 
raw_xml=True)

I received message "????" in gtalk IM

if i send:

from google.appengine.api import xmpp
xmpp.send_message(jids="[email protected]", body=u"Привет", raw_xml=False)

I received message "Привет" in gtalk IM

How fix this BUG?? 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to