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

Globally s;Stanza(/Packet);Stanza; and more 'packet' → 'stanza'

This commit is contained in:
Florian Schmaus 2018-04-23 21:06:35 +02:00
parent 98109e7b86
commit cc0022c919
32 changed files with 99 additions and 99 deletions

View file

@ -192,7 +192,7 @@ public class Offer {
}
/**
* Stanza(/Packet) for rejecting offers.
* Stanza for rejecting offers.
*/
private class RejectPacket extends IQ {
@ -211,7 +211,7 @@ public class Offer {
}
/**
* Stanza(/Packet) for accepting an offer.
* Stanza for accepting an offer.
*/
private class AcceptPacket extends IQ {

View file

@ -97,7 +97,7 @@ public class OfferConfirmation extends SimpleIQ {
/**
* Stanza(/Packet) for notifying server of RoomName
* Stanza for notifying server of RoomName
*/
private static class NotifyServicePacket extends IQ {
String roomName;

View file

@ -88,7 +88,7 @@ public class AgentChatHistory extends IQ {
}
/**
* Stanza(/Packet) extension provider for AgentHistory packets.
* Stanza extension provider for AgentHistory packets.
*/
public static class InternalProvider extends IQProvider<AgentChatHistory> {

View file

@ -232,7 +232,7 @@ public class AgentStatus implements ExtensionElement {
}
/**
* Stanza(/Packet) extension provider for AgentStatus packets.
* Stanza extension provider for AgentStatus packets.
*/
public static class Provider extends ExtensionElementProvider<AgentStatus> {

View file

@ -116,7 +116,7 @@ public class AgentStatusRequest extends IQ {
}
/**
* Stanza(/Packet) extension provider for AgentStatusRequest packets.
* Stanza extension provider for AgentStatusRequest packets.
*/
public static class Provider extends IQProvider<AgentStatusRequest> {

View file

@ -73,7 +73,7 @@ public class MonitorPacket extends IQ {
/**
* Stanza(/Packet) extension provider for Monitor Packets.
* Stanza extension provider for Monitor Packets.
*/
public static class InternalProvider extends IQProvider<MonitorPacket> {

View file

@ -34,7 +34,7 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
* Stanza(/Packet) used for requesting information about occupants of a room or for retrieving information
* Stanza used for requesting information about occupants of a room or for retrieving information
* such information.
*
* @author Gaston Dombiak
@ -131,7 +131,7 @@ public class OccupantsInfo extends IQ {
}
/**
* Stanza(/Packet) extension provider for AgentStatusRequest packets.
* Stanza extension provider for AgentStatusRequest packets.
*/
public static class Provider extends IQProvider<OccupantsInfo> {

View file

@ -33,7 +33,7 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
* Stanza(/Packet) extension for {@link org.jivesoftware.smackx.workgroup.agent.InvitationRequest}.
* Stanza extension for {@link org.jivesoftware.smackx.workgroup.agent.InvitationRequest}.
*
* @author Gaston Dombiak
*/

View file

@ -29,7 +29,7 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
* Stanza(/Packet) extension for {@link org.jivesoftware.smackx.workgroup.agent.TransferRequest}.
* Stanza extension for {@link org.jivesoftware.smackx.workgroup.agent.TransferRequest}.
*
* @author Gaston Dombiak
*/

View file

@ -121,7 +121,7 @@ public class ChatSettings extends IQ {
}
/**
* Stanza(/Packet) extension provider for AgentStatusRequest packets.
* Stanza extension provider for AgentStatusRequest packets.
*/
public static class InternalProvider extends IQProvider<ChatSettings> {

View file

@ -75,7 +75,7 @@ public class GenericSettings extends IQ {
}
/**
* Stanza(/Packet) extension provider for SoundSetting Packets.
* Stanza extension provider for SoundSetting Packets.
*/
public static class InternalProvider extends IQProvider<GenericSettings> {

View file

@ -102,7 +102,7 @@ public class OfflineSettings extends SimpleIQ {
}
/**
* Stanza(/Packet) extension provider for AgentStatusRequest packets.
* Stanza extension provider for AgentStatusRequest packets.
*/
public static class InternalProvider extends IQProvider<OfflineSettings> {

View file

@ -73,7 +73,7 @@ public class SearchSettings extends SimpleIQ {
}
/**
* Stanza(/Packet) extension provider for AgentStatusRequest packets.
* Stanza extension provider for AgentStatusRequest packets.
*/
public static class InternalProvider extends IQProvider<SearchSettings> {

View file

@ -63,7 +63,7 @@ public class SoundSettings extends SimpleIQ {
}
/**
* Stanza(/Packet) extension provider for SoundSetting Packets.
* Stanza extension provider for SoundSetting Packets.
*/
public static class InternalProvider extends IQProvider<SoundSettings> {

View file

@ -90,7 +90,7 @@ public class WorkgroupProperties extends IQ {
}
/**
* Stanza(/Packet) extension provider for SoundSetting Packets.
* Stanza extension provider for SoundSetting Packets.
*/
public static class InternalProvider extends IQProvider<WorkgroupProperties> {