2014-02-28 18:46:01 +01:00
|
|
|
package eu.siacs.conversations.xmpp;
|
2014-02-01 01:25:56 +01:00
|
|
|
|
2014-02-28 18:46:01 +01:00
|
|
|
import eu.siacs.conversations.entities.Account;
|
2014-02-01 15:07:20 +01:00
|
|
|
|
2014-02-01 01:25:56 +01:00
|
|
|
public interface OnIqPacketReceived {
|
2014-02-01 15:07:20 +01:00
|
|
|
public void onIqPacketReceived(Account account, IqPacket packet);
|
2014-02-01 01:25:56 +01:00
|
|
|
}
|