jingle/action-handlers.c
changeset 166 c42c167a2a5c
parent 165 763c26abd99d
equal deleted inserted replaced
165:763c26abd99d 166:c42c167a2a5c
   197 
   197 
   198     if (sc->appfuncs->handle(JINGLE_SESSION_INFO, sc->description,
   198     if (sc->appfuncs->handle(JINGLE_SESSION_INFO, sc->description,
   199                              jn->node->children, NULL)) {
   199                              jn->node->children, NULL)) {
   200       jingle_ack_iq(jn->message);
   200       jingle_ack_iq(jn->message);
   201       return;
   201       return;
   202 	}
   202     }
   203   }
   203   }
   204   /* "If the party that receives an informational message
   204   /* "If the party that receives an informational message
   205    * does not understand the payload, it MUST return a
   205    * does not understand the payload, it MUST return a
   206    * <feature-not-implemented/> error with a Jingle-specific
   206    * <feature-not-implemented/> error with a Jingle-specific
   207    * error condition of <unsupported-info/>." */
   207    * error condition of <unsupported-info/>." */