1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 10:19:41 +02: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

@ -248,7 +248,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
* Closes the connection by setting presence to unavailable and closing the
* HTTP client. The shutdown logic will be used during a planned disconnection or when
* dealing with an unexpected disconnection. Unlike {@link #disconnect()} the connection's
* BOSH stanza(/packet) reader will not be removed; thus connection's state is kept.
* BOSH stanza reader will not be removed; thus connection's state is kept.
*
*/
@Override
@ -460,7 +460,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
/**
* Listens for XML traffic from the BOSH connection manager and parses it into
* stanza(/packet) objects.
* stanza objects.
*
* @author Guenther Niess
*/