1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-15 16:14:49 +02:00

Merge pull request #269 from noctux/patch-1

Typo in CarbonManager.java
This commit is contained in:
Florian Schmaus 2018-09-11 10:00:51 +02:00 committed by GitHub
commit c9523f9717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ import org.jxmpp.jid.EntityFullJid;
* <p> * <p>
* Note that <b>it is important to match the 'from' attribute of the message wrapping a carbon copy</b>, as otherwise it would * 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 * 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)}. * {@link #addCarbonCopyReceivedListener(CarbonCopyReceivedListener)}.
* </p> * </p>
* <p> * <p>