1
0
mirror of https://github.com/moparisthebest/xeps synced 2025-02-23 22:22:03 -05:00
2017-03-03 09:06:55 -06:00
2017-02-23 01:45:31 -06:00
2017-01-05 10:41:47 -06:00
2017-01-03 15:46:19 -06:00
2017-01-11 09:48:29 -06:00
2006-10-04 18:40:38 +00:00
2017-02-16 09:33:41 -06:00
2017-01-11 09:48:29 -06:00
2010-01-11 20:23:59 +00:00
2017-01-11 09:48:29 -06:00
2017-01-11 09:48:29 -06:00
2016-11-16 09:26:25 -08:00
2016-11-16 09:26:25 -08:00
2016-11-27 08:25:19 -08:00
2016-11-27 08:25:19 -08:00
2016-11-27 08:25:19 -08:00
2016-11-27 08:25:19 -08:00
2016-11-27 08:25:19 -08:00
2010-02-17 22:07:06 +00:00
2017-01-01 14:08:18 -06:00
2017-01-01 14:08:18 -06:00
2017-01-01 18:46:56 -06:00
2017-01-01 18:46:56 -06:00
2016-12-26 09:11:19 -06:00
2017-01-01 19:56:24 -06:00
2017-01-01 19:56:24 -06:00
2017-01-01 19:56:24 -06:00
2009-09-08 20:21:30 +00:00
2017-01-01 19:56:24 -06:00
2017-02-28 10:27:01 -06:00
2017-01-01 19:56:45 -06:00
2016-12-26 09:11:19 -06:00
2008-05-31 00:56:28 +00:00
2009-04-05 18:28:48 +00:00
2017-03-03 09:05:41 -06:00
2013-03-01 14:27:24 -07:00
2017-01-01 20:51:42 -06:00
2012-07-05 15:07:03 -06:00
2017-01-17 20:02:50 -06:00
2017-01-04 15:53:59 -06:00
2017-02-16 11:35:08 +01:00
2017-02-28 10:02:54 -06:00
2016-12-07 10:36:57 -06:00
2017-02-08 16:17:37 -06:00
2017-02-10 09:44:51 -06:00
2017-01-11 09:48:29 -06:00

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:

https://xmpp.org/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:

https://xmpp.org/about/standards-process.html#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.html

To build PDFs, you'll need to install TeXML (probably in a Python 2 virtual environment). You can then build PDFs with:

make xep-xxxx.pdf

To change the output directory, set the variable OUTDIR, eg.

OUTDIR=/tmp/xeps make all

For more information try make help.

Description
No description provided
Readme 15 MiB
Languages
XSLT 67.5%
Python 15.4%
CSS 7.7%
Lua 5.7%
Shell 2.2%
Other 1.5%