Skip to content

Commit b4a05f7

Browse files
committed
add docs and small fix
1 parent a653af8 commit b4a05f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

documentation/extensions/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Currently supported XEPs of Smack (all subprojects)
1515
| Name | XEP | Description |
1616
|---------------------------------------------|----------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
1717
| 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. |
18+
| Token-based reconnection | [XEP-xxxx](http://www.xmpp.org/extensions/inbox/token-reconnection.html) | Defines a token-based session authentication mechanism. |
19+
1820

1921
Currently supported XEPs of smack-tcp
2022
-------------------------------------

smack-core/src/main/java/org/jivesoftware/smack/AbstractXMPPConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public synchronized AbstractXMPPConnection connect()
411411
public void avoidTokenReconnection() {
412412
usedToken = null;
413413
}
414-
414+
415415
/**
416416
* Logs in to the server using the strongest SASL mechanism supported by the
417417
* server. If more than the connection's default stanza(/packet) timeout

0 commit comments

Comments
 (0)