jingle/jingle.c
changeset 39 405518ad71de
parent 35 a0fd92a93af7
child 44 4738d78edc05
--- a/jingle/jingle.c	Thu Jul 08 13:54:57 2010 +0200
+++ b/jingle/jingle.c	Thu Jul 08 14:03:40 2010 +0200
@@ -56,11 +56,11 @@
  */
 struct JingleActionList jingle_action_list[] = {
   { NULL,                NULL }, // for JINGLE_UNKNOWN_ACTION
-  { "content-accept",    NULL },
+  { "content-accept",    handle_content_accept },
   { "content-add",       handle_content_add },
   { "content-modify",    NULL },
-  { "content-reject",    NULL },
-  { "content-remove",    NULL },
+  { "content-reject",    handle_content_reject },
+  { "content-remove",    handle_content_remove },
   { "description-info",  NULL },
   { "security-info",     NULL },
   { "session-accept",    NULL },