|
|
Line 11: |
Line 11: |
|
| |
|
| == Useful Links == | | == Useful Links == |
| * http://xmpp.org/about-xmpp/xsf/xsf-source-control/ | | |
| | * https://github.com/xsf/xeps |
| * http://xmpp.org/extensions/xep-0001.html | | * http://xmpp.org/extensions/xep-0001.html |
| * http://mail.jabber.org/mailman/admindb/editor | | * http://mail.jabber.org/mailman/admindb/editor |
|
| |
| == Templates ==
| |
|
| |
| === XEP Submission Response ===
| |
| The following is the recommended response to a proto-XEP:
| |
|
| |
| <code>
| |
| Thank you for your submission. The Approving Body will poll on whether to accept your proposal within the next 14 days.
| |
|
| |
|
| |
| In accordance with the XSF IPR policy, do you:
| |
|
| |
| 1. Assert you own the rights to the content in the submitted proposal?
| |
|
| |
| 2. Promise to assign those rights to the XMPP Standards Foundation upon acceptance of the proposal?
| |
|
| |
|
| |
| The IPR policy is available at <
| |
| http://xmpp.org/extensions/ipr-policy.shtml >
| |
|
| |
|
| |
| - XEP Editor
| |
| </code>
| |
|
| |
| === XEP Inbox Redirect ===
| |
| <code>
| |
| <html>
| |
| <head>
| |
| <title>Editor Queue</title>
| |
| <meta http-equiv="refresh" content="2;url=http://www.xmpp.org/extensions/xep-{xepnum}.html"
| |
| <meta name="robots" content="noindex">
| |
| </head>
| |
| <body bgcolor="#ffffff">
| |
| <p>The document formerly at this location is now at <<a href="http://www.xmpp.org/extensions/xep-{xepnum}.html">http://www.xmpp.org/extensions/xep-{xepnum}
| |
| .html</a>>.</p>
| |
| <p>You will be automatically redirected there in 2 seconds.</p>
| |
| </body>
| |
| </html>
| |
| </code>
| |
|
| |
| === PR Update Notice ===
| |
| <code>
| |
| Subject: Updated Received for {xepnum}
| |
|
| |
| Body:
| |
|
| |
|
| |
| Hello Author(s),
| |
|
| |
| An update was received for your document ({xepnum}: {xeptitle}) has been received by the XEP Editor. This notice is to ask if you have any objections to the changes.
| |
|
| |
| The changes can be found in: < {xeppr} >
| |
|
| |
| Please inform the XEP Editors at your earliest chance if you approve or reject the changes.
| |
|
| |
|
| |
| Thank you,
| |
|
| |
| - XEP Editor
| |
| </code>
| |