1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 09:39:39 +02:00

SMACK-431 Entity Capabilities are now enabled as default for new connections. Added an extensions documentation html page.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13686 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Florian Schmaus 2013-06-22 17:00:40 +00:00 committed by flow
parent 4cd53e4419
commit c7d468697f
3 changed files with 66 additions and 2 deletions

View file

@ -74,7 +74,7 @@ public final class SmackConfiguration {
/**
* This automatically enables EntityCaps for new connections if it is set to true
*/
private static boolean autoEnableEntityCaps = false;
private static boolean autoEnableEntityCaps = true;
private SmackConfiguration() {
}