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

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1334 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 590cf84b
...@@ -888,7 +888,9 @@ void ldl_handle_send_msg(ldl_handle_t *handle, char *to, char *subject, char *bo ...@@ -888,7 +888,9 @@ void ldl_handle_send_msg(ldl_handle_t *handle, char *to, char *subject, char *bo
assert(handle != NULL); assert(handle != NULL);
assert(body != NULL); assert(body != NULL);
msg = iks_make_msg(IKS_TYPE_NONE, to, body); msg = iks_make_msg(IKS_TYPE_NONE, to, body);
iks_insert_attrib(msg, "type", "chat");
if (subject) { if (subject) {
iks_insert_attrib(msg, "subject", subject); iks_insert_attrib(msg, "subject", subject);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论