1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 10:19:41 +02:00

Merge branch '4.2'

This commit is contained in:
Florian Schmaus 2018-02-21 20:13:05 +01:00
commit a48e8ef843
155 changed files with 638 additions and 160 deletions

View file

@ -16,6 +16,6 @@
*/
/**
* Smack's implementation of XEP-198: Stream Management.
* Smack's implementation of XEP-0198: Stream Management.
*/
package org.jivesoftware.smack.sm;

View file

@ -16,6 +16,6 @@
*/
/**
* Plain stream elements for XEP-198: Stream Management.
* Plain stream elements for XEP-0198: Stream Management.
*/
package org.jivesoftware.smack.sm.packet;

View file

@ -16,6 +16,6 @@
*/
/**
* Providers for XEP-198: Stream Management.
* Providers for XEP-0198: Stream Management.
*/
package org.jivesoftware.smack.sm.provider;

View file

@ -16,6 +16,6 @@
*/
/**
* TODO describe me.
* TCP-IP related classes for Smack.
*/
package org.jivesoftware.smack.tcp;