Skip to content
  • Adrien Béraud's avatar
    sip: remove SipIceTransport · 4ff5367c
    Adrien Béraud authored and Guillaume Roguez's avatar Guillaume Roguez committed
    
    
    SipIceTransport was a first implementation of a SIP
    transport working over an ICE transport.
    It was insecure and is now unused and unmaintained
    (last actual change is from February 2015),
    and deprecated by SipsIceTransport.
    
    Remove it from the code base to speed up compilation
    and avoid accidental usage by confusion with SipsIceTransport.
    
    Also fix minor warnings in SipsIceTransport
    (std::move of an rvalue).
    
    Change-Id: I7a8ce2c0570d92bfe8bd191f2f6c8c6f2b191980
    Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
    4ff5367c