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

Add missing package-info descriptions.

This commit is contained in:
Paul Schaub 2018-02-21 16:47:11 +01:00
parent ec95bd4422
commit 9f47daa7ad
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
145 changed files with 148 additions and 144 deletions

View file

@ -16,6 +16,6 @@
*/
/**
* Smack's API for XEP-280: Message Carbons.
* Smack's API for XEP-0280: Message Carbons.
*/
package org.jivesoftware.smackx.carbons;

View file

@ -16,6 +16,6 @@
*/
/**
* Stanzas and extension elements for XEP-280: Message Carbons.
* Stanzas and extension elements for XEP-0280: Message Carbons.
*/
package org.jivesoftware.smackx.carbons.packet;

View file

@ -16,6 +16,6 @@
*/
/**
* Provider for XEP-280: Message Carbons.
* Provider for XEP-0280: Message Carbons.
*/
package org.jivesoftware.smackx.carbons.provider;

View file

@ -16,6 +16,6 @@
*/
/**
* Smack's API for XEP-392: Consistent Color Generation.
* Smack's API for XEP-0392: Consistent Color Generation.
*/
package org.jivesoftware.smackx.colors;

View file

@ -16,6 +16,6 @@
*/
/**
* Smack's API for XEP-352: Client State Indication.
* Smack's API for XEP-0352: Client State Indication.
*/
package org.jivesoftware.smackx.csi;

View file

@ -16,6 +16,6 @@
*/
/**
* Plain stream elements for XEP-352: Client State Indication.
* Plain stream elements for XEP-0352: Client State Indication.
*/
package org.jivesoftware.smackx.csi.packet;

View file

@ -16,6 +16,6 @@
*/
/**
* Provider for XEP-352: Client State Indication.
* Provider for XEP-0352: Client State Indication.
*/
package org.jivesoftware.smackx.csi.provider;

View file

@ -16,6 +16,6 @@
*/
/**
* Smack's API for XEP-332: HTTP over XMPP transport.
* Smack's API for XEP-0332: HTTP over XMPP transport.
*/
package org.jivesoftware.smackx.hoxt;

View file

@ -16,6 +16,6 @@
*/
/**
* Stanzas and extension elements for XEP-332: HTTP over XMPP transport.
* Stanzas and extension elements for XEP-0332: HTTP over XMPP transport.
*/
package org.jivesoftware.smackx.hoxt.packet;

View file

@ -16,6 +16,6 @@
*/
/**
* Providers for XEP-332: HTTP over XMPP transport.
* Providers for XEP-0332: HTTP over XMPP transport.
*/
package org.jivesoftware.smackx.hoxt.provider;

View file

@ -16,6 +16,6 @@
*/
/**
* Extension elements for XEP-295: JSON Encodings for XMPP.
* Extension elements for XEP-0295: JSON Encodings for XMPP.
*/
package org.jivesoftware.smackx.json.packet;

View file

@ -16,6 +16,6 @@
*/
/**
* Providers for XEP-295: JSON Encodings for XMPP.
* Providers for XEP-0295: JSON Encodings for XMPP.
*/
package org.jivesoftware.smackx.json.provider;