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 OnPresencePacketReceived extends PacketReceived { 6 public void onPresencePacketReceived(Account account, PresencePacket packet); 7}