5.2.23
12/09/2023

[#174] Incoming IBB with "message" stanzas
Summary Incoming IBB with "message" stanzas
Queue gloox
Queue Version 1.0
Type Bug
State Unconfirmed
Priority 2. Medium
Owners
Requester larry (at) msm (dot) ru
Created 03/30/2010 (5002 days ago)
Due 03/30/2010 (5002 days ago)
Updated
Assigned
Resolved

History
03/30/2010 03:15:22 PM larry (at) msm (dot) ru Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Incoming IBB with "message" stanzas
Due ⇒ 03/30/2010
Queue ⇒ gloox
Reply to this comment
If remote entity use "message" stanzas when sending data packets, this 
packets not handled correctly. Specifically
/*virtual*/ void handleBytestreamOpen( Bytestream* bs ) called in my 
class, inherits from BytestreamDataHandler,
but
/*virtual*/ void handleBytestreamData( Bytestream* bs, const 
std::string& data) not called.