BOSH packet namespace issue

Description

Current implementation appends the default xml namespace (jabber:client) to all BOSH packets without checking to see if the xmlns exists already. Need to add an check to append only when no namespace exists for a given packet.

Environment

None

is related to

Activity

Show:

Tom Evans October 30, 2015 at 9:30 PM

Updated patch to use string-based operation rather than the Element API. This avoids a problem where the child elements are inadvertently changed when the Packet namespace is applied. See PR #352.

Tom Evans October 30, 2015 at 4:12 PM

The original patch needs to be re-evaluated, as it apparently introduces MUC message delivery issues for certain clients (pidgin). Refer to for more information.

Tom Evans August 5, 2015 at 11:26 PM

PR #274 submitted.

Fixed

Details

Assignee

Reporter

Expected Effort

Components

Fix versions

Affects versions

Priority

Created August 5, 2015 at 8:01 PM
Updated February 15, 2016 at 8:41 AM
Resolved October 30, 2015 at 9:30 PM