1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 03:44:50 +02:00
Smack/smack-core/src
Florian Schmaus dfc4173e5b Fix initialization order issue with DEBUG_ENABLED
If a user enabled Smack debug via the property 'smack.debugEnabled', a
ConnectionConfiguration could be created where debuggerEnabled is
'false', because Smack is not yet initialized.

Also make sure that if the property is not set, it won't overwrite
DEBUG_ENABLED = true.

Thanks to William Murphy for providing a detailed issue description and
supposing a fix.
2014-10-19 21:48:17 +02:00
..
integration-test Rework Smack Provider design 2014-10-08 16:01:14 +02:00
main Fix initialization order issue with DEBUG_ENABLED 2014-10-19 21:48:17 +02:00
test Improve MUC message and presence listeners 2014-10-12 18:11:02 +02:00