package de.gultsch.chat.xmpp; public interface OnPresencePacketReceived { public void onPresencePacketReceived(PresencePacket packet); }