Work fork of an Android Jabber client for bridge users
1package eu.siacs.conversations.xmpp.jingle; 2 3public interface OnFileTransmitted { 4 public void onFileTransmitted(JingleFile file); 5}