priyadi / roundcube-converse.js-xmpp-plugin

XMPP plugin for Roundcube Webmail based on converse.js
48 stars 18 forks source link

Broken displaying of http links #14

Closed moneytoo closed 10 years ago

moneytoo commented 10 years ago

I tried sending a link (http://google.com) to signed in user in Roundcube.

  1. Emoticon is rendered within the link
  2. Anchor text is broken
  3. Link is broken (points to http<span class=).

link

jcbrand commented 10 years ago

This should be fixed in the latest release of converse.js http://github.com/jcbrand/converse.js

Can you use the source code from there (look in the build directory) and see if the issue is fixed for you?

Perhaps @priyadi can then update this project to use that newest release (which includes an important securty fix).

priyadi commented 10 years ago

I just upgraded converse.js to version 0.7.2. closing this.