Work fork of an Android Jabber client for bridge users
1package eu.siacs.conversations.xmpp; 2 3public interface OnGatewayResult { 4 // if prompt is null, there was an error 5 // errorText may or may not be set 6 public void onGatewayResult(String prompt, String errorText); 7}