mod_jid_prep/README.wiki
changeset 1807 4d73a1a6ba68
parent 1806 0ab737feada6
child 1808 3228fb928a93
--- a/mod_jid_prep/README.wiki	Fri Aug 28 16:05:00 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#summary Implement XEP-xxxx: JID prep for clients
-#labels Stage-Alpha
-
-= Introduction =
-
-This is a plugin that implements the JID prep protocol defined in http://xmpp.org/extensions/inbox/jidprep.html
-
-= Details =
-
-JID prep requests can happen over XMPP using the protocol defined in the document linked above, or alternatively over HTTP. Simply request:
-
-{{{
-http://server:5280/jid_prep/USER@HOST
-}}}
-
-The result will be the stringprepped JID, or a 400 Bad Request if the given JID is invalid.
-
-= Compatibility =
-
-|| 0.9 || Works ||
\ No newline at end of file