Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7430321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:07:16+00:00 2026-05-29T09:07:16+00:00

I am working on an XMPP client and having an issue with messages being

  • 0

I am working on an XMPP client and having an issue with messages being sent/received by Strophe (javascript version).

The issue is messages that contain “special” characters. For instance, if I send:

I’m here.

An external client (i.e. iChat) will display

I'm here.

A strophe client doesn’t display anything at all.

If I send that same message from iChat to the strophe client, it displays properly.

Here is the most basic sample code I could come up with:

<html>
<head>
  <script type='text/javascript' src='strophe.min.js'></script>
  <script type='text/javascript'>
    function onConnect(status) {
        if (status == Strophe.Status.CONNECTED) {
            var message = $msg({to: CONTACT_JID, from: JID, type: 'chat'}).c('body').t("I'm here."); ;
            connection.send(message.tree());
        }
    }
    var connection = new Strophe.Connection('http://bosh.metajack.im:5280/xmpp-httpbind');
    connection.connect(JID, PASS, onConnect);
  </script>
</head>
<body></body>
</html>

Thanks in advance for any help.

Edit:

Outbound, it seems Strophe is double encoding. When I type

I’m

it is sending

<body>I&amp;apos;m</body>

Inbound, it appears to not be handling CDATA properly. Any guidance or ideas are appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T09:07:17+00:00Added an answer on May 29, 2026 at 9:07 am

    Ok, based on

    https://github.com/metajack/strophejs/issues/54

    https://github.com/metajack/strophejs/pull/59

    you should remove escaping of the text node. Open non-minimized version of strophe.js file and comment line #846

    //text = Strophe.xmlescape(text);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on browser javascript xmpp client that connects anonymously to my server. But
im making an application that needs to get received messages that were sent to
I know that twisted will not wait... I am working with an XMPP client
I am working on a XMPP client on Android, using the Smack library. The
I've been working with Pandion (an open source XMPP client), which comes with wix
I am working an XMPP client for both Android and iPhone. I have been
I am using asmack xmpp client in an android app I am working on
I have a working Ejabberd server (version 2.1.9) and my client application running just
I am working on an XMPP client, using ejabberd as server. My question is
I have written an XMPP client with jQuery+Strophe. It all works well (1-on-1, presence,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.