1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-14 06:51:08 +01:00

Globally 's;stanza(/packet);stanza;'

This commit is contained in:
Florian Schmaus 2018-03-31 14:17:30 +02:00
parent 1d12be1644
commit ad87243060
171 changed files with 911 additions and 599 deletions

View file

@ -270,7 +270,7 @@ public final class FileTransferNegotiator extends Manager {
* the option of, accepting, rejecting, or not responding to a received file
* transfer request.
* <p>
* If they accept, the stanza(/packet) will contain the other user's chosen stream
* If they accept, the stanza 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 <a
* href="http://www.xmpp.org/extensions/jep-0065.html">SOCKS5 Bytestreams</a>,

View file

@ -106,11 +106,11 @@ public class FileTransferRequest {
}
/**
* Returns the stream initiation stanza(/packet) that was sent by the requester which
* Returns the stream initiation stanza that was sent by the requester which
* contains the parameters of the file transfer being transfer and also the
* methods available to transfer the file.
*
* @return Returns the stream initiation stanza(/packet) that was sent by the
* @return Returns the stream initiation stanza that was sent by the
* requester which contains the parameters of the file transfer
* being transfer and also the methods available to transfer the
* file.

View file

@ -65,7 +65,7 @@ public abstract class StreamNegotiator extends Manager {
protected static final EventManger<String, IQ, SmackException.NotConnectedException> initationSetEvents = new EventManger<>();
/**
* Creates the initiation acceptance stanza(/packet) to forward to the stream
* Creates the initiation acceptance stanza to forward to the stream
* initiator.
*
* @param streamInitiationOffer The offer from the stream initiator to connect for a stream.