1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-12 05:51:08 +01: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

@ -694,7 +694,7 @@ public final class Socks5BytestreamManager extends Manager implements Bytestream
* Specified in XEP-65 5.3.1 (Example 13)
* </p>
*
* @param packet Stanza(/Packet) that should be answered with a not-acceptable error
* @param packet Stanza that should be answered with a not-acceptable error
* @throws NotConnectedException
* @throws InterruptedException
*/

View file

@ -260,7 +260,7 @@ public class Bytestream extends IQ {
}
/**
* Stanza(/Packet) extension that represents a potential SOCKS5 proxy for the file transfer. Stream hosts
* Stanza extension that represents a potential SOCKS5 proxy for the file transfer. Stream hosts
* are forwarded to the target of the file transfer who then chooses and connects to one.
*
* @author Alexander Wenckus