Openfire and Mina sources

Hello,

Does openfire use its own branch of mina or does it take a stock version from apache mina projects directly?

Looking into some concurrency problems and wanted to know where to start to look at and debug things.

Thanks,

-Adi

As far as I know we have no stock MINA in 3.6.4. because of this bug http://www.igniterealtime.org/issues/browse/JM-1115. The patch is included in the 3.6.4. production for sure. The change was introduced with this patch http://www.igniterealtime.org/fisheye/changelog/svn-org/openfire?cs=10915

The latest version.txt of OF refers to 1.1.8 as MINA base http://www.igniterealtime.org/fisheye/browse/~raw,r=11217/svn-org/openfire/trunk /build/lib/versions.txt

Walter