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, Илья Дьячков <[email protected]<javascript:>
> > wrote:
>
>> if i send xmpp message with from google.appengine.api import xmpp
>> xmpp.send_message(jids="[email protected] <javascript:>", 
>> 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] <javascript:>", 
>> body=u"Привет", raw_xml=False)
>> I received message "Привет" in gtalk IM
>> How fix this BUG?? 
>>
>>
>
> So to clarify, the error is that you can't display the *<body>* tag in 
> GTalk IM? Do you expect the body tag to be shown as plain text or to be 
> interpreted as markup? Also, why have you listed *raw_xml* as true in the 
> first code example, but false in the second example?
>  
>
>  
> -----------------
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>

-- 
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