aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp/jingle/OnTransportConnected.java
blob: 7d9a084ace1894ebfdbaa7ad6bd9af9cc8cbebee (plain)
1
2
3
4
5
6
package eu.siacs.conversations.xmpp.jingle;

public interface OnTransportConnected {
	public void failed();
	public void established();
}