mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 10:49:41 +02:00
Merge branch '4.0'
Conflicts: build.gradle documentation/connections.html documentation/gettingstarted.html smack-core/src/main/java/org/jivesoftware/smack/SmackException.java smack-core/src/test/java/org/jivesoftware/smack/parsing/ParsingExceptionTest.java smack-core/src/test/java/org/jivesoftware/smack/test/util/TestUtils.java smack-core/src/test/java/org/jivesoftware/smack/util/PacketParserUtilsTest.java smack-extensions/src/main/java/org/jivesoftware/smackx/caps/cache/SimpleDirectoryPersistentCache.java smack-extensions/src/main/java/org/jivesoftware/smackx/ping/PingManager.java smack-tcp/src/main/java/org/jivesoftware/smack/tcp/PacketReader.java
This commit is contained in:
commit
94a16ba41e
61 changed files with 806 additions and 300 deletions
|
@ -17,10 +17,10 @@ The file transfer extension allows the user to transmit and receive files.
|
|||
<li><a href="#recievefile">Recieving a file from another user</a></li>
|
||||
<li><a href="#monitorprogress">Monitoring the progress of a file transfer</a></li>
|
||||
</ul>
|
||||
<b>JEP related:</b> <a href="http://www.jabber.org/jeps/jep-0095.html">JEP-95</a>
|
||||
<a href="http://www.jabber.org/jeps/jep-0096.html">JEP-96</a>
|
||||
<a href="http://www.jabber.org/jeps/jep-0065.html">JEP-65</a>
|
||||
<a href="http://www.jabber.org/jeps/jep-0047.html">JEP-47</a>
|
||||
<b>XEP related:</b> <a href="http://www.xmpp.org/extensions/xep-0095.html">XEP-95</a>
|
||||
<a href="http://www.xmpp.org/extensions/xep-0096.html">XEP-96</a>
|
||||
<a href="http://www.xmpp.org/extensions/xep-0065.html">XEP-65</a>
|
||||
<a href="http://www.xmpp.org/extensions/xep-0047.html">XEP-47</a>
|
||||
<hr>
|
||||
|
||||
<div class="subheader"><a name="sendfile">Send a file to another user</a></div><p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue