1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 10:49:41 +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/branches/smack_3_3_1@13689 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Florian Schmaus 2013-06-22 17:01:58 +00:00 committed by flow
parent 30bc5afa2b
commit cb5e1dc94b
3 changed files with 66 additions and 2 deletions

View file

@ -69,7 +69,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() {
}