提交 2a514405 authored 作者: Brian West's avatar Brian West

comment this out now

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6814 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 840c75ee
...@@ -656,7 +656,7 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char * ...@@ -656,7 +656,7 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
stream.write_function(&stream, "</dialog>\n</dialog-info>\n"); stream.write_function(&stream, "</dialog>\n</dialog-info>\n");
pl = stream.data; pl = stream.data;
ct = "application/dialog-info+xml"; ct = "application/dialog-info+xml";
printf("%s\n", pl); //printf("%s\n", pl);
} else { } else {
pl = switch_mprintf("<?xml version='1.0' encoding='UTF-8'?>\r\n" pl = switch_mprintf("<?xml version='1.0' encoding='UTF-8'?>\r\n"
"<presence xmlns='urn:ietf:params:xml:ns:pidf'\r\n" "<presence xmlns='urn:ietf:params:xml:ns:pidf'\r\n"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论