1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +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

@ -121,10 +121,10 @@ public class Chat {
}
/**
* Adds a stanza(/packet) listener that will be notified of any new messages in the
* Adds a stanza listener that will be notified of any new messages in the
* chat.
*
* @param listener a stanza(/packet) listener.
* @param listener a stanza listener.
*/
public void addMessageListener(ChatMessageListener listener) {
if (listener == null) {