Consider the Google Talk content stanza name (jin:content) valid.

........

Merged revisions 374833 from http://svn.asterisk.org/svn/asterisk/branches/11


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374834 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp 2012-10-11 13:34:52 +00:00
parent 516c9ec665
commit 755c2b8708
1 changed files with 2 additions and 1 deletions

View File

@ -2111,7 +2111,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;
}