mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Follow-up commit after merging support for XEP-0446: File Metadata Element
This is a follow-up commit after 441d677644
("Initial support for
XEP-0446: File Metadata Element"). It includes the following changes
1. Use idiomatic provider design for FileMetadataElementProvider
2. Add XEP-0264 and XEP-0446 to the list of supported XEPs (both where
added with441d6776447f)
This commit is contained in:
parent
3d6fa5dbae
commit
b5180f819f
4 changed files with 120 additions and 78 deletions
|
@ -370,6 +370,12 @@
|
|||
* <td>Allows sending a MUC invitation directly from the user to the contact with mediation by the room.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Jingle Content Thumbnails</td>
|
||||
* <td><a href="https://xmpp.org/extensions/xep-0264.html">XEP-0264</a></td>
|
||||
* <td>{@link org.jivesoftware.smackx.thumbnails.element}</td>
|
||||
* <td>Defines a way for a client to supply a preview image for Jingle content.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Message Carbons</td>
|
||||
* <td><a href="https://xmpp.org/extensions/xep-0280.html">XEP-0280</a></td>
|
||||
* <td>{@link org.jivesoftware.smackx.carbons}</td>
|
||||
|
@ -583,6 +589,12 @@
|
|||
* <td>Declare body elements of a message as ignorable fallback for naive legacy clients.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>File metadata element</td>
|
||||
* <td><a href="https://xmpp.org/extensions/xep-0446.html">XEP-0446</a></td>
|
||||
* <td>{@link org.jivesoftware.smackx.file_metadata.element}</td>
|
||||
* <td>Defines a generic file metadata element to be used in other specifications.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Google GCM JSON payload</td>
|
||||
* <td></td>
|
||||
* <td></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue