mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-23 01:32:22 -05:00
corrected use of cid instead of challenge in section 3.1.2
This commit is contained in:
parent
0dcc4b6c76
commit
9049000cce
@ -151,7 +151,7 @@
|
||||
<li>The 'xml:lang' attribute of the challenge stanza SHOULD be the same as the one received from the sender, if any.</li>
|
||||
<li>The challenge stanza MUST include a CAPTCHA form, i.e., a data form of type "form" containing one or more challenges. <note>Inclusion of a CAPTCHA form not only makes it possible to flexibly support or require a large number of challenge types, but also enables constrained clients to respond to challenges (e.g., mobile phone clients that cannot present web pages, or clients on XMPP-only networks).</note></li>
|
||||
<li>The CAPTCHA form MUST include a hidden field named "FORM_TYPE" (in accordance with &xep0068;) whose value MUST be "urn:xmpp:captcha".</li>
|
||||
<li>The CAPTCHA form MUST include a hidden field named "cid" set to the challenge ID.</li>
|
||||
<li>The CAPTCHA form MUST include a hidden field named "challenge" set to the challenge ID.</li>
|
||||
<li>The CAPTCHA form MUST include a hidden field named "from" set to the value of the 'to' attribute from the triggering stanza.</li>
|
||||
<li>If the triggering stanza included an 'id' attribute, then the CAPTCHA form MUST include a hidden field named "sid" set to that value.</li>
|
||||
<li>Each of the CAPTCHA form's non-hidden <field/> elements MAY contain a different challenge.</li>
|
||||
|
Loading…
Reference in New Issue
Block a user