Hello Flow I am using Alpha-5 now for checking SM
I do
xmpptcpConnection.setUseStreamManagement(true);
xmpptcpConnection.setUseStreamManagementResumption(true);
xmpptcpConnection.connect();
But still when i run
FileLog.b(log_tag, xmpptcpConnection.isSmEnabled());
FileLog.b(log_tag, xmpptcpConnection.isSmAvailable());
FileLog.b(log_tag, xmpptcpConnection.isSmResumptionPossible());
FileLog.b(log_tag, xmpptcpConnection.isDisconnectedButSmResumptionPossible()
I am getting false in latest alpha-5 too.
Am i doing something wrong or its not fixed yet ?? any ideas when it will be fixed ?