mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
[urldata] Follow-up on initial merge of XEP-0103/0104 support
This is a follow-up on 198c51356d
("Add initial support for XEP-0103
and XEP-0104: URL Address Information"), which
1. adds the entries to the support XEPs table
2. registers the provider
3. renames the package from url_address_information to urldata (aka.
the shortname of XEP-0130).
This commit is contained in:
parent
8425671b31
commit
1ad394f256
17 changed files with 69 additions and 41 deletions
|
@ -206,6 +206,18 @@
|
|||
* <td>Transfer files between two users over XMPP.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>URL Address Information</td>
|
||||
* <td><a href="https://xmpp.org/extensions/xep-0103.html">XEP-0103</a></td>
|
||||
* <td>{@link org.jivesoftware.smackx.urldata.element}</td>
|
||||
* <td>Provide information about an Uniform Resource Locator (URL), and a protocol signaling retrieval states.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HTTP Scheme for URL Data</td>
|
||||
* <td><a href="https://xmpp.orf/extensions/xep-0104.html">XEP-0104</a></td>
|
||||
* <td></td>
|
||||
* <td>A schema description for detailed information about HTTP URLs.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>User Mood</td>
|
||||
* <td><a href="https://xmpp.org/extensions/xep-0107.html">XEP-0107</a></td>
|
||||
* <td></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue