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:
parent
98109e7b86
commit
cc0022c919
32 changed files with 99 additions and 99 deletions
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue