#658 mod_bosh send() filter differ from normal c2s
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
(0)
Tags
Status-New
Type-Defect
Priority-Medium
Zash
on
The session.send() defined in sessionmanager runs things through the 'stanzas/out' filter only if they look like stanzas.
mod_bosh runs everything through this filter. Things looking like stanzas are instead given an explicit namespace before filtering, which might confuse some filters if they rely on the namespace being nil.
The session.send() defined in sessionmanager runs things through the 'stanzas/out' filter only if they look like stanzas. mod_bosh runs everything through this filter. Things looking like stanzas are instead given an explicit namespace before filtering, which might confuse some filters if they rely on the namespace being nil.