();
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/caps/cache/SimpleDirectoryPersistentCache.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/caps/cache/SimpleDirectoryPersistentCache.java
index dd797e293..65f3ce206 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/caps/cache/SimpleDirectoryPersistentCache.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/caps/cache/SimpleDirectoryPersistentCache.java
@@ -120,7 +120,7 @@ public class SimpleDirectoryPersistentCache implements EntityCapsPersistentCache
}
/**
- * Writes the DiscoverInfo packet to an file
+ * Writes the DiscoverInfo stanza(/packet) to an file
*
* @param file
* @param info
@@ -136,7 +136,7 @@ public class SimpleDirectoryPersistentCache implements EntityCapsPersistentCache
}
/**
- * Tries to restore an DiscoverInfo packet from a file.
+ * Tries to restore an DiscoverInfo stanza(/packet) from a file.
*
* @param file
* @return the restored DiscoverInfo
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/chatstates/ChatStateManager.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/chatstates/ChatStateManager.java
index bc0aab9b7..4f12aa476 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/chatstates/ChatStateManager.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/chatstates/ChatStateManager.java
@@ -38,7 +38,7 @@ import org.jivesoftware.smackx.disco.ServiceDiscoveryManager;
/**
* Handles chat state for all chats on a particular XMPPConnection. This class manages both the
- * packet extensions and the disco response necessary for compliance with
+ * stanza(/packet) extensions and the disco response necessary for compliance with
* XEP-0085.
*
* NOTE: {@link org.jivesoftware.smackx.chatstates.ChatStateManager#getInstance(org.jivesoftware.smack.XMPPConnection)}
@@ -96,7 +96,7 @@ public class ChatStateManager extends Manager {
/**
* Sets the current state of the provided chat. This method will send an empty bodied Message
- * packet with the state attached as a {@link org.jivesoftware.smack.packet.ExtensionElement}, if
+ * stanza(/packet) with the state attached as a {@link org.jivesoftware.smack.packet.ExtensionElement}, if
* and only if the new chat state is different than the last state.
*
* @param newState the new state of the chat
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/commands/AdHocCommandManager.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/commands/AdHocCommandManager.java
index e6c2add0b..ab9899313 100755
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/commands/AdHocCommandManager.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/commands/AdHocCommandManager.java
@@ -294,7 +294,7 @@ public class AdHocCommandManager extends Manager {
}
/**
- * Process the AdHoc-Command packet that request the execution of some
+ * Process the AdHoc-Command stanza(/packet) that request the execution of some
* action of a command. If this is the first request, this method checks,
* before executing the command, if:
*
@@ -315,7 +315,7 @@ public class AdHocCommandManager extends Manager {
*
*
* @param requestData
- * the packet to process.
+ * the stanza(/packet) to process.
* @throws NotConnectedException
* @throws NoResponseException
*/
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/delay/packet/DelayInformation.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/delay/packet/DelayInformation.java
index 8786bef17..8957a103b 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/delay/packet/DelayInformation.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/delay/packet/DelayInformation.java
@@ -25,8 +25,8 @@ import org.jxmpp.util.XmppDateTime;
/**
* Represents timestamp information about data stored for later delivery. A DelayInformation will
- * always includes the timestamp when the packet was originally sent and may include more
- * information such as the JID of the entity that originally sent the packet as well as the reason
+ * always includes the timestamp when the stanza(/packet) was originally sent and may include more
+ * information such as the JID of the entity that originally sent the stanza(/packet) as well as the reason
* for the delay.
*
* For more information see XEP-0091
@@ -58,10 +58,10 @@ public class DelayInformation implements ExtensionElement {
}
/**
- * Returns the JID of the entity that originally sent the packet or that delayed the
- * delivery of the packet or null if this information is not available.
+ * Returns the JID of the entity that originally sent the stanza(/packet) or that delayed the
+ * delivery of the stanza(/packet) or null if this information is not available.
*
- * @return the JID of the entity that originally sent the packet or that delayed the
+ * @return the JID of the entity that originally sent the stanza(/packet) or that delayed the
* delivery of the packet.
*/
public String getFrom() {
@@ -69,10 +69,10 @@ public class DelayInformation implements ExtensionElement {
}
/**
- * Returns the timestamp when the packet was originally sent. The returned Date is
+ * Returns the timestamp when the stanza(/packet) was originally sent. The returned Date is
* be understood as UTC.
*
- * @return the timestamp when the packet was originally sent.
+ * @return the timestamp when the stanza(/packet) was originally sent.
*/
public Date getStamp() {
return stamp;
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/disco/NodeInformationProvider.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/disco/NodeInformationProvider.java
index 42c68ddb4..81fff9b47 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/disco/NodeInformationProvider.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/disco/NodeInformationProvider.java
@@ -64,9 +64,9 @@ public interface NodeInformationProvider {
List getNodeIdentities();
/**
- * Returns a list of the packet extensions defined in the node.
+ * Returns a list of the stanza(/packet) extensions defined in the node.
*
- * @return a list of the packet extensions defined in the node.
+ * @return a list of the stanza(/packet) extensions defined in the node.
*/
List getNodePacketExtensions();
}
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/disco/ServiceDiscoveryManager.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/disco/ServiceDiscoveryManager.java
index 339e3755e..8afc87767 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/disco/ServiceDiscoveryManager.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/disco/ServiceDiscoveryManager.java
@@ -366,7 +366,7 @@ public class ServiceDiscoveryManager extends Manager {
* Registers that a new feature is supported by this XMPP entity. When this client is
* queried for its information the registered features will be answered.
*
- * Since no packet is actually sent to the server it is safe to perform this operation
+ * Since no stanza(/packet) is actually sent to the server it is safe to perform this operation
* before logging to the server. In fact, you may want to configure the supported features
* before logging to the server so that the information is already available if it is required
* upon login.
@@ -385,7 +385,7 @@ public class ServiceDiscoveryManager extends Manager {
/**
* Removes the specified feature from the supported features by this XMPP entity.
*
- * Since no packet is actually sent to the server it is safe to perform this operation
+ * Since no stanza(/packet) is actually sent to the server it is safe to perform this operation
* before logging to the server.
*
* @param feature the feature to remove from the supported features.
@@ -415,7 +415,7 @@ public class ServiceDiscoveryManager extends Manager {
* specified by XEP-0128.
*
*
- * Since no packet is actually sent to the server it is safe to perform this
+ * Since no stanza(/packet) is actually sent to the server it is safe to perform this
* operation before logging to the server. In fact, you may want to
* configure the extended info before logging to the server so that the
* information is already available if it is required upon login.
@@ -458,7 +458,7 @@ public class ServiceDiscoveryManager extends Manager {
* Removes the data form containing extended service discovery information
* from the information returned by this XMPP entity.
*
- * Since no packet is actually sent to the server it is safe to perform this
+ * Since no stanza(/packet) is actually sent to the server it is safe to perform this
* operation before logging to the server.
*/
public void removeExtendedInfo() {
@@ -592,7 +592,7 @@ public class ServiceDiscoveryManager extends Manager {
* be returned by the server whenever the server receives a disco request targeted to the bare
* address of the client (i.e. user@host.com).
*
- * @param info the discover info packet to check.
+ * @param info the discover info stanza(/packet) to check.
* @return true if the server supports publishing of items.
*/
public static boolean canPublishItems(DiscoverInfo info) {
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.java
index 1be561969..8cc776b54 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.java
@@ -271,7 +271,7 @@ public class FileTransferNegotiator extends Manager {
* the option of, accepting, rejecting, or not responding to a received file
* transfer request.
*
- * If they accept, the packet will contain the other user's chosen stream
+ * If they accept, the stanza(/packet) will contain the other user's chosen stream
* type to send the file across. The two choices this implementation
* provides to the other user for file transfer are SOCKS5 Bytestreams,
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/FileTransferRequest.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/FileTransferRequest.java
index 43cc7767b..5e663a61c 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/FileTransferRequest.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/FileTransferRequest.java
@@ -103,11 +103,11 @@ public class FileTransferRequest {
}
/**
- * Returns the stream initiation packet that was sent by the requestor which
+ * Returns the stream initiation stanza(/packet) that was sent by the requestor which
* contains the parameters of the file transfer being transfer and also the
* methods available to transfer the file.
*
- * @return Returns the stream initiation packet that was sent by the
+ * @return Returns the stream initiation stanza(/packet) that was sent by the
* requestor which contains the parameters of the file transfer
* being transfer and also the methods available to transfer the
* file.
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/StreamNegotiator.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/StreamNegotiator.java
index 57b07e515..7e78a7162 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/StreamNegotiator.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer/StreamNegotiator.java
@@ -57,7 +57,7 @@ public abstract class StreamNegotiator {
protected static final EventManger initationSetEvents = new EventManger<>();
/**
- * Creates the initiation acceptance packet to forward to the stream
+ * Creates the initiation acceptance stanza(/packet) to forward to the stream
* initiator.
*
* @param streamInitiationOffer The offer from the stream initiator to connect for a stream.
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/forward/packet/Forwarded.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/forward/packet/Forwarded.java
index 47ef8a713..f9484e07f 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/forward/packet/Forwarded.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/forward/packet/Forwarded.java
@@ -22,7 +22,7 @@ import org.jivesoftware.smack.util.XmlStringBuilder;
import org.jivesoftware.smackx.delay.packet.DelayInformation;
/**
- * Packet extension for >XEP-0297: Stanza Forwarding.
+ * Stanza(/Packet) extension for >XEP-0297: Stanza Forwarding.
*
* @author Georg Lukas
* @see XEP-0297: Stanza Forwarding
@@ -35,10 +35,10 @@ public class Forwarded implements ExtensionElement {
private final Stanza forwardedPacket;
/**
- * Creates a new Forwarded packet extension.
+ * Creates a new Forwarded stanza(/packet) extension.
*
* @param delay an optional {@link DelayInformation} timestamp of the packet.
- * @param fwdPacket the packet that is forwarded (required).
+ * @param fwdPacket the stanza(/packet) that is forwarded (required).
*/
public Forwarded(DelayInformation delay, Stanza fwdPacket) {
this.delay = delay;
@@ -46,9 +46,9 @@ public class Forwarded implements ExtensionElement {
}
/**
- * Creates a new Forwarded packet extension.
+ * Creates a new Forwarded stanza(/packet) extension.
*
- * @param fwdPacket the packet that is forwarded (required).
+ * @param fwdPacket the stanza(/packet) that is forwarded (required).
*/
public Forwarded(Stanza fwdPacket) {
this(null, fwdPacket);
@@ -75,7 +75,7 @@ public class Forwarded implements ExtensionElement {
}
/**
- * get the packet forwarded by this stanza.
+ * get the stanza(/packet) forwarded by this stanza.
*
* @return the {@link Stanza} instance (typically a message) that was forwarded.
*/
@@ -86,7 +86,7 @@ public class Forwarded implements ExtensionElement {
/**
* get the timestamp of the forwarded packet.
*
- * @return the {@link DelayInformation} representing the time when the original packet was sent. May be null.
+ * @return the {@link DelayInformation} representing the time when the original stanza(/packet) was sent. May be null.
*/
public DelayInformation getDelayInformation() {
return delay;
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/forward/provider/ForwardedProvider.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/forward/provider/ForwardedProvider.java
index 0a2b3a237..0e1b96769 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/forward/provider/ForwardedProvider.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/forward/provider/ForwardedProvider.java
@@ -32,7 +32,7 @@ import org.xmlpull.v1.XmlPullParserException;
/**
* This class implements the {@link ExtensionElementProvider} to parse
- * forwarded messages from a packet. It will return a {@link Forwarded} packet extension.
+ * forwarded messages from a packet. It will return a {@link Forwarded} stanza(/packet) extension.
*
* @author Georg Lukas
*/
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/iqlast/LastActivityManager.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/iqlast/LastActivityManager.java
index 08395c1a6..7ae775b08 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/iqlast/LastActivityManager.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/iqlast/LastActivityManager.java
@@ -59,7 +59,7 @@ import org.jivesoftware.smackx.iqlast.packet.LastActivity;
*
*
* For example to get the idle time of a user logged in a resource, simple send
- * the LastActivity packet to them, as in the following code:
+ * the LastActivity stanza(/packet) to them, as in the following code:
*
*
*
@@ -75,7 +75,7 @@ import org.jivesoftware.smackx.iqlast.packet.LastActivity;
* LastActivity activity = LastActivity.getLastActivity(con, "xray@jabber.org");
*
*
- * To get the uptime of a host, you simple send the LastActivity packet to it,
+ * To get the uptime of a host, you simple send the LastActivity stanza(/packet) to it,
* as in the following code example:
*
*
@@ -226,7 +226,7 @@ public class LastActivityManager extends Manager {
*
* @param jid
* the JID of the user.
- * @return the LastActivity packet of the jid.
+ * @return the LastActivity stanza(/packet) of the jid.
* @throws XMPPErrorException
* thrown if a server error has occured.
* @throws NoResponseException if there was no response from the server.
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/iqprivate/PrivateDataManager.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/iqprivate/PrivateDataManager.java
index 5c7b910b9..df04c974b 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/iqprivate/PrivateDataManager.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/iqprivate/PrivateDataManager.java
@@ -78,7 +78,7 @@ public class PrivateDataManager extends Manager {
/**
* Returns the private data provider registered to the specified XML element name and namespace.
* For example, if a provider was registered to the element name "prefs" and the
- * namespace "http://www.xmppclient.com/prefs", then the following packet would trigger
+ * namespace "http://www.xmppclient.com/prefs", then the following stanza(/packet) would trigger
* the provider:
*
*
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/iqprivate/packet/DefaultPrivateData.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/iqprivate/packet/DefaultPrivateData.java
index 2aa4ca3ba..03e6d8d2b 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/iqprivate/packet/DefaultPrivateData.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/iqprivate/packet/DefaultPrivateData.java
@@ -64,7 +64,7 @@ public class DefaultPrivateData implements PrivateData {
/**
* Returns the XML element name of the private data sub-packet root element.
*
- * @return the XML element name of the packet extension.
+ * @return the XML element name of the stanza(/packet) extension.
*/
public String getElementName() {
return elementName;
@@ -73,7 +73,7 @@ public class DefaultPrivateData implements PrivateData {
/**
* Returns the XML namespace of the private data sub-packet root element.
*
- * @return the XML namespace of the packet extension.
+ * @return the XML namespace of the stanza(/packet) extension.
*/
public String getNamespace() {
return namespace;
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/iqregister/AccountManager.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/iqregister/AccountManager.java
index 94d42042c..a034d79b8 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/iqregister/AccountManager.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/iqregister/AccountManager.java
@@ -97,7 +97,7 @@ public class AccountManager extends Manager {
/**
* Flag that indicates whether the server supports In-Band Registration.
* In-Band Registration may be advertised as a stream feature. If no stream feature
- * was advertised from the server then try sending an IQ packet to discover if In-Band
+ * was advertised from the server then try sending an IQ stanza(/packet) to discover if In-Band
* Registration is available.
*/
private boolean accountCreationSupported = false;
@@ -114,7 +114,7 @@ public class AccountManager extends Manager {
/**
* Sets whether the server supports In-Band Registration. In-Band Registration may be
* advertised as a stream feature. If no stream feature was advertised from the server
- * then try sending an IQ packet to discover if In-Band Registration is available.
+ * then try sending an IQ stanza(/packet) to discover if In-Band Registration is available.
*
* @param accountCreationSupported true if the server supports In-Band Registration.
*/
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties/JivePropertiesManager.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties/JivePropertiesManager.java
index 003f728b7..c26d84ef6 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties/JivePropertiesManager.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties/JivePropertiesManager.java
@@ -28,7 +28,7 @@ public class JivePropertiesManager {
private static boolean javaObjectEnabled = false;
/**
- * Enables deserialization of Java objects embedded in the 'properties' packet extension. Since
+ * Enables deserialization of Java objects embedded in the 'properties' stanza(/packet) extension. Since
* this is a security sensitive feature, it is disabled per default in Smack. Only enable it if
* you are sure that you understand the potential security implications it can cause.
*
@@ -49,7 +49,7 @@ public class JivePropertiesManager {
/**
* Convenience method to add a property to a packet.
*
- * @param packet the packet to add the property to.
+ * @param packet the stanza(/packet) to add the property to.
* @param name the name of the property to add.
* @param value the value of the property to add.
*/
@@ -63,7 +63,7 @@ public class JivePropertiesManager {
}
/**
- * Convenience method to get a property from a packet. Will return null if the packet contains
+ * Convenience method to get a property from a packet. Will return null if the stanza(/packet) contains
* not property with the given name.
*
* @param packet
@@ -95,7 +95,7 @@ public class JivePropertiesManager {
}
/**
- * Return a map of all properties of the given packet. If the packet contains no properties
+ * Return a map of all properties of the given packet. If the stanza(/packet) contains no properties
* extension, an empty map will be returned.
*
* @param packet
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties/packet/JivePropertiesExtension.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties/packet/JivePropertiesExtension.java
index 2adf0d419..9750afec0 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties/packet/JivePropertiesExtension.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties/packet/JivePropertiesExtension.java
@@ -40,7 +40,7 @@ import org.jivesoftware.smack.util.stringencoder.Base64;
*/
public class JivePropertiesExtension implements ExtensionElement {
/**
- * Namespace used to store packet properties.
+ * Namespace used to store stanza(/packet) properties.
*/
public static final String NAMESPACE = "http://www.jivesoftware.com/xmlns/xmpp/properties";
@@ -59,7 +59,7 @@ public class JivePropertiesExtension implements ExtensionElement {
}
/**
- * Returns the packet property with the specified name or null if the
+ * Returns the stanza(/packet) property with the specified name or null if the
* property doesn't exist. Property values that were originally primitives will
* be returned as their object equivalent. For example, an int property will be
* returned as an Integer, a double as a Double, etc.
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties/provider/JivePropertiesExtensionProvider.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties/provider/JivePropertiesExtensionProvider.java
index ffc83653e..00ee4ab73 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties/provider/JivePropertiesExtensionProvider.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties/provider/JivePropertiesExtensionProvider.java
@@ -39,7 +39,7 @@ public class JivePropertiesExtensionProvider extends ExtensionElementProvider
* Note that you have to explicitly enabled Java object deserialization with @{link
* {@link JivePropertiesManager#setJavaObjectEnabled(boolean)}
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java
index c59de1807..fd1b5f879 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java
@@ -755,10 +755,10 @@ public class MultiUserChat {
/**
* Adds a new {@link StanzaListener} that will be invoked every time a new presence
- * is going to be sent by this MultiUserChat to the server. Packet interceptors may
+ * is going to be sent by this MultiUserChat to the server. Stanza(/Packet) interceptors may
* add new extensions to the presence that is going to be sent to the MUC service.
*
- * @param presenceInterceptor the new packet interceptor that will intercept presence packets.
+ * @param presenceInterceptor the new stanza(/packet) interceptor that will intercept presence packets.
*/
public void addPresenceInterceptor(PresenceListener presenceInterceptor) {
presenceInterceptors.add(presenceInterceptor);
@@ -766,10 +766,10 @@ public class MultiUserChat {
/**
* Removes a {@link StanzaListener} that was being invoked every time a new presence
- * was being sent by this MultiUserChat to the server. Packet interceptors may
+ * was being sent by this MultiUserChat to the server. Stanza(/Packet) interceptors may
* add new extensions to the presence that is going to be sent to the MUC service.
*
- * @param presenceInterceptor the packet interceptor to remove.
+ * @param presenceInterceptor the stanza(/packet) interceptor to remove.
*/
public void removePresenceInterceptor(StanzaListener presenceInterceptor) {
presenceInterceptors.remove(presenceInterceptor);
@@ -1414,11 +1414,11 @@ public class MultiUserChat {
}
/**
- * Adds a packet listener that will be notified of any new Presence packets
+ * Adds a stanza(/packet) listener that will be notified of any new Presence packets
* sent to the group chat. Using a listener is a suitable way to know when the list
* of occupants should be re-loaded due to any changes.
*
- * @param listener a packet listener that will be notified of any presence packets
+ * @param listener a stanza(/packet) listener that will be notified of any presence packets
* sent to the group chat.
* @return true if the listener was not already added.
*/
@@ -1427,10 +1427,10 @@ public class MultiUserChat {
}
/**
- * Removes a packet listener that was being notified of any new Presence packets
+ * Removes a stanza(/packet) listener that was being notified of any new Presence packets
* sent to the group chat.
*
- * @param listener a packet listener that was being notified of any presence packets
+ * @param listener a stanza(/packet) listener that was being notified of any presence packets
* sent to the group chat.
* @return true if the listener was removed, otherwise the listener was not added previously.
*/
@@ -1648,7 +1648,7 @@ public class MultiUserChat {
/**
* Returns the next available message in the chat. The method call will block
- * (not return) until a packet is available or the timeout has elapased.
+ * (not return) until a stanza(/packet) is available or the timeout has elapased.
* If the timeout elapses without a result, null will be returned.
*
* @param timeout the maximum amount of time to wait for the next message.
@@ -1664,14 +1664,14 @@ public class MultiUserChat {
}
/**
- * Adds a packet listener that will be notified of any new messages in the
+ * Adds a stanza(/packet) listener that will be notified of any new messages in the
* group chat. Only "group chat" messages addressed to this group chat will
* be delivered to the listener. If you wish to listen for other packets
* that may be associated with this group chat, you should register a
* PacketListener directly with the XMPPConnection with the appropriate
* PacketListener.
*
- * @param listener a packet listener.
+ * @param listener a stanza(/packet) listener.
* @return true if the listener was not already added.
*/
public boolean addMessageListener(MessageListener listener) {
@@ -1679,11 +1679,11 @@ public class MultiUserChat {
}
/**
- * Removes a packet listener that was being notified of any new messages in the
+ * Removes a stanza(/packet) listener that was being notified of any new messages in the
* multi user chat. Only "group chat" messages addressed to this multi user chat were
* being delivered to the listener.
*
- * @param listener a packet listener.
+ * @param listener a stanza(/packet) listener.
* @return true if the listener was removed, otherwise the listener was not added previously.
*/
public boolean removeMessageListener(MessageListener listener) {
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/RoomInfo.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/RoomInfo.java
index 28c8ec872..f851eb058 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/RoomInfo.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/RoomInfo.java
@@ -72,7 +72,7 @@ public class RoomInfo {
*/
private final boolean moderated;
/**
- * Every presence packet can include the JID of every occupant unless the owner deactives this
+ * Every presence stanza(/packet) can include the JID of every occupant unless the owner deactives this
* configuration.
*/
private final boolean nonanonymous;
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/GroupChatInvitation.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/GroupChatInvitation.java
index cfd14f3b3..084b223fa 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/GroupChatInvitation.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/GroupChatInvitation.java
@@ -27,7 +27,7 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
- * A group chat invitation packet extension, which is used to invite other
+ * A group chat invitation stanza(/packet) extension, which is used to invite other
* users to a group chat room. To invite a user to a group chat room, address
* a new message to the user and set the room name appropriately, as in the
* following code example:
@@ -45,7 +45,7 @@ import org.xmlpull.v1.XmlPullParserException;
*
*
* PacketFilter filter = new StanzaExtensionFilter("x", "jabber:x:conference");
- * // Create a packet collector or packet listeners using the filter...
+ * // Create a stanza(/packet) collector or stanza(/packet) listeners using the filter...
*
*
* Note: this protocol is outdated now that the Multi-User Chat (MUC) XEP is available
@@ -58,12 +58,12 @@ import org.xmlpull.v1.XmlPullParserException;
public class GroupChatInvitation implements ExtensionElement {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT = "x";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "jabber:x:conference";
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCAdmin.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCAdmin.java
index 33b970213..9a36c02e9 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCAdmin.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCAdmin.java
@@ -23,7 +23,7 @@ import java.util.List;
import org.jivesoftware.smack.packet.IQ;
/**
- * IQ packet that serves for kicking users, granting and revoking voice, banning users,
+ * IQ stanza(/packet) that serves for kicking users, granting and revoking voice, banning users,
* modifying the ban list, granting and revoking membership and granting and revoking
* moderator privileges. All these operations are scoped by the
* 'http://jabber.org/protocol/muc#admin' namespace.
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCOwner.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCOwner.java
index 50f694d99..721c0e01c 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCOwner.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCOwner.java
@@ -23,7 +23,7 @@ import java.util.Collections;
import java.util.List;
/**
- * IQ packet that serves for granting and revoking ownership privileges, granting
+ * IQ stanza(/packet) that serves for granting and revoking ownership privileges, granting
* and revoking administrative privileges and destroying a room. All these operations
* are scoped by the 'http://jabber.org/protocol/muc#owner' namespace.
*
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCUser.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCUser.java
index 4e68f4b84..f68726ac3 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCUser.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCUser.java
@@ -133,7 +133,7 @@ public class MUCUser implements ExtensionElement {
/**
* Returns the notification that the room has been destroyed. After a room has been destroyed,
- * the room occupants will receive a Presence packet of type 'unavailable' with the reason for
+ * the room occupants will receive a Presence stanza(/packet) of type 'unavailable' with the reason for
* the room destruction if provided by the room owner.
*
* @return a notification that the room has been destroyed.
@@ -203,7 +203,7 @@ public class MUCUser implements ExtensionElement {
/**
* Sets the notification that the room has been destroyed. After a room has been destroyed,
- * the room occupants will receive a Presence packet of type 'unavailable' with the reason for
+ * the room occupants will receive a Presence stanza(/packet) of type 'unavailable' with the reason for
* the room destruction if provided by the room owner.
*
* @param destroy the notification that the room has been destroyed.
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/provider/MUCUserProvider.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/provider/MUCUserProvider.java
index 6564254cf..f59c872e4 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/provider/MUCUserProvider.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/provider/MUCUserProvider.java
@@ -34,7 +34,7 @@ import org.xmlpull.v1.XmlPullParserException;
public class MUCUserProvider extends ExtensionElementProvider {
/**
- * Parses a MUCUser packet (extension sub-packet).
+ * Parses a MUCUser stanza(/packet) (extension sub-packet).
*
* @param parser the XML parser, positioned at the starting element of the extension.
* @return a PacketExtension.
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/offline/packet/OfflineMessageInfo.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/offline/packet/OfflineMessageInfo.java
index d8e88af70..9826b8ba2 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/offline/packet/OfflineMessageInfo.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/offline/packet/OfflineMessageInfo.java
@@ -40,7 +40,7 @@ public class OfflineMessageInfo implements ExtensionElement {
* Returns the XML element name of the extension sub-packet root element.
* Always returns "offline"
*
- * @return the XML element name of the packet extension.
+ * @return the XML element name of the stanza(/packet) extension.
*/
public String getElementName() {
return "offline";
@@ -50,7 +50,7 @@ public class OfflineMessageInfo implements ExtensionElement {
* Returns the XML namespace of the extension sub-packet root element.
* According the specification the namespace is always "http://jabber.org/protocol/offline"
*
- * @return the XML namespace of the packet extension.
+ * @return the XML namespace of the stanza(/packet) extension.
*/
public String getNamespace() {
return "http://jabber.org/protocol/offline";
@@ -91,7 +91,7 @@ public class OfflineMessageInfo implements ExtensionElement {
public static class Provider extends ExtensionElementProvider {
/**
- * Parses a OfflineMessageInfo packet (extension sub-packet).
+ * Parses a OfflineMessageInfo stanza(/packet) (extension sub-packet).
*
* @param parser the XML parser, positioned at the starting element of the extension.
* @return a PacketExtension.
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/pep/packet/PEPEvent.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/pep/packet/PEPEvent.java
index f2b4575ef..474b073ef 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/pep/packet/PEPEvent.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/pep/packet/PEPEvent.java
@@ -57,7 +57,7 @@ public class PEPEvent implements ExtensionElement {
* Returns the XML element name of the extension sub-packet root element.
* Always returns "x"
*
- * @return the XML element name of the packet extension.
+ * @return the XML element name of the stanza(/packet) extension.
*/
public String getElementName() {
return "event";
@@ -68,7 +68,7 @@ public class PEPEvent implements ExtensionElement {
* According the specification the namespace is always "jabber:x:roster"
* (which is not to be confused with the 'jabber:iq:roster' namespace
*
- * @return the XML namespace of the packet extension.
+ * @return the XML namespace of the stanza(/packet) extension.
*/
public String getNamespace() {
return "http://jabber.org/protocol/pubsub";
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/pep/packet/PEPItem.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/pep/packet/PEPItem.java
index 138c9412a..c8afb073d 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/pep/packet/PEPItem.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/pep/packet/PEPItem.java
@@ -46,7 +46,7 @@ public abstract class PEPItem implements ExtensionElement {
* Returns the XML element name of the extension sub-packet root element.
* Always returns "x"
*
- * @return the XML element name of the packet extension.
+ * @return the XML element name of the stanza(/packet) extension.
*/
public String getElementName() {
return "item";
@@ -55,7 +55,7 @@ public abstract class PEPItem implements ExtensionElement {
/**
* Returns the XML namespace of the extension sub-packet root element.
*
- * @return the XML namespace of the packet extension.
+ * @return the XML namespace of the stanza(/packet) extension.
*/
public String getNamespace() {
return "http://jabber.org/protocol/pubsub";
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/pep/provider/PEPProvider.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/pep/provider/PEPProvider.java
index 8786bb26f..7875887c1 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/pep/provider/PEPProvider.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/pep/provider/PEPProvider.java
@@ -50,7 +50,7 @@ public class PEPProvider extends ExtensionElementProvider {
}
/**
- * Parses a PEPEvent packet and extracts a PEPItem from it.
+ * Parses a PEPEvent stanza(/packet) and extracts a PEPItem from it.
* (There is only one per .)
*
* @param parser the XML parser, positioned at the starting element of the extension.
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/privacy/PrivacyListManager.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/privacy/PrivacyListManager.java
index c9ea3c19a..360671031 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/privacy/PrivacyListManager.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/privacy/PrivacyListManager.java
@@ -215,10 +215,10 @@ public class PrivacyListManager extends Manager {
}
/**
- * Send the {@link Privacy} packet to the server in order to know some privacy content and then
+ * Send the {@link Privacy} stanza(/packet) to the server in order to know some privacy content and then
* waits for the answer.
*
- * @param requestPrivacy is the {@link Privacy} packet configured properly whose XML
+ * @param requestPrivacy is the {@link Privacy} stanza(/packet) configured properly whose XML
* will be sent to the server.
* @return a new {@link Privacy} with the data received from the server.
* @throws XMPPErrorException
@@ -233,10 +233,10 @@ public class PrivacyListManager extends Manager {
}
/**
- * Send the {@link Privacy} packet to the server in order to modify the server privacy and waits
+ * Send the {@link Privacy} stanza(/packet) to the server in order to modify the server privacy and waits
* for the answer.
*
- * @param requestPrivacy is the {@link Privacy} packet configured properly whose xml will be
+ * @param requestPrivacy is the {@link Privacy} stanza(/packet) configured properly whose xml will be
* sent to the server.
* @return a new {@link Privacy} with the data received from the server.
* @throws XMPPErrorException
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/privacy/packet/PrivacyItem.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/privacy/packet/PrivacyItem.java
index 02d138f93..1c9594fa7 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/privacy/packet/PrivacyItem.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/privacy/packet/PrivacyItem.java
@@ -19,7 +19,7 @@ package org.jivesoftware.smackx.privacy.packet;
import org.jivesoftware.smack.util.NumberUtil;
/**
- * A privacy item acts a rule that when matched defines if a packet should be blocked or not.
+ * A privacy item acts a rule that when matched defines if a stanza(/packet) should be blocked or not.
*
* Privacy Items can handle different kind of blocking communications based on JID, group,
* subscription type or globally by:
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/FormNode.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/FormNode.java
index ac8256219..c542212ae 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/FormNode.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/FormNode.java
@@ -19,7 +19,7 @@ package org.jivesoftware.smackx.pubsub;
import org.jivesoftware.smackx.xdata.Form;
/**
- * Generic packet extension which represents any pubsub form that is
+ * Generic stanza(/packet) extension which represents any pubsub form that is
* parsed from the incoming stream or being sent out to the server.
*
* Form types are defined in {@link FormNodeType}.
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/LeafNode.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/LeafNode.java
index c89dae1df..9be5458ab 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/LeafNode.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/LeafNode.java
@@ -157,7 +157,7 @@ public class LeafNode extends Node
* Get items persisted on the node.
*
* {@code additionalExtensions} can be used e.g. to add a "Result Set Management" extension.
- * {@code returnedExtensions} will be filled with the packet extensions found in the answer.
+ * {@code returnedExtensions} will be filled with the stanza(/packet) extensions found in the answer.
*
*
* @param additionalExtensions additional {@code PacketExtensions} to be added to the request.
@@ -202,7 +202,7 @@ public class LeafNode extends Node
* and {@link ConfigureForm#isDeliverPayloads()}=false.
*
* This is an asynchronous call which returns as soon as the
- * packet has been sent.
+ * stanza(/packet) has been sent.
*
* For synchronous calls use {@link #send() send()}.
* @throws NotConnectedException
@@ -223,7 +223,7 @@ public class LeafNode extends Node
* publishes an event with NO item.
*
* This is an asynchronous call which returns as soon as the
- * packet has been sent.
+ * stanza(/packet) has been sent.
*
* For synchronous calls use {@link #send(Item) send(Item))}.
*
@@ -245,7 +245,7 @@ public class LeafNode extends Node
* list will get stored on the node, assuming it stores the last sent item.
*
* This is an asynchronous call which returns as soon as the
- * packet has been sent.
+ * stanza(/packet) has been sent.
*
* For synchronous calls use {@link #send(Collection) send(Collection))}.
*
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/Node.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/Node.java
index 597f35d6a..14dd6d6bc 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/Node.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/Node.java
@@ -153,7 +153,7 @@ abstract public class Node
* Get the subscriptions currently associated with this node.
*
* {@code additionalExtensions} can be used e.g. to add a "Result Set Management" extension.
- * {@code returnedExtensions} will be filled with the packet extensions found in the answer.
+ * {@code returnedExtensions} will be filled with the stanza(/packet) extensions found in the answer.
*
*
* @param additionalExtensions
@@ -193,11 +193,11 @@ abstract public class Node
*
*
* {@code additionalExtensions} can be used e.g. to add a "Result Set Management" extension.
- * {@code returnedExtensions} will be filled with the packet extensions found in the answer.
+ * {@code returnedExtensions} will be filled with the stanza(/packet) extensions found in the answer.
*
*
* @param additionalExtensions
- * @param returnedExtensions a collection that will be filled with the returned packet extensions
+ * @param returnedExtensions a collection that will be filled with the returned stanza(/packet) extensions
* @return List of {@link Subscription}
* @throws NoResponseException
* @throws XMPPErrorException
@@ -246,7 +246,7 @@ abstract public class Node
* Get the affiliations of this node.
*
* {@code additionalExtensions} can be used e.g. to add a "Result Set Management" extension.
- * {@code returnedExtensions} will be filled with the packet extensions found in the answer.
+ * {@code returnedExtensions} will be filled with the stanza(/packet) extensions found in the answer.
*
*
* @param additionalExtensions additional {@code PacketExtensions} add to the request
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/OptionsExtension.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/OptionsExtension.java
index 21d30bcc8..c1d0cd0bd 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/OptionsExtension.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/OptionsExtension.java
@@ -19,7 +19,7 @@ package org.jivesoftware.smackx.pubsub;
import org.jivesoftware.smack.util.XmlStringBuilder;
/**
- * A packet extension representing the options element.
+ * A stanza(/packet) extension representing the options element.
*
* @author Robin Collier
*/
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/packet/PubSub.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/packet/PubSub.java
index 1684f188b..1e4405c42 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/packet/PubSub.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/packet/PubSub.java
@@ -49,7 +49,7 @@ public class PubSub extends IQ
/**
* Returns the XML element name of the extension sub-packet root element.
*
- * @return the XML element name of the packet extension.
+ * @return the XML element name of the stanza(/packet) extension.
*/
public String getElementName() {
return ELEMENT;
@@ -64,7 +64,7 @@ public class PubSub extends IQ
/**
* Returns the XML representation of a pubsub element according the specification.
*
- * The XML representation will be inside of an iq packet like
+ * The XML representation will be inside of an iq stanza(/packet) like
* in the following example:
*
* <iq type='set' id="MlIpV-4" to="pubsub.gato.home" from="gato3@gato.home/Smack">
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/provider/PubSubProvider.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/provider/PubSubProvider.java
index 48730b8be..72fa4bc58 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/provider/PubSubProvider.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/provider/PubSubProvider.java
@@ -28,7 +28,7 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
- * Parses the root pubsub packet extensions of the {@link IQ} packet and returns
+ * Parses the root pubsub stanza(/packet) extensions of the {@link IQ} stanza(/packet) and returns
* a {@link PubSub} instance.
*
* @author Robin Collier
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/receipts/DeliveryReceiptManager.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/receipts/DeliveryReceiptManager.java
index 909941a35..6c062b9aa 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/receipts/DeliveryReceiptManager.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/receipts/DeliveryReceiptManager.java
@@ -49,7 +49,7 @@ import org.jivesoftware.smackx.disco.ServiceDiscoveryManager;
*
*
* deliveryReceiptManager.addReceiptReceivedListener(new ReceiptReceivedListener() {
- * void onReceiptReceived(String fromJid, String toJid, String receiptId, Packet receipt) {
+ * void onReceiptReceived(String fromJid, String toJid, String receiptId, Stanza(/Packet) receipt) {
* // If the receiving entity does not support delivery receipts,
* // then the receipt received listener may not get invoked.
* }
@@ -264,7 +264,7 @@ public class DeliveryReceiptManager extends Manager {
/**
* Test if a message requires a delivery receipt.
*
- * @param message Packet object to check for a DeliveryReceiptRequest
+ * @param message Stanza(/Packet) object to check for a DeliveryReceiptRequest
*
* @return true if a delivery receipt was requested
*/
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/receipts/ReceiptReceivedListener.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/receipts/ReceiptReceivedListener.java
index 774820ea7..33e123ff6 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/receipts/ReceiptReceivedListener.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/receipts/ReceiptReceivedListener.java
@@ -33,7 +33,7 @@ public interface ReceiptReceivedListener {
*
* @param fromJid the jid that send this receipt
* @param toJid the jid which received this receipt
- * @param receiptId the message ID of the packet which has been received and this receipt is for
+ * @param receiptId the message ID of the stanza(/packet) which has been received and this receipt is for
* @param receipt the receipt
*/
void onReceiptReceived(String fromJid, String toJid, String receiptId, Stanza receipt);
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/search/ReportedData.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/search/ReportedData.java
index 00eede61a..044c621c6 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/search/ReportedData.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/search/ReportedData.java
@@ -38,10 +38,10 @@ public class ReportedData {
private String title = "";
/**
- * Returns a new ReportedData if the packet is used for reporting data and includes an
+ * Returns a new ReportedData if the stanza(/packet) is used for reporting data and includes an
* extension that matches the elementName and namespace "x","jabber:x:data".
*
- * @param packet the packet used for reporting data.
+ * @param packet the stanza(/packet) used for reporting data.
*/
public static ReportedData getReportedDataFrom(Stanza packet) {
// Check if the packet includes the DataForm extension
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/sharedgroups/packet/SharedGroupsInfo.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/sharedgroups/packet/SharedGroupsInfo.java
index c50c93e0d..761ee7cfa 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/sharedgroups/packet/SharedGroupsInfo.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/sharedgroups/packet/SharedGroupsInfo.java
@@ -26,7 +26,7 @@ import java.util.ArrayList;
import java.util.List;
/**
- * IQ packet used for discovering the user's shared groups and for getting the answer back
+ * IQ stanza(/packet) used for discovering the user's shared groups and for getting the answer back
* from the server.
*
* Important note: This functionality is not part of the XMPP spec and it will only work
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/xdata/Form.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/xdata/Form.java
index 191a3257b..fb22e4f6e 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/xdata/Form.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/xdata/Form.java
@@ -46,11 +46,11 @@ public class Form {
private DataForm dataForm;
/**
- * Returns a new ReportedData if the packet is used for gathering data and includes an
+ * Returns a new ReportedData if the stanza(/packet) is used for gathering data and includes an
* extension that matches the elementName and namespace "x","jabber:x:data".
*
- * @param packet the packet used for gathering data.
- * @return the data form parsed from the packet or null if there was not
+ * @param packet the stanza(/packet) used for gathering data.
+ * @return the data form parsed from the stanza(/packet) or null if there was not
* a form in the packet.
*/
public static Form getFormFrom(Stanza packet) {
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/xdata/packet/DataForm.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/xdata/packet/DataForm.java
index c439cb759..676cad272 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/xdata/packet/DataForm.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/xdata/packet/DataForm.java
@@ -41,7 +41,7 @@ public class DataForm implements ExtensionElement {
public enum Type {
/**
- * This packet contains a form to fill out. Display it to the user (if your program can).
+ * This stanza(/packet) contains a form to fill out. Display it to the user (if your program can).
*/
form,
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/xhtmlim/packet/XHTMLExtension.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/xhtmlim/packet/XHTMLExtension.java
index 3132e5d28..a777d2154 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/xhtmlim/packet/XHTMLExtension.java
+++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/xhtmlim/packet/XHTMLExtension.java
@@ -46,7 +46,7 @@ public class XHTMLExtension implements ExtensionElement {
* Returns the XML element name of the extension sub-packet root element.
* Always returns "html"
*
- * @return the XML element name of the packet extension.
+ * @return the XML element name of the stanza(/packet) extension.
*/
public String getElementName() {
return ELEMENT;
@@ -56,7 +56,7 @@ public class XHTMLExtension implements ExtensionElement {
* Returns the XML namespace of the extension sub-packet root element.
* According the specification the namespace is always "http://jabber.org/protocol/xhtml-im"
*
- * @return the XML namespace of the packet extension.
+ * @return the XML namespace of the stanza(/packet) extension.
*/
public String getNamespace() {
return NAMESPACE;
diff --git a/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb/DataListenerTest.java b/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb/DataListenerTest.java
index 43382d73c..bf7b74ddd 100644
--- a/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb/DataListenerTest.java
+++ b/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb/DataListenerTest.java
@@ -40,7 +40,7 @@ public class DataListenerTest {
String targetJID = "target@xmpp-server/Smack";
/**
- * If a data packet of an unknown session is received it should be replied
+ * If a data stanza(/packet) of an unknown session is received it should be replied
* with an <item-not-found/> error.
*
* @throws Exception should not happen
diff --git a/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSessionMessageTest.java b/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSessionMessageTest.java
index b2ea702ac..f1d8b3b05 100644
--- a/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSessionMessageTest.java
+++ b/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSessionMessageTest.java
@@ -244,7 +244,7 @@ public class InBandBytestreamSessionMessageTest {
}
/**
- * If a data packet is received out of order the session should be closed. See XEP-0047 Section
+ * If a data stanza(/packet) is received out of order the session should be closed. See XEP-0047 Section
* 2.2.
*
* @throws Exception should not happen
diff --git a/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSessionTest.java b/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSessionTest.java
index 1f59b1418..a6ce11d7d 100644
--- a/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSessionTest.java
+++ b/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSessionTest.java
@@ -354,7 +354,7 @@ public class InBandBytestreamSessionTest {
}
/**
- * If the data packet has a sequence that is already used an 'unexpected-request' error should
+ * If the data stanza(/packet) has a sequence that is already used an 'unexpected-request' error should
* be returned. See XEP-0047 Section 2.2.
*
* @throws Exception should not happen
@@ -395,7 +395,7 @@ public class InBandBytestreamSessionTest {
}
/**
- * If the data packet contains invalid Base64 encoding an 'bad-request' error should be
+ * If the data stanza(/packet) contains invalid Base64 encoding an 'bad-request' error should be
* returned. See XEP-0047 Section 2.2.
*
* @throws Exception should not happen
@@ -430,7 +430,7 @@ public class InBandBytestreamSessionTest {
}
/**
- * If a data packet is received out of order the session should be closed. See XEP-0047 Section
+ * If a data stanza(/packet) is received out of order the session should be closed. See XEP-0047 Section
* 2.2.
*
* @throws Exception should not happen
diff --git a/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/socks5/Socks5PacketUtils.java b/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/socks5/Socks5PacketUtils.java
index fac8cab5d..d24875c65 100644
--- a/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/socks5/Socks5PacketUtils.java
+++ b/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/socks5/Socks5PacketUtils.java
@@ -48,7 +48,7 @@ public class Socks5PacketUtils {
}
/**
- * Returns a response to a SOCKS5 Bytestream initialization request. The packet doesn't contain
+ * Returns a response to a SOCKS5 Bytestream initialization request. The stanza(/packet) doesn't contain
* the uses-host information.
*
* @param from the target
@@ -64,7 +64,7 @@ public class Socks5PacketUtils {
}
/**
- * Returns a response to an item discovery request. The packet doesn't contain any items.
+ * Returns a response to an item discovery request. The stanza(/packet) doesn't contain any items.
*
* @param from the XMPP server
* @param to the XMPP client
@@ -79,7 +79,7 @@ public class Socks5PacketUtils {
}
/**
- * Returns a response to an info discovery request. The packet doesn't contain any infos.
+ * Returns a response to an info discovery request. The stanza(/packet) doesn't contain any infos.
*
* @param from the target
* @param to the initiator
diff --git a/smack-extensions/src/test/java/org/jivesoftware/util/ConnectionUtils.java b/smack-extensions/src/test/java/org/jivesoftware/util/ConnectionUtils.java
index 9dd870445..2f0c00545 100644
--- a/smack-extensions/src/test/java/org/jivesoftware/util/ConnectionUtils.java
+++ b/smack-extensions/src/test/java/org/jivesoftware/util/ConnectionUtils.java
@@ -43,7 +43,7 @@ import org.mockito.stubbing.Answer;
public class ConnectionUtils {
/**
- * Creates a mocked XMPP connection that stores every packet that is send over this
+ * Creates a mocked XMPP connection that stores every stanza(/packet) that is send over this
* connection in the given protocol instance and returns the predefined answer packets
* form the protocol instance.
*
@@ -54,7 +54,7 @@ public class ConnectionUtils {
*
* PacketCollector collector = connection.createPacketCollector(new PacketFilter());
* connection.sendStanza(packet);
- * Packet reply = collector.nextResult();
+ * Stanza(/Packet) reply = collector.nextResult();
*
*
*
diff --git a/smack-extensions/src/test/java/org/jivesoftware/util/Protocol.java b/smack-extensions/src/test/java/org/jivesoftware/util/Protocol.java
index c96fd215e..0c85ea0e9 100644
--- a/smack-extensions/src/test/java/org/jivesoftware/util/Protocol.java
+++ b/smack-extensions/src/test/java/org/jivesoftware/util/Protocol.java
@@ -50,10 +50,10 @@ import org.jivesoftware.smack.packet.Stanza;
*
*
* public void methodToTest() {
- * Packet packet = new Packet(); // create an XMPP packet
+ * Stanza(/Packet) stanza(/packet) = new Packet(); // create an XMPP packet
* PacketCollector collector = connection.createPacketCollector(new StanzaIdFilter());
* connection.sendStanza(packet);
- * Packet reply = collector.nextResult();
+ * Stanza(/Packet) reply = collector.nextResult();
* }
*
* public void testMethod() {
@@ -62,8 +62,8 @@ import org.jivesoftware.smack.packet.Stanza;
* // create mocked connection
* XMPPConnection connection = ConnectionUtils.createMockedConnection(protocol, "user@xmpp-server", "xmpp-server");
*
- * // add reply packet to protocol
- * Packet reply = new Packet();
+ * // add reply stanza(/packet) to protocol
+ * Stanza(/Packet) reply = new Packet();
* protocol.add(reply);
*
* // call method to test
diff --git a/smack-im/src/main/java/org/jivesoftware/smack/chat/Chat.java b/smack-im/src/main/java/org/jivesoftware/smack/chat/Chat.java
index b9465b53b..64dcf42d3 100644
--- a/smack-im/src/main/java/org/jivesoftware/smack/chat/Chat.java
+++ b/smack-im/src/main/java/org/jivesoftware/smack/chat/Chat.java
@@ -115,10 +115,10 @@ public class Chat {
}
/**
- * Adds a packet listener that will be notified of any new messages in the
+ * Adds a stanza(/packet) listener that will be notified of any new messages in the
* chat.
*
- * @param listener a packet listener.
+ * @param listener a stanza(/packet) listener.
*/
public void addMessageListener(ChatMessageListener listener) {
if(listener == null) {
diff --git a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleManager.java b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleManager.java
index ac8b65fbf..d4d69ee6f 100644
--- a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleManager.java
+++ b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleManager.java
@@ -437,7 +437,7 @@ public class JingleManager implements JingleSessionListener {
}
/**
- * Register the listenerJingles, waiting for a Jingle packet that tries to
+ * Register the listenerJingles, waiting for a Jingle stanza(/packet) that tries to
* establish a new session.
*/
private void initJingleSessionRequestListeners() {
@@ -489,7 +489,7 @@ public class JingleManager implements JingleSessionListener {
/**
* Activates the listenerJingles on a Jingle session request.
*
- * @param initJin the packet that must be passed to the jingleSessionRequestListener.
+ * @param initJin the stanza(/packet) that must be passed to the jingleSessionRequestListener.
*/
void triggerSessionRequested(Jingle initJin) {
diff --git a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleNegotiator.java b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleNegotiator.java
index f3c57fd8f..63ef11da5 100644
--- a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleNegotiator.java
+++ b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleNegotiator.java
@@ -204,7 +204,7 @@ public abstract class JingleNegotiator {
/**
* Dispatch an incoming packet.
*
- * The negotiators form a tree relationship that roughly matches the Jingle packet format:
+ * The negotiators form a tree relationship that roughly matches the Jingle stanza(/packet) format:
*
* JingleSession
* Content Negotiator
@@ -222,15 +222,15 @@ public abstract class JingleNegotiator {
*
*
*
- * This way, each segment of a Jingle packet has a corresponding negotiator that know how to deal with that
+ * This way, each segment of a Jingle stanza(/packet) has a corresponding negotiator that know how to deal with that
* part of the Jingle packet. It also allows us to support Jingle packets of arbitraty complexity.
*
* Each parent calls dispatchIncomingPacket for each of its children. The children then pass back a List<> of
* results that will get sent when we reach the top level negotiator (JingleSession).
*
- * @param iq the packet received
+ * @param iq the stanza(/packet) received
* @param id the ID of the response that will be sent
- * @return the new packet to send (either a Jingle or an IQ error).
+ * @return the new stanza(/packet) to send (either a Jingle or an IQ error).
* @throws XMPPException
*/
public abstract List dispatchIncomingPacket(IQ iq, String id) throws XMPPException, SmackException;
diff --git a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleSession.java b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleSession.java
index 5b1893b12..42f0bfb10 100644
--- a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleSession.java
+++ b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleSession.java
@@ -266,14 +266,14 @@ public class JingleSession extends JingleNegotiator implements MediaReceivedList
/**
* Process and respond to an incoming packet. This method is called
- * from the packet listener dispatcher when a new packet has arrived. The
- * method is responsible for recognizing the packet type and, depending on
+ * from the stanza(/packet) listener dispatcher when a new stanza(/packet) has arrived. The
+ * method is responsible for recognizing the stanza(/packet) type and, depending on
* the current state, delivering it to the right event handler and wait for
- * a response. The response will be another Jingle packet that will be sent
+ * a response. The response will be another Jingle stanza(/packet) that will be sent
* to the other end point.
*
* @param iq
- * the packet received
+ * the stanza(/packet) received
* @throws XMPPException
* @throws SmackException
*/
@@ -336,12 +336,12 @@ public class JingleSession extends JingleNegotiator implements MediaReceivedList
/**
* Dispatch an incoming packet. The method is responsible for recognizing
- * the packet type and, depending on the current state, delivering the
- * packet to the right event handler and wait for a response.
+ * the stanza(/packet) type and, depending on the current state, delivering the
+ * stanza(/packet) to the right event handler and wait for a response.
*
* @param iq
- * the packet received
- * @return the new Jingle packet to send.
+ * the stanza(/packet) received
+ * @return the new Jingle stanza(/packet) to send.
* @throws XMPPException
* @throws SmackException
*/
@@ -414,7 +414,7 @@ public class JingleSession extends JingleNegotiator implements MediaReceivedList
* reponse, using the session information we have.
*
* @param jout
- * the Jingle packet we want to complete and send
+ * the Jingle stanza(/packet) we want to complete and send
* @throws NotConnectedException
*/
public Jingle sendFormattedJingle(Jingle jout) throws NotConnectedException {
@@ -427,9 +427,9 @@ public class JingleSession extends JingleNegotiator implements MediaReceivedList
* incoming packet.
*
* @param iq
- * The Jingle packet we are responing to
+ * The Jingle stanza(/packet) we are responing to
* @param jout
- * the Jingle packet we want to complete and send
+ * the Jingle stanza(/packet) we want to complete and send
* @throws NotConnectedException
*/
public Jingle sendFormattedJingle(IQ iq, Jingle jout) throws NotConnectedException {
@@ -647,7 +647,7 @@ public class JingleSession extends JingleNegotiator implements MediaReceivedList
}
/**
- * Remove the packet listener used for processing packet.
+ * Remove the stanza(/packet) listener used for processing packet.
*/
protected void removeAsyncPacketListener() {
if (packetListener != null) {
@@ -658,8 +658,8 @@ public class JingleSession extends JingleNegotiator implements MediaReceivedList
}
/**
- * Install the packet listener. The listener is responsible for responding
- * to any packet that we receive...
+ * Install the stanza(/packet) listener. The listener is responsible for responding
+ * to any stanza(/packet) that we receive...
*/
protected void updatePacketListener() {
removeAsyncPacketListener();
@@ -1017,9 +1017,9 @@ public class JingleSession extends JingleNegotiator implements MediaReceivedList
* incoming packet.
*
* @param iq
- * The Jingle packet we are responing to
+ * The Jingle stanza(/packet) we are responing to
* @param jingleError
- * the IQ packet we want to complete and send
+ * the IQ stanza(/packet) we want to complete and send
*/
public IQ createJingleError(IQ iq, JingleError jingleError) {
IQ errorPacket = null;
@@ -1124,7 +1124,7 @@ public class JingleSession extends JingleNegotiator implements MediaReceivedList
/**
* When we initiate a session we need to start a bunch of negotiators right after we receive the result
- * packet for our session-initiate. This is where we start them.
+ * stanza(/packet) for our session-initiate. This is where we start them.
*
*/
private void startNegotiators() {
diff --git a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleSessionRequest.java b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleSessionRequest.java
index cb611f902..879b70160 100644
--- a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleSessionRequest.java
+++ b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/JingleSessionRequest.java
@@ -27,7 +27,7 @@ import org.jivesoftware.smackx.jingleold.packet.Jingle;
* A Jingle session request.
*
* This class is a facade of a received Jingle request. The user can have direct
- * access to the Jingle packet (JingleSessionRequest.getJingle() ) of
+ * access to the Jingle stanza(/packet) (JingleSessionRequest.getJingle() ) of
* the request or can use the convencience methods provided by this class.
*
* @author Alvaro Saurin
@@ -75,7 +75,7 @@ public class JingleSessionRequest {
}
/**
- * Returns the Jingle packet that was sent by the requester which contains
+ * Returns the Jingle stanza(/packet) that was sent by the requester which contains
* the parameters of the session.
*/
public Jingle getJingle() {
diff --git a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/media/MediaNegotiator.java b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/media/MediaNegotiator.java
index 65160a9ef..64f15e3db 100644
--- a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/media/MediaNegotiator.java
+++ b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/media/MediaNegotiator.java
@@ -95,12 +95,12 @@ public class MediaNegotiator extends JingleNegotiator {
/**
* Dispatch an incoming packet. The method is responsible for recognizing
- * the packet type and, depending on the current state, delivering the
- * packet to the right event handler and wait for a response.
+ * the stanza(/packet) type and, depending on the current state, delivering the
+ * stanza(/packet) to the right event handler and wait for a response.
*
* @param iq
- * the packet received
- * @return the new Jingle packet to send.
+ * the stanza(/packet) received
+ * @return the new Jingle stanza(/packet) to send.
* @throws XMPPException
* @throws NotConnectedException
*/
diff --git a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/mediaimpl/jmf/AudioChannel.java b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/mediaimpl/jmf/AudioChannel.java
index 329a17392..355691877 100644
--- a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/mediaimpl/jmf/AudioChannel.java
+++ b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/mediaimpl/jmf/AudioChannel.java
@@ -307,11 +307,11 @@ public class AudioChannel {
}
/**
- * Get the best packet size for a given codec and a codec rate
+ * Get the best stanza(/packet) size for a given codec and a codec rate
*
* @param codecFormat
* @param milliseconds
- * @return the best packet size
+ * @return the best stanza(/packet) size
* @throws IllegalArgumentException
*/
private int getPacketSize(Format codecFormat, int milliseconds) throws IllegalArgumentException {
diff --git a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/DatagramListener.java b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/DatagramListener.java
index 89a0c3344..e671b1651 100644
--- a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/DatagramListener.java
+++ b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/DatagramListener.java
@@ -27,9 +27,9 @@ public interface DatagramListener {
/**
* Called when a datagram is received. If the method returns false, the
- * packet MUST NOT be resent from the received Channel.
+ * stanza(/packet) MUST NOT be resent from the received Channel.
*
- * @param datagramPacket the datagram packet received.
+ * @param datagramPacket the datagram stanza(/packet) received.
* @return ?
*/
public boolean datagramReceived(DatagramPacket datagramPacket);
diff --git a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/RTPBridge.java b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/RTPBridge.java
index 307e8c8cd..4b4885258 100644
--- a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/RTPBridge.java
+++ b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/RTPBridge.java
@@ -39,7 +39,7 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
- * RTPBridge IQ Packet used to request and retrieve a RTPBridge Candidates that can be used for a Jingle Media Transmission between two parties that are behind NAT.
+ * RTPBridge IQ Stanza(/Packet) used to request and retrieve a RTPBridge Candidates that can be used for a Jingle Media Transmission between two parties that are behind NAT.
* This Jingle Bridge has all the needed information to establish a full UDP Channel (Send and Receive) between two parties.
* This transport method should be used only if other transport methods are not allowed. Or if you want a more reliable transport.
*
@@ -69,17 +69,17 @@ public class RTPBridge extends IQ {
}
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String NAME = "rtpbridge";
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "rtpbridge";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://www.jivesoftware.com/protocol/rtpbridge";
@@ -120,7 +120,7 @@ public class RTPBridge extends IQ {
}
/**
- * Creates a RTPBridge Packet without Session ID
+ * Creates a RTPBridge Stanza(/Packet) without Session ID
*/
public RTPBridge() {
super(ELEMENT_NAME, NAMESPACE);
@@ -154,7 +154,7 @@ public class RTPBridge extends IQ {
}
/**
- * Get the Session ID of the Packet (usually same as Jingle Session ID)
+ * Get the Session ID of the Stanza(/Packet) (usually same as Jingle Session ID)
*
* @return the session ID
*/
@@ -163,7 +163,7 @@ public class RTPBridge extends IQ {
}
/**
- * Set the Session ID of the Packet (usually same as Jingle Session ID)
+ * Set the Session ID of the Stanza(/Packet) (usually same as Jingle Session ID)
*
* @param sid
*/
@@ -318,7 +318,7 @@ public class RTPBridge extends IQ {
/**
* IQProvider for RTP Bridge packets.
- * Parse receive RTPBridge packet to a RTPBridge instance
+ * Parse receive RTPBridge stanza(/packet) to a RTPBridge instance
*
* @author Thiago Rocha
*/
diff --git a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/STUN.java b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/STUN.java
index c4416b4ea..f4016887f 100644
--- a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/STUN.java
+++ b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/STUN.java
@@ -36,7 +36,7 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
- * STUN IQ Packet used to request and retrieve a STUN server and port to make p2p connections easier. STUN is usually used by Jingle Media Transmission between two parties that are behind NAT.
+ * STUN IQ Stanza(/Packet) used to request and retrieve a STUN server and port to make p2p connections easier. STUN is usually used by Jingle Media Transmission between two parties that are behind NAT.
*
* High Level Usage Example:
*
@@ -53,17 +53,17 @@ public class STUN extends SimpleIQ {
private String publicIp = null;
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String DOMAIN = "stun";
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "query";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "google:jingleinfo";
@@ -107,7 +107,7 @@ public class STUN extends SimpleIQ {
/**
* IQProvider for RTP Bridge packets.
- * Parse receive RTPBridge packet to a RTPBridge instance
+ * Parse receive RTPBridge stanza(/packet) to a RTPBridge instance
*
* @author Thiago Rocha
*/
diff --git a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/TransportNegotiator.java b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/TransportNegotiator.java
index a80e4755d..6da4e566e 100644
--- a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/TransportNegotiator.java
+++ b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat/TransportNegotiator.java
@@ -45,7 +45,7 @@ import org.jivesoftware.smackx.jingleold.packet.JingleTransport.JingleTransportC
*
*
* This class is responsible for managing the transport negotiation process,
- * handling all the packet interchange and the stage control.
+ * handling all the stanza(/packet) interchange and the stage control.
*
* @author Alvaro Saurin
*/
@@ -543,7 +543,7 @@ public abstract class TransportNegotiator extends JingleNegotiator {
}
/**
- * Create a Jingle packet where we announce our transport candidates.
+ * Create a Jingle stanza(/packet) where we announce our transport candidates.
*
* @throws XMPPException
* @throws SmackException
@@ -585,11 +585,11 @@ public abstract class TransportNegotiator extends JingleNegotiator {
/**
* Dispatch an incoming packet. The method is responsible for recognizing
- * the packet type and, depending on the current state, deliverying the
- * packet to the right event handler and wait for a response.
+ * the stanza(/packet) type and, depending on the current state, deliverying the
+ * stanza(/packet) to the right event handler and wait for a response.
*
- * @param iq the packet received
- * @return the new Jingle packet to send.
+ * @param iq the stanza(/packet) received
+ * @return the new Jingle stanza(/packet) to send.
* @throws XMPPException
* @throws SmackException
*/
diff --git a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/packet/Jingle.java b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/packet/Jingle.java
index 4669d977b..a82951b32 100644
--- a/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/packet/Jingle.java
+++ b/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/packet/Jingle.java
@@ -179,7 +179,7 @@ public class Jingle extends IQ {
* Returns the XML element name of the extension sub-packet root element.
* Always returns "jingle"
*
- * @return the XML element name of the packet extension.
+ * @return the XML element name of the stanza(/packet) extension.
*/
public static String getElementName() {
return NODENAME;
@@ -188,7 +188,7 @@ public class Jingle extends IQ {
/**
* Returns the XML namespace of the extension sub-packet root element.
*
- * @return the XML namespace of the packet extension.
+ * @return the XML namespace of the stanza(/packet) extension.
*/
public static String getNamespace() {
return NAMESPACE;
@@ -319,7 +319,7 @@ public class Jingle extends IQ {
}
/**
- * Get a hash key for the session this packet belongs to.
+ * Get a hash key for the session this stanza(/packet) belongs to.
*
* @param sid The session id
* @param initiator The initiator
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/MetaData.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/MetaData.java
index 528e16632..8f5770ea6 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/MetaData.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/MetaData.java
@@ -25,17 +25,17 @@ import org.jivesoftware.smackx.workgroup.util.MetaDataUtils;
import org.jivesoftware.smack.packet.ExtensionElement;
/**
- * MetaData packet extension.
+ * MetaData stanza(/packet) extension.
*/
public class MetaData implements ExtensionElement {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "metadata";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent/AgentSession.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent/AgentSession.java
index 0492740ce..41e44f293 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent/AgentSession.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent/AgentSession.java
@@ -164,7 +164,7 @@ public class AgentSession {
/**
* Close the agent session. The underlying connection will remain opened but the
- * packet listeners that were added by this agent session will be removed.
+ * stanza(/packet) listeners that were added by this agent session will be removed.
*/
public void close() {
connection.removeAsyncStanzaListener(packetListener);
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent/Offer.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent/Offer.java
index 3092324d5..5cfdca8db 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent/Offer.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent/Offer.java
@@ -189,7 +189,7 @@ public class Offer {
}
/**
- * Packet for rejecting offers.
+ * Stanza(/Packet) for rejecting offers.
*/
private class RejectPacket extends IQ {
@@ -208,7 +208,7 @@ public class Offer {
}
/**
- * Packet for accepting an offer.
+ * Stanza(/Packet) for accepting an offer.
*/
private class AcceptPacket extends IQ {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent/OfferConfirmation.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent/OfferConfirmation.java
index 4f65ec6fc..5cc514450 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent/OfferConfirmation.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent/OfferConfirmation.java
@@ -95,7 +95,7 @@ public class OfferConfirmation extends SimpleIQ {
/**
- * Packet for notifying server of RoomName
+ * Stanza(/Packet) for notifying server of RoomName
*/
private class NotifyServicePacket extends IQ {
String roomName;
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm.java
index 29c585151..c601daf46 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm.java
@@ -29,12 +29,12 @@ import org.xmlpull.v1.XmlPullParserException;
public class WorkgroupForm extends SimpleIQ {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "workgroup-form";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory.java
index 5b96a9870..37487845d 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory.java
@@ -35,12 +35,12 @@ import java.util.List;
public class AgentChatHistory extends IQ {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "chat-sessions";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
@@ -86,7 +86,7 @@ public class AgentChatHistory extends IQ {
}
/**
- * Packet extension provider for AgentHistory packets.
+ * Stanza(/Packet) extension provider for AgentHistory packets.
*/
public static class InternalProvider extends IQProvider {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata.java
index 0a53f4f83..57a177d1b 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata.java
@@ -31,12 +31,12 @@ import java.util.Map;
public class ChatMetadata extends IQ {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "chat-metadata";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/macros/Macros.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/macros/Macros.java
index c98afc9fd..8a969de9e 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/macros/Macros.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/macros/Macros.java
@@ -34,12 +34,12 @@ import org.xmlpull.v1.XmlPullParser;
public class Macros extends IQ {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "macros";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes.java
index 2c6e9d588..c79929ade 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes.java
@@ -25,17 +25,17 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
- * IQ packet for retrieving and adding Chat Notes.
+ * IQ stanza(/packet) for retrieving and adding Chat Notes.
*/
public class ChatNotes extends IQ {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "chat-notes";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/AgentInfo.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/AgentInfo.java
index 1187c5f9b..cec4f0f84 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/AgentInfo.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/AgentInfo.java
@@ -25,17 +25,17 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
- * IQ packet for retrieving and changing the Agent personal information.
+ * IQ stanza(/packet) for retrieving and changing the Agent personal information.
*/
public class AgentInfo extends IQ {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "agent-info";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/AgentStatus.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/AgentStatus.java
index 63cb33148..5eddba284 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/AgentStatus.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/AgentStatus.java
@@ -45,12 +45,12 @@ public class AgentStatus implements ExtensionElement {
}
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "agent-status";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jabber.org/protocol/workgroup";
@@ -221,7 +221,7 @@ public class AgentStatus implements ExtensionElement {
}
/**
- * Packet extension provider for AgentStatus packets.
+ * Stanza(/Packet) extension provider for AgentStatus packets.
*/
public static class Provider extends ExtensionElementProvider {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest.java
index cc1e51dbd..55b33d09b 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest.java
@@ -29,8 +29,8 @@ import java.util.Iterator;
import java.util.Set;
/**
- * Agent status request packet. This packet is used by agents to request the list of
- * agents in a workgroup. The response packet contains a list of packets. Presence
+ * Agent status request packet. This stanza(/packet) is used by agents to request the list of
+ * agents in a workgroup. The response stanza(/packet) contains a list of packets. Presence
* packets from individual agents follow.
*
* @author Matt Tucker
@@ -38,12 +38,12 @@ import java.util.Set;
public class AgentStatusRequest extends IQ {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "agent-status-request";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jabber.org/protocol/workgroup";
@@ -114,7 +114,7 @@ public class AgentStatusRequest extends IQ {
}
/**
- * Packet extension provider for AgentStatusRequest packets.
+ * Stanza(/Packet) extension provider for AgentStatusRequest packets.
*/
public static class Provider extends IQProvider {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/DepartQueuePacket.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/DepartQueuePacket.java
index 40885d648..b7925f878 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/DepartQueuePacket.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/DepartQueuePacket.java
@@ -20,7 +20,7 @@ package org.jivesoftware.smackx.workgroup.packet;
import org.jivesoftware.smack.packet.IQ;
/**
- * A IQ packet used to depart a workgroup queue. There are two cases for issuing a depart
+ * A IQ stanza(/packet) used to depart a workgroup queue. There are two cases for issuing a depart
* queue request:
* - The user wants to leave the queue. In this case, an instance of this class
* should be created without passing in a user address.
@@ -39,7 +39,7 @@ public class DepartQueuePacket extends IQ {
}
/**
- * Creates a depart queue request packet to the specified workgroup.
+ * Creates a depart queue request stanza(/packet) to the specified workgroup.
*
* @param workgroup the workgroup to depart.
*/
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/MonitorPacket.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/MonitorPacket.java
index 9da53db75..3fe42a597 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/MonitorPacket.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/MonitorPacket.java
@@ -46,12 +46,12 @@ public class MonitorPacket extends IQ {
}
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "monitor";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
@@ -72,7 +72,7 @@ public class MonitorPacket extends IQ {
/**
- * Packet extension provider for Monitor Packets.
+ * Stanza(/Packet) extension provider for Monitor Packets.
*/
public static class InternalProvider extends IQProvider {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.java
index 3abe85ac6..7b0b35f60 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.java
@@ -33,7 +33,7 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
- * Packet used for requesting information about occupants of a room or for retrieving information
+ * Stanza(/Packet) used for requesting information about occupants of a room or for retrieving information
* such information.
*
* @author Gaston Dombiak
@@ -47,12 +47,12 @@ public class OccupantsInfo extends IQ {
}
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "occupants-info";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
@@ -127,7 +127,7 @@ public class OccupantsInfo extends IQ {
}
/**
- * Packet extension provider for AgentStatusRequest packets.
+ * Stanza(/Packet) extension provider for AgentStatusRequest packets.
*/
public static class Provider extends IQProvider {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/QueueDetails.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/QueueDetails.java
index e201daf83..e7c47bb96 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/QueueDetails.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/QueueDetails.java
@@ -34,19 +34,19 @@ import java.util.Set;
import java.util.logging.Logger;
/**
- * Queue details packet extension, which contains details about the users
+ * Queue details stanza(/packet) extension, which contains details about the users
* currently in a queue.
*/
public class QueueDetails implements ExtensionElement {
private static final Logger LOGGER = Logger.getLogger(QueueDetails.class.getName());
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "notify-queue-details";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jabber.org/protocol/workgroup";
@@ -141,7 +141,7 @@ public class QueueDetails implements ExtensionElement {
}
/**
- * Provider class for QueueDetails packet extensions.
+ * Provider class for QueueDetails stanza(/packet) extensions.
*/
public static class Provider extends ExtensionElementProvider {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/QueueOverview.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/QueueOverview.java
index 2d9935a4a..b263a54ca 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/QueueOverview.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/QueueOverview.java
@@ -32,12 +32,12 @@ import java.util.Date;
public class QueueOverview implements ExtensionElement {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static String ELEMENT_NAME = "notify-queue";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static String NAMESPACE = "http://jabber.org/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/QueueUpdate.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/QueueUpdate.java
index debf402b4..4b1fe9645 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/QueueUpdate.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/QueueUpdate.java
@@ -25,19 +25,19 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
- * An IQ packet that encapsulates both types of workgroup queue
+ * An IQ stanza(/packet) that encapsulates both types of workgroup queue
* status notifications -- position updates, and estimated time
* left in the queue updates.
*/
public class QueueUpdate implements ExtensionElement {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "queue-status";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jabber.org/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/RoomInvitation.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/RoomInvitation.java
index c03544ef0..d9fb98f4e 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/RoomInvitation.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/RoomInvitation.java
@@ -28,19 +28,19 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
- * Packet extension for {@link org.jivesoftware.smackx.workgroup.agent.InvitationRequest}.
+ * Stanza(/Packet) extension for {@link org.jivesoftware.smackx.workgroup.agent.InvitationRequest}.
*
* @author Gaston Dombiak
*/
public class RoomInvitation implements ExtensionElement {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "invite";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jabber.org/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/RoomTransfer.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/RoomTransfer.java
index 8b4b4d9d8..b56b54a9a 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/RoomTransfer.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/RoomTransfer.java
@@ -28,19 +28,19 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
- * Packet extension for {@link org.jivesoftware.smackx.workgroup.agent.TransferRequest}.
+ * Stanza(/Packet) extension for {@link org.jivesoftware.smackx.workgroup.agent.TransferRequest}.
*
* @author Gaston Dombiak
*/
public class RoomTransfer implements ExtensionElement {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "transfer";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jabber.org/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/SessionID.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/SessionID.java
index e869690cd..9e64852e2 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/SessionID.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/SessionID.java
@@ -27,12 +27,12 @@ import org.xmlpull.v1.XmlPullParserException;
public class SessionID implements ExtensionElement {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "session";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.java
index 79fd4c2d1..0e7c5dde8 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.java
@@ -27,7 +27,7 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
- * IQ packet for retrieving the transcript search form, submiting the completed search form
+ * IQ stanza(/packet) for retrieving the transcript search form, submiting the completed search form
* or retrieving the answer of a transcript search.
*
* @author Gaston Dombiak
@@ -35,12 +35,12 @@ import org.xmlpull.v1.XmlPullParserException;
public class TranscriptSearch extends SimpleIQ {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "transcript-search";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/UserID.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/UserID.java
index 3e2a6499f..2ea844952 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/UserID.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/UserID.java
@@ -27,12 +27,12 @@ import org.xmlpull.v1.XmlPullParserException;
public class UserID implements ExtensionElement {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "user";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation.java
index 9b19b2fb8..08869e762 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation.java
@@ -25,18 +25,18 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
- * A packet extension that contains information about the user and agent in a
- * workgroup chat. The packet extension is attached to group chat invitations.
+ * A stanza(/packet) extension that contains information about the user and agent in a
+ * workgroup chat. The stanza(/packet) extension is attached to group chat invitations.
*/
public class WorkgroupInformation implements ExtensionElement {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "workgroup";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jabber.org/protocol/workgroup";
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/ChatSettings.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/ChatSettings.java
index ca5596ab8..d9a298fdc 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/ChatSettings.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/ChatSettings.java
@@ -50,12 +50,12 @@ public class ChatSettings extends IQ {
private int type = -1;
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "chat-settings";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
@@ -120,7 +120,7 @@ public class ChatSettings extends IQ {
}
/**
- * Packet extension provider for AgentStatusRequest packets.
+ * Stanza(/Packet) extension provider for AgentStatusRequest packets.
*/
public static class InternalProvider extends IQProvider {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/GenericSettings.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/GenericSettings.java
index 05f5d3321..8bea4f59a 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/GenericSettings.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/GenericSettings.java
@@ -51,12 +51,12 @@ public class GenericSettings extends IQ {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "generic-metadata";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
@@ -74,7 +74,7 @@ public class GenericSettings extends IQ {
}
/**
- * Packet extension provider for SoundSetting Packets.
+ * Stanza(/Packet) extension provider for SoundSetting Packets.
*/
public static class InternalProvider extends IQProvider {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/OfflineSettings.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/OfflineSettings.java
index 0483de5cc..63e969099 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/OfflineSettings.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/OfflineSettings.java
@@ -87,12 +87,12 @@ public class OfflineSettings extends SimpleIQ {
}
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "offline-settings";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
@@ -101,7 +101,7 @@ public class OfflineSettings extends SimpleIQ {
}
/**
- * Packet extension provider for AgentStatusRequest packets.
+ * Stanza(/Packet) extension provider for AgentStatusRequest packets.
*/
public static class InternalProvider extends IQProvider {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/SearchSettings.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/SearchSettings.java
index 918417545..ff24f7ae9 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/SearchSettings.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/SearchSettings.java
@@ -58,12 +58,12 @@ public class SearchSettings extends SimpleIQ {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "search-settings";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
@@ -72,7 +72,7 @@ public class SearchSettings extends SimpleIQ {
}
/**
- * Packet extension provider for AgentStatusRequest packets.
+ * Stanza(/Packet) extension provider for AgentStatusRequest packets.
*/
public static class InternalProvider extends IQProvider {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/SoundSettings.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/SoundSettings.java
index 67317ee39..e7883b602 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/SoundSettings.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/SoundSettings.java
@@ -48,12 +48,12 @@ public class SoundSettings extends SimpleIQ {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "sound-settings";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
@@ -62,7 +62,7 @@ public class SoundSettings extends SimpleIQ {
}
/**
- * Packet extension provider for SoundSetting Packets.
+ * Stanza(/Packet) extension provider for SoundSetting Packets.
*/
public static class InternalProvider extends IQProvider {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties.java
index 8166c69d4..5511fd993 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties.java
@@ -66,12 +66,12 @@ public class WorkgroupProperties extends IQ {
/**
- * Element name of the packet extension.
+ * Element name of the stanza(/packet) extension.
*/
public static final String ELEMENT_NAME = "workgroup-properties";
/**
- * Namespace of the packet extension.
+ * Namespace of the stanza(/packet) extension.
*/
public static final String NAMESPACE = "http://jivesoftware.com/protocol/workgroup";
@@ -89,7 +89,7 @@ public class WorkgroupProperties extends IQ {
}
/**
- * Packet extension provider for SoundSetting Packets.
+ * Stanza(/Packet) extension provider for SoundSetting Packets.
*/
public static class InternalProvider extends IQProvider {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/user/Workgroup.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/user/Workgroup.java
index 30ce5fd91..44b52ed97 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/user/Workgroup.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/user/Workgroup.java
@@ -543,7 +543,7 @@ public class Workgroup {
}
/**
- * IQ packet to request joining the workgroup queue.
+ * IQ stanza(/packet) to request joining the workgroup queue.
*/
private class JoinQueuePacket extends IQ {
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/xevent/packet/MessageEvent.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/xevent/packet/MessageEvent.java
index a58c65474..0a571a288 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/xevent/packet/MessageEvent.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/xevent/packet/MessageEvent.java
@@ -76,7 +76,7 @@ public class MessageEvent implements ExtensionElement {
* Returns the XML element name of the extension sub-packet root element.
* Always returns "x"
*
- * @return the XML element name of the packet extension.
+ * @return the XML element name of the stanza(/packet) extension.
*/
public String getElementName() {
return ELEMENT;
@@ -86,7 +86,7 @@ public class MessageEvent implements ExtensionElement {
* Returns the XML namespace of the extension sub-packet root element.
* According the specification the namespace is always "jabber:x:event"
*
- * @return the XML namespace of the packet extension.
+ * @return the XML namespace of the stanza(/packet) extension.
*/
public String getNamespace() {
return NAMESPACE;
@@ -153,7 +153,7 @@ public class MessageEvent implements ExtensionElement {
/**
* Returns the unique ID of the message that requested to be notified of the event.
- * The packet id is not used when the message is a request for notifications
+ * The stanza(/packet) id is not used when the message is a request for notifications
*
* @return the message id that requested to be notified of the event.
*/
@@ -254,7 +254,7 @@ public class MessageEvent implements ExtensionElement {
/**
* Sets the unique ID of the message that requested to be notified of the event.
- * The packet id is not used when the message is a request for notifications
+ * The stanza(/packet) id is not used when the message is a request for notifications
*
* @param packetID the message id that requested to be notified of the event.
*/
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/xevent/provider/MessageEventProvider.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/xevent/provider/MessageEventProvider.java
index ba2304b96..8d0aa3368 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/xevent/provider/MessageEventProvider.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/xevent/provider/MessageEventProvider.java
@@ -33,7 +33,7 @@ import org.xmlpull.v1.XmlPullParserException;
public class MessageEventProvider extends ExtensionElementProvider {
/**
- * Parses a MessageEvent packet (extension sub-packet).
+ * Parses a MessageEvent stanza(/packet) (extension sub-packet).
*
* @param parser the XML parser, positioned at the starting element of the extension.
* @return a PacketExtension.
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/xroster/packet/RosterExchange.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/xroster/packet/RosterExchange.java
index 1baed7bda..d7e234384 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/xroster/packet/RosterExchange.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/xroster/packet/RosterExchange.java
@@ -108,7 +108,7 @@ public class RosterExchange implements ExtensionElement {
* Returns the XML element name of the extension sub-packet root element.
* Always returns "x"
*
- * @return the XML element name of the packet extension.
+ * @return the XML element name of the stanza(/packet) extension.
*/
public String getElementName() {
return RosterExchangeManager.ELEMENT;
@@ -119,7 +119,7 @@ public class RosterExchange implements ExtensionElement {
* According the specification the namespace is always "jabber:x:roster"
* (which is not to be confused with the 'jabber:iq:roster' namespace
*
- * @return the XML namespace of the packet extension.
+ * @return the XML namespace of the stanza(/packet) extension.
*/
public String getNamespace() {
return RosterExchangeManager.NAMESPACE;
diff --git a/smack-legacy/src/main/java/org/jivesoftware/smackx/xroster/provider/RosterExchangeProvider.java b/smack-legacy/src/main/java/org/jivesoftware/smackx/xroster/provider/RosterExchangeProvider.java
index 9eca95521..2296956f8 100644
--- a/smack-legacy/src/main/java/org/jivesoftware/smackx/xroster/provider/RosterExchangeProvider.java
+++ b/smack-legacy/src/main/java/org/jivesoftware/smackx/xroster/provider/RosterExchangeProvider.java
@@ -35,7 +35,7 @@ import org.xmlpull.v1.XmlPullParserException;
public class RosterExchangeProvider extends ExtensionElementProvider {
/**
- * Parses a RosterExchange packet (extension sub-packet).
+ * Parses a RosterExchange stanza(/packet) (extension sub-packet).
*
* @param parser the XML parser, positioned at the starting element of the extension.
* @return a PacketExtension.
diff --git a/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java b/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java
index 0812fa5f4..4f28dc633 100644
--- a/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java
+++ b/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java
@@ -597,7 +597,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
}
/**
- * Initializes the connection by creating a packet reader and writer and opening a
+ * Initializes the connection by creating a stanza(/packet) reader and writer and opening a
* XMPP stream to the server.
*
* @throws XMPPException if establishing a connection to the server fails.
@@ -955,7 +955,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
}
/**
- * Shuts the packet reader down. This method simply sets the 'done' flag to true.
+ * Shuts the stanza(/packet) reader down. This method simply sets the 'done' flag to true.
*/
void shutdown() {
done = true;
@@ -1176,7 +1176,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
XMPPTCPConnection.this);
/**
- * If set, the packet writer is shut down
+ * If set, the stanza(/packet) writer is shut down
*/
protected volatile Long shutdownTimestamp = null;
@@ -1254,7 +1254,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
}
/**
- * Shuts down the packet writer. Once this method has been called, no further
+ * Shuts down the stanza(/packet) writer. Once this method has been called, no further
* packets will be written to the server.
*/
void shutdown(boolean instant) {
diff --git a/smack-tcp/src/test/java/org/jivesoftware/smack/tcp/PacketWriterTest.java b/smack-tcp/src/test/java/org/jivesoftware/smack/tcp/PacketWriterTest.java
index 5b501b634..204f3ddb8 100644
--- a/smack-tcp/src/test/java/org/jivesoftware/smack/tcp/PacketWriterTest.java
+++ b/smack-tcp/src/test/java/org/jivesoftware/smack/tcp/PacketWriterTest.java
@@ -33,7 +33,7 @@ public class PacketWriterTest {
volatile boolean prematureUnblocked;
/**
- * Make sure that packet writer does block once the queue reaches
+ * Make sure that stanza(/packet) writer does block once the queue reaches
* {@link PacketWriter#QUEUE_SIZE} and that
* {@link PacketWriter#sendStanza(org.jivesoftware.smack.tcp.packet.Packet)} does unblock after the
* interrupt.