]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 3 May 2006 23:54:30 +0000 (23:54 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 3 May 2006 23:54:30 +0000 (23:54 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1334 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/libdingaling/src/libdingaling.c

index 802ac228a67c16bb0caa9591c3029d6d06d0ad43..1f336b0d8501677ddee046d49a548176972d9461 100644 (file)
@@ -888,7 +888,9 @@ void ldl_handle_send_msg(ldl_handle_t *handle, char *to, char *subject, char *bo
        assert(handle != NULL);
        assert(body != NULL);
 
+
        msg = iks_make_msg(IKS_TYPE_NONE, to, body);
+       iks_insert_attrib(msg, "type", "chat");
 
        if (subject) {
                iks_insert_attrib(msg, "subject", subject);