| Index: remoting/protocol/jingle_messages.h
|
| diff --git a/remoting/protocol/jingle_messages.h b/remoting/protocol/jingle_messages.h
|
| index 08e538a8a6a576653a2e0e4cd08fbfb300519f0c..ef33b4a1675eb43db09d3945129ef0f7d3bc5a80 100644
|
| --- a/remoting/protocol/jingle_messages.h
|
| +++ b/remoting/protocol/jingle_messages.h
|
| @@ -101,6 +101,10 @@ struct JingleMessage {
|
| // Content of session-info messages.
|
| std::unique_ptr<buzz::XmlElement> info;
|
|
|
| + // Content of plugin message. The node is read or written by all plugins, and
|
| + // ActionType independent.
|
| + std::unique_ptr<buzz::XmlElement> attachments;
|
| +
|
| // Value from the <reason> tag if it is present in the
|
| // message. Useful mainly for session-terminate messages, but Jingle
|
| // spec allows it in any message.
|
|
|