jar

nl.goodbytes.xmpp.xep : httpfileuploadcomponent

Maven & Gradle

Nov 16, 2022
8 stars

HTTP File Upload Component · Implementation of an XMPP External Component that implements XEP-0363 'HTTP File Upload'.

Table Of Contents

Latest Version

Download nl.goodbytes.xmpp.xep : httpfileuploadcomponent JAR file - Latest Versions:

All Versions

Download nl.goodbytes.xmpp.xep : httpfileuploadcomponent JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window httpfileuploadcomponent-1.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

nl.goodbytes.xmpp.xep0363

├─ nl.goodbytes.xmpp.xep0363.Component.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.Launcher.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.LegacyUUID.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.Repository.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.RepositoryManager.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.SecureUUID.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.SecureUniqueId.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.SecureUniqueIdFactory.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.Servlet.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.Slot.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.SlotManager.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.SlotProvider.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.TooLargeException.class - [JAR]

nl.goodbytes.xmpp.xep0363.repository

├─ nl.goodbytes.xmpp.xep0363.repository.AbstractFileSystemRepository.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.repository.DirectoryRepository.class - [JAR]

├─ nl.goodbytes.xmpp.xep0363.repository.TempDirectoryRepository.class - [JAR]

nl.goodbytes.xmpp.xep0363.slot

├─ nl.goodbytes.xmpp.xep0363.slot.DefaultSlotProvider.class - [JAR]

Advertisement