• Travis Cross's avatar
    Allow SIP UPDATE messages without display updates · f7b4ec61
    Travis Cross 提交于
    Previously if send-display-update was set to false we would also
    remove UPDATE from our Allow: headers.  This is unnecessary.  The
    UPDATE message is useful in SIP transactions even if we're not sending
    display updates.
    
    With this commit, we add a new boolean profile flag, allow-update.  If
    set to true we'll send Allow: UPDATE.  If set to false, we will not.
    If there is a conflict with another setting that requires UPDATE
    support, the allow-update parameter will win and a warning will be
    printed.
    
    ref: RFC 3311
    f7b4ec61
名称
最后提交
最后更新
..
conf 正在载入提交数据...
Makefile.am 正在载入提交数据...
mod_sofia.2008.vcproj 正在载入提交数据...
mod_sofia.2010.vcxproj 正在载入提交数据...
mod_sofia.2012.vcxproj 正在载入提交数据...
mod_sofia.c 正在载入提交数据...
mod_sofia.h 正在载入提交数据...
mod_sofia.vcproj 正在载入提交数据...
rtp.c 正在载入提交数据...
sip-dig.c 正在载入提交数据...
sofia.c 正在载入提交数据...
sofia_glue.c 正在载入提交数据...
sofia_media.c 正在载入提交数据...
sofia_presence.c 正在载入提交数据...
sofia_reg.c 正在载入提交数据...