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 |
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Incoming IBB with "message" stanzas
Due ⇒ 03/30/2010
Queue ⇒ gloox
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.