connection closed not used on receiving
See bug #
The proper fixing of the bug requires and API change of the b2in::nub::Dispatcher. Parsing of the plist shall be done in the ReceiverLoop. Message and plist shall afterwards be passed to the dispatcher.
new proposed API in b2in::nub::Dispatcher: {{{ void b2in::nub::Dispatcher::processIncomingMessage ( toolbox::mem::Reference* msg, xdata::Properties & plist ) }}} Originally submitted on sourceforge by
Roland Moser ( rmoser ) - 2009-02-16 15:10, #2605689
Edited by Luciano Orsini