2014-12-05 01:54:16 +01:00
|
|
|
package eu.siacs.conversations.xmpp;
|
|
|
|
|
|
|
|
import eu.siacs.conversations.entities.Account;
|
|
|
|
|
2014-12-08 21:59:14 +01:00
|
|
|
public interface OnAdvancedStreamFeaturesLoaded {
|
2014-12-05 01:54:16 +01:00
|
|
|
public void onAdvancedStreamFeaturesAvailable(final Account account);
|
|
|
|
}
|