提交 c4347e6e authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5234 --resolve

上级 4fe24be7
...@@ -4259,6 +4259,12 @@ void sofia_presence_handle_sip_i_publish(nua_t *nua, sofia_profile_t *profile, n ...@@ -4259,6 +4259,12 @@ void sofia_presence_handle_sip_i_publish(nua_t *nua, sofia_profile_t *profile, n
if ((tuple = switch_xml_child(xml, "tuple")) && (status = switch_xml_child(tuple, "status")) if ((tuple = switch_xml_child(xml, "tuple")) && (status = switch_xml_child(tuple, "status"))
&& (basic = switch_xml_child(status, "basic"))) { && (basic = switch_xml_child(status, "basic"))) {
open_closed = basic->txt; open_closed = basic->txt;
if ((note = switch_xml_child(tuple, "note"))) {
rpid = note_txt = note->txt;
} else if ((note = switch_xml_child(tuple, "dm:note"))) {
rpid = note_txt = note->txt;
}
} }
if ((person = switch_xml_child(xml, "dm:person"))) { if ((person = switch_xml_child(xml, "dm:person"))) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论