Skip to content

jsxc: Fix issues with jQuery >= 3.5.0

Sunil Mohan Adapa requested to merge sunilmohan/freedombox:jsxc-fix into master

In testing and unstable, jQuery 3.5.1 is available. For security reasons, it removes expanding of HTML code that JSXC relies on. Restore that functionality as shown in jQuery Upgrade Guide.

Tests performed:

  • Log in JSXC. Add a contact. In the contact list, the name of the contact is shown properly.

  • Clicking on the contact open a proper chat window.

  • Using to two user accounts add each other to contact lists and start conversation, the conversation show work properly.

  • Authenticating each other and performing a secure conversation should work properly.

Signed-off-by: Sunil Mohan Adapa sunil@medhas.org

Merge request reports

Loading