Home | History | Annotate | Download | only in protocol

Lines Matching full:reason

48     Authenticator::RejectionReason reason) {
49 switch (reason) {
362 // here. Parse the response stanza to find failure reason.
529 switch (message.reason) {
609 JingleMessage::Reason reason;
612 reason = JingleMessage::SUCCESS;
616 reason = JingleMessage::DECLINE;
619 reason = JingleMessage::INCOMPATIBLE_PARAMETERS;
622 reason = JingleMessage::CANCEL;
625 reason = JingleMessage::GENERAL_ERROR;
630 message.reason = reason;