2014-02-28 17:46:01 +00:00
|
|
|
package eu.siacs.conversations.xmpp;
|
2014-02-01 00:25:56 +00:00
|
|
|
|
2014-02-28 17:46:01 +00:00
|
|
|
import eu.siacs.conversations.entities.Account;
|
2014-02-01 14:07:20 +00:00
|
|
|
|
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
|
|
|
}
|