Re: [google-appengine] python xmpp raw_xml

2014-04-07 Thread Илья Дьячков
I need send raw_xml with unicode to custom jabber client (strophe c++ ), GTalk IM jast example for explain error with unicode string. вторник, 8 апреля 2014 г., 6:27:35 UTC+4 пользователь Vinny P написал: > > On Mon, Apr 7, 2014 at 6:40 AM, Илья Дьячков > > wrote: > >> if i send xmpp message w

Re: [google-appengine] python xmpp raw_xml

2014-04-07 Thread Vinny P
On Mon, Apr 7, 2014 at 6:40 AM, Илья Дьячков wrote: > if i send xmpp message with from google.appengine.api import xmpp > xmpp.send_message(jids="ronhill.i...@gmail.com", body=u"Привет", > raw_xml=True) > I received message "" in gtalk IM > if i send: from google.appengine.api import xmpp >

[google-appengine] python xmpp raw_xml

2014-04-07 Thread Илья Дьячков
Hallow if i send xmpp message with from google.appengine.api import xmpp xmpp.send_message(jids="ronhill.i...@gmail.com", body=u"Привет", raw_xml=True) I received message "" in gtalk IM if i send: from google.appengine.api import xmpp xmpp.send_message(jids="ronhill.i...@gmail.com", b