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:
parent
1d12be1644
commit
ad87243060
171 changed files with 911 additions and 599 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue