提交 86903757 authored 作者: Chris Rienzo's avatar Chris Rienzo

FS-6192 --resolve

上级 d4a13742
...@@ -1635,7 +1635,7 @@ void rayo_call_send(struct rayo_actor *call, struct rayo_message *msg) ...@@ -1635,7 +1635,7 @@ void rayo_call_send(struct rayo_actor *call, struct rayo_message *msg)
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "content-type", "text/plain"); switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "content-type", "text/plain");
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "uuid", rayo_call_get_uuid(RAYO_CALL(call))); switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "uuid", rayo_call_get_uuid(RAYO_CALL(call)));
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "subject", iks_find_cdata(stanza, "subject")); switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "subject", iks_find_cdata(stanza, "subject"));
switch_event_add_body(event, iks_find_cdata(stanza, "body")); switch_event_add_body(event, "%s", iks_find_cdata(stanza, "body"));
switch_event_fire(&event); switch_event_fire(&event);
} }
} else if (!msg->is_reply) { } else if (!msg->is_reply) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论