From 8897d22a8d5ad0965b001d42cc3cca1e55439a9b Mon Sep 17 00:00:00 2001 From: stpeter Date: Tue, 30 Aug 2011 11:50:57 -0600 Subject: [PATCH] corrected XEP-0158 reference --- inbox/account-management.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbox/account-management.xml b/inbox/account-management.xml index c65ae3fb..6e71fb0b 100644 --- a/inbox/account-management.xml +++ b/inbox/account-management.xml @@ -269,7 +269,7 @@
  • a data form (as described in &xep0004;) <x/> tag as a direct child that the user is expected to fill. A deployment could therefore propose (or require) to enter various information, for instance real name, address, and so on;
  • an <instructions/> tag giving various human-readable information (without requiring any data to be filled);
  • an Out-of-Band Data link, with optional <desc/> can be used for instance to ask a user to click a given link before going further, which could be for instance an http link with a random question (captcha) to confirm you are not a machine;
  • -
  • a Captcha Forms (see &rfc0158;) directly embedded in XMPP for the same purpose.
  • +
  • a Captcha Forms (see &xep0158;) directly embedded in XMPP for the same purpose.
  • Further versions of this protocol or other extensions may add new type of possible contents.