1 2 3 4 5
package de.gultsch.chat.xmpp; public interface OnPresencePacketReceived { public void onPresencePacketReceived(PresencePacket packet); }