From d229459568a73e01c068d18ba11f264724f2860e Mon Sep 17 00:00:00 2001 From: ramabit Date: Fri, 29 Jul 2016 18:13:52 -0300 Subject: [PATCH] add tokenreconnection.md in index.md --- documentation/extensions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/extensions/index.md b/documentation/extensions/index.md index 18bd0eaebb..794a978705 100644 --- a/documentation/extensions/index.md +++ b/documentation/extensions/index.md @@ -15,7 +15,7 @@ Currently supported XEPs of Smack (all subprojects) | Name | XEP | Description | |---------------------------------------------|----------------------------------------------------------|----------------------------------------------------------------------------------------------------------| | Nonzas | [XEP-0360](http://xmpp.org/extensions/xep-0360.html) | Defines the term "Nonza", describing every top level stream element that is not a Stanza. | -| Token-based reconnection | [XEP-xxxx](http://www.xmpp.org/extensions/inbox/token-reconnection.html) | Defines a token-based session authentication mechanism. | +| [Token-based reconnection](tokenreconnection.md) | [XEP-xxxx](http://www.xmpp.org/extensions/inbox/token-reconnection.html) | Defines a token-based session authentication mechanism. | Currently supported XEPs of smack-tcp