package de.thedevstack.conversationsplus.services.muc; import de.thedevstack.conversationsplus.entities.Conversation; import de.thedevstack.conversationsplus.xml.Element; public interface OnConferenceConfigurationFetched { void onConferenceConfigurationFetched(Conversation conversation); void onFetchFailed(Conversation conversation, Element error); }