Adds an 'addsource' Jingle action (used in JitMeet), so that we silently ignore Jingle IQs with that action, instead of failing with an exception.

fix-message-formatting 5184
Boris Grozev 12 years ago
parent 43efa41fc0
commit 858479c8dd

@ -153,7 +153,12 @@ public enum JingleAction
* it MUST send a transport-accept action to the other party; if not, it
* MUST send a transport-reject action to the other party.
*/
TRANSPORT_REPLACE("transport-replace");
TRANSPORT_REPLACE("transport-replace"),
/**
* The "addsource" action used in JitMeet.
*/
ADDSOURCE("addsource");
/**
* The name of this direction.

Loading…
Cancel
Save