mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59: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:
parent
30bc5afa2b
commit
cb5e1dc94b
3 changed files with 66 additions and 2 deletions
|
@ -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() {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue