2014-02-01 00:25:56 +00:00
|
|
|
package de.gultsch.chat.xmpp;
|
|
|
|
|
2014-02-01 14:07:20 +00:00
|
|
|
import de.gultsch.chat.entities.Account;
|
|
|
|
|
2014-02-01 00:25:56 +00:00
|
|
|
public interface OnIqPacketReceived {
|
2014-02-01 14:07:20 +00:00
|
|
|
public void onIqPacketReceived(Account account, IqPacket packet);
|
2014-02-01 00:25:56 +00:00
|
|
|
}
|