I'm trying to make a simple example to connect to an openfire server using the smack 4.0.6 library and I have the following code:
ConnectionConfiguration configuration= new ConnectionConfiguration(ADDRESS, 5222);
configuration.setSecurityMode(...
asked by
27.01.2015 / 19:12