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 {
|
2021-01-23 09:25:34 +01:00
|
|
|
void onAdvancedStreamFeaturesAvailable(final Account account);
|
2014-12-05 01:54:16 +01:00
|
|
|
}
|