diff options
author | mathieui <mathieui@mathieui.net> | 2021-02-03 23:04:02 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-02-03 23:04:02 +0100 |
commit | d9975aa4c0af1516ec00b66f90bc368a7133ffa6 (patch) | |
tree | e98e40a3ad50240d4e7f7910b2e1d4ac1b6d7d52 /docs/howto/xeps.rst | |
parent | 17f08929f91958fb88c504eb3eaf4597f9c044ba (diff) | |
download | slixmpp-d9975aa4c0af1516ec00b66f90bc368a7133ffa6.tar.gz slixmpp-d9975aa4c0af1516ec00b66f90bc368a7133ffa6.tar.bz2 slixmpp-d9975aa4c0af1516ec00b66f90bc368a7133ffa6.tar.xz slixmpp-d9975aa4c0af1516ec00b66f90bc368a7133ffa6.zip |
docs: move things around for a cleaner toctree
Diffstat (limited to 'docs/howto/xeps.rst')
-rw-r--r-- | docs/howto/xeps.rst | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/howto/xeps.rst b/docs/howto/xeps.rst new file mode 100644 index 00000000..c5b4592d --- /dev/null +++ b/docs/howto/xeps.rst @@ -0,0 +1,50 @@ +Supported XEPS +============== + +======= ============================= ================ +XEP Description Notes +======= ============================= ================ +`0004`_ Data forms +`0009`_ Jabber RPC +`0012`_ Last Activity +`0030`_ Service Discovery +`0033`_ Extended Stanza Addressing +`0045`_ Multi-User Chat (MUC) Client-side only +`0050`_ Ad-hoc Commands +`0059`_ Result Set Management +`0060`_ Publish/Subscribe (PubSub) Client-side only +`0066`_ Out-of-band Data +`0078`_ Non-SASL Authentication +`0082`_ XMPP Date and Time Profiles +`0085`_ Chat-State Notifications +`0086`_ Error Condition Mappings +`0092`_ Software Version +`0128`_ Service Discovery Extensions +`0202`_ Entity Time +`0203`_ Delayed Delivery +`0224`_ Attention +`0249`_ Direct MUC Invitations +======= ============================= ================ + + +.. _0004: http://xmpp.org/extensions/xep-0004.html +.. _0009: http://xmpp.org/extensions/xep-0009.html +.. _0012: http://xmpp.org/extensions/xep-0012.html +.. _0030: http://xmpp.org/extensions/xep-0030.html +.. _0033: http://xmpp.org/extensions/xep-0033.html +.. _0045: http://xmpp.org/extensions/xep-0045.html +.. _0050: http://xmpp.org/extensions/xep-0050.html +.. _0059: http://xmpp.org/extensions/xep-0059.html +.. _0060: http://xmpp.org/extensions/xep-0060.html +.. _0066: http://xmpp.org/extensions/xep-0066.html +.. _0078: http://xmpp.org/extensions/xep-0078.html +.. _0082: http://xmpp.org/extensions/xep-0082.html +.. _0085: http://xmpp.org/extensions/xep-0085.html +.. _0086: http://xmpp.org/extensions/xep-0086.html +.. _0092: http://xmpp.org/extensions/xep-0092.html +.. _0128: http://xmpp.org/extensions/xep-0128.html +.. _0199: http://xmpp.org/extensions/xep-0199.html +.. _0202: http://xmpp.org/extensions/xep-0202.html +.. _0203: http://xmpp.org/extensions/xep-0203.html +.. _0224: http://xmpp.org/extensions/xep-0224.html +.. _0249: http://xmpp.org/extensions/xep-0249.html |