Work fork of an Android Jabber client for bridge users
1package eu.siacs.conversations.xmpp; 2 3import eu.siacs.conversations.entities.Account; 4 5public interface OnIqPacketReceived { 6 public void onIqPacketReceived(Account account, IqPacket packet); 7}