package org.jivesoftware.smackx.jingle3; /** * Created by vanitas on 19.07.17. */ public interface JingleTransportManager { String getNamespace(); }