
Squashed commit of the following: commit 3d11cf8b203919593418fe80a9e2a06e25906883 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 18:25:45 2016 -0500 Tweak introduction commit 42975134979aed956115c05a9596797c58c4812a Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 18:23:36 2016 -0500 Clean up versioning and internationalization refs commit f3e935a971b25be6601bb593c96c1882581fe2c3 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 18:07:12 2016 -0500 s/SHOULD/MUST/ for sending a single reason commit 48cf3906407789bdb4e9e3602b7b9e6c952c9878 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 18:06:00 2016 -0500 Add disco commit 349a6197e76d28c223ee3150cacc17d7f545d8bb Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 17:59:12 2016 -0500 Servers that get a report should block as normal commit 268f83a3158d3b4e57a1831852ee4ad0ae6c3ac8 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 17:56:28 2016 -0500 Change a "may" to a "MAY" commit 525e52359044481ce793a82149e6e3df910c7026 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 17:55:47 2016 -0500 Clarify that only one reason should be sent commit e4853977dac79a307df8dab6defd28b4f55f87b9 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 17:53:14 2016 -0500 Remove Business Rules section This is only a UI and shouldn't have any logic commit 42ff81dffb90560d164db8267425c241a3480be6 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 17:52:07 2016 -0500 Clarify language by adding comma commit be9109abca6347fe882443de4c83218224600183 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 17:49:46 2016 -0500 Add Acknowledgements commit 544db35d28d6ccfad47522bc67d9b185ad0ec2c7 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 17:41:37 2016 -0500 Update reason descriptions commit 0a33471483ac74562e6e1c2014a47c7085b62be5 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 17:37:56 2016 -0500 s/profile/reason/ commit 7c639c1ff918fd55bfc3a03984e0caf39b576efa Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 17:37:10 2016 -0500 Add urn to registry entry commit 5516f4a867de5da69de317f7d358cc6a9e77cd49 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 17:35:16 2016 -0500 Add ability to report spam with blocking command commit 757f8b1235fbe87fb53990aa4777651b8b1640c0 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 17:26:45 2016 -0500 Update examples commit e78d3ee413039c6b8a8d8797fe93e709e744c2ca Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 17:18:52 2016 -0500 Use entity for legal notice commit 91cb57455352d0069a6048231980a959e42856ca Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 13:04:29 2016 -0500 Add registrar considerations section commit 8ce2c9c24cd7a435c830ac29119ac7fc998a6268 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 12:45:41 2016 -0500 Add internationalization considerations commit fff8948d01cba06415fd33caff5e5df870a1db68 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 12:28:22 2016 -0500 Rewrap paragraph commit 9d8d491b25b20cad2e3f2bafc2248377b820fb98 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 11:59:33 2016 -0500 Start filling out the payload section commit c777243b871c49bd1d410be0f3449f08217f1ad0 Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 11:05:33 2016 -0500 Add todo around registrar commit 9248cf4aa494a7be84421f1acd50c7e521afec5f Author: Sam Whited <sam@samwhited.com> Date: Sat May 21 11:03:04 2016 -0500 Initial spam reporting commit
XMPP Extension Protocols (XEPs)
This repository is used to manage work on XMPP Extension Protocols (XEPs), which are the specifications produced by the XMPP Standards Foundation (XSF). See http://xmpp.org/ for details. The rendered documents can be found here:
http://xmpp.org/xmpp-protocols/xmpp-extensions/
Please use this repository to raise issues and submit pull requests:
https://github.com/xsf/xeps/issues https://github.com/xsf/xeps/pulls
For in-depth technical discussion, please post to the standards@xmpp.org email list:
http://mail.jabber.org/mailman/listinfo/standards
To submit a new proposal for consideration as a XEP, please read this page:
http://xmpp.org/xmpp-protocols/xmpp-extensions/submitting-a-xep/
XEP-0001: XMPP Extension Protocols defines the standards process followed by the XMPP Standards Foundation.
Building XEPs
To build a single XEP as HTML simply run:
make xep-xxxx
To change the output directory, set the variable OUTDIR
, eg.
OUTDIR=/tmp/xeps make all
For more information try make help
.