/* * * Code derived and adapted from the Jitsi client side STUN framework. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.restcomm.media.stun.messages.attributes.control; public class ControllingAttribute extends ControlAttribute { public ControllingAttribute() { super(true); } }