]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Consider the Google Talk content stanza name (jin:content) valid.
authorJoshua Colp <jcolp@digium.com>
Thu, 11 Oct 2012 13:33:29 +0000 (13:33 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 11 Oct 2012 13:33:29 +0000 (13:33 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@374833 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_motif.c

index 70629f4e0ad373f061177e34e769a66082f5a61c..12e4b37f1fe0f95fb5f82d1ab34306cfff1604a0 100644 (file)
@@ -2102,7 +2102,8 @@ static int jingle_interpret_content(struct jingle_session *session, ikspak *pak)
                struct ast_rtp_instance *rtp = NULL;
                iks *description, *transport;
 
-               if (strcmp(iks_name(content), "content")) {
+               if (strcmp(iks_name(content), "content") &&
+                   strcmp(iks_name(content), "jin:content")) {
                        continue;
                }