1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-12 05:51:08 +01: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 @@
*/
/**
* TODO describe me.
* Smacks implementation of XEP-0199: XMPP Ping.
*/
package org.jivesoftware.smackx.ping;

View file

@ -16,6 +16,6 @@
*/
/**
* TODO describe me.
* Element classes for XEP-0199: XMPP Ping.
*/
package org.jivesoftware.smackx.ping.packet;

View file

@ -16,6 +16,6 @@
*/
/**
* TODO describe me.
* Provider classes for XEP-0199: XMPP Ping.
*/
package org.jivesoftware.smackx.ping.provider;