mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-13 14:31:08 +01:00
Globally 's;stanza(/packet);stanza;'
This commit is contained in:
parent
1d12be1644
commit
ad87243060
171 changed files with 911 additions and 599 deletions
|
|
@ -28,7 +28,7 @@ import org.jivesoftware.smackx.forward.packet.Forwarded;
|
|||
* meant to synchronize a message flow to multiple presences of a user.
|
||||
*
|
||||
* <p>
|
||||
* It accomplishes this by wrapping a {@link Forwarded} stanza(/packet) in a <b>sent</b>
|
||||
* It accomplishes this by wrapping a {@link Forwarded} stanza in a <b>sent</b>
|
||||
* or <b>received</b> element
|
||||
*
|
||||
* @author Georg Lukas
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ import org.xmlpull.v1.XmlPullParser;
|
|||
|
||||
/**
|
||||
* This class implements the {@link ExtensionElementProvider} to parse
|
||||
* carbon copied messages from a packet. It will return a {@link CarbonExtension} stanza(/packet) extension.
|
||||
* carbon copied messages from a packet. It will return a {@link CarbonExtension} stanza extension.
|
||||
*
|
||||
* @author Georg Lukas
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue