Skip to content

Commit

Permalink
Added javadoc about extended content to PacketExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Oct 30, 2014
1 parent e88583d commit 0e4196a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
* extended functionality beyond what is in the base XMPP specification. Examples of
* packet extensions include message events, message properties, and extra presence data.
* IQ packets cannot contain packet extensions.
* <p>
* This class is used primarily for extended content in XMPP Stanzas, to act as so called "extension elements". For more
* information see <a href="https://tools.ietf.org/html/rfc6120#section-8.4">RFC 6120 § 8.4 Extended Content</a>.
* </p>
*
* @see DefaultPacketExtension
* @see org.jivesoftware.smack.provider.PacketExtensionProvider
Expand Down

0 comments on commit 0e4196a

Please sign in to comment.