mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-15 21:45:07 -05:00
6 lines
121 B
Java
6 lines
121 B
Java
package de.gultsch.chat.xmpp;
|
|
|
|
public interface OnIqPacketReceived {
|
|
public void onIqPacketReceived(IqPacket packet);
|
|
}
|