package eu.siacs.conversations.crypto.sasl;

public interface ChannelBindingMechanism {

    ChannelBinding getChannelBinding();
}
