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