diff --git a/xep-0327.xml b/xep-0327.xml
index 3b4f7011..6aa3c66b 100644
--- a/xep-0327.xml
+++ b/xep-0327.xml
@@ -34,10 +34,16 @@
Further updates. Updates to address open issues. When the system receives a call from one of its connected networks, it MUST then expose that requested session to Rayo clients. It SHOULD use an implementation-specific routing mechanism to map incoming calls to some set of registered JIDs which are considered appropriate controlling parties. From this set, it SHOULD then remove any parties whom it can identify as being temporarily inappropriate for control (either unavailable based on presence, under too much load, or any other metric which the server has available). If, as a result, the set of Potentially Controlling Parties is empty, the server MUST reject the call with a 'decline' reason. When the system receives a call from one of its connected networks, it MUST then expose that requested session to Rayo clients. It SHOULD use an implementation-specific routing mechanism to map incoming calls to some set of registered JIDs which are considered appropriate controlling parties. From this set, it SHOULD then remove any parties whom it can identify as being temporarily inappropriate for control (either unavailable based on presence, under too much load, or any other metric which the server has available). If, as a result, the set of Potentially Controlling Parties is empty, the server MUST reject the call indicating that the requested service was unavailable. If the server can identify active Potential Controlling Parties, it MUST offer them control of the call simultaneously. The server must broadcast an offer on behalf of the call to all Potential Controlling Parties, using applicable to/from/header data from the incoming session. The server MUST also include entity capabilities information in the presence stanza containing the offer, in order to advertise the fact that the entity is a call, qualified by the node name "urn:xmpp:rayo:call:1". The prompt component emits intermediate events from the nested output and input components. It also emits an 'input-timers-started' event when the input component's timers are started, which corresponds to the completion of the output sub-component. If a client can determine a more appropriate target for an incoming call, it may wish to relay this information to the caller in the form of a URI (eg SIP). The client MUST do this before accepting a call. The target URI must be specified in the 'to' attribute of the redirect element. If a client can determine a more appropriate target for an incoming call, it may wish to relay this information to the caller in the form of a URI (eg SIP). The target URI must be specified in the 'to' attribute of the redirect element. If the server is unable to perform the redirect because the call has already been accepted, it should return a not-allowed (cancel) error indicating such:
XMPP message stanzas directed to the call's JID with a type of 'normal' MAY be forwarded to the calling party by translating the message into the calling party's protocol. In the case of SIP, this SHOULD follow the conventions set out in draft-ietf-stox-im-06 with the exception of the <thread/> to Call-ID mapping, as the Call-ID will always be that of the calling party.
+ +If a message is directed to the call's JID with a type other than 'normal' then the server MUST return a <feature-not-implemented/> error with a type of 'modify'. If no translation is possible then the server SHOULD return the same error but with a type of 'cancel'.
+ +The <end/> element has no attributes.
The following are valid end reason elements. Unless otherwise stated, they all MUST be empty, and they do not have any attributes.
+The following are valid end reason elements. Unless otherwise stated, they all MUST be empty.
+ +The attributes of the end reason element are as follows.
+Attribute | +Definition | +Inclusion | +
---|---|---|
platform-code | +A platform-specific end code. This could be a SIP code, ITU-T Q.850 or some other system. The code may be an arbitrary string. | +OPTIONAL | +
Indicates that the component came to an end due to one of its grammars matching the received input.
The <match/> element MUST contain a valid response document within CDATA.
-The attributes of the <matchr/> element are as follows.
-Attribute | Definition | @@ -2627,6 +2684,12 @@
---|
Indicates that the component's input timers have started.
+The <input-timers-started/> element MUST be empty.
+The <input-timers-started/> element has no attributes.
+