mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Typo in CarbonManager.java
The listeners "were" registered...
This commit is contained in:
parent
105192d7e7
commit
f23f27aa75
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ import org.jxmpp.jid.EntityFullJid;
|
|||
* <p>
|
||||
* Note that <b>it is important to match the 'from' attribute of the message wrapping a carbon copy</b>, as otherwise it would
|
||||
* may be possible for others to impersonate users. Smack's CarbonManager takes care of that in
|
||||
* {@link CarbonCopyReceivedListener}s which where registered with
|
||||
* {@link CarbonCopyReceivedListener}s which were registered with
|
||||
* {@link #addCarbonCopyReceivedListener(CarbonCopyReceivedListener)}.
|
||||
* </p>
|
||||
* <p>
|
||||
|
|
Loading…
Reference in a new issue