jar

org.igniterealtime.smack : smack-websocket

Maven & Gradle

Mar 03, 2022
2 usages
2.3k stars

Smack · Smack for XMPP connections over WebSocket (RFC 7395).

Table Of Contents

Latest Version

Download org.igniterealtime.smack : smack-websocket JAR file - Latest Versions:

All Versions

Download org.igniterealtime.smack : smack-websocket JAR file - All Versions:

Version Vulnerabilities Size Updated
4.5.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 smack-websocket-4.5.0-alpha1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jivesoftware.smack.websocket

├─ org.jivesoftware.smack.websocket.WebSocketConnectionAttemptState.class - [JAR]

├─ org.jivesoftware.smack.websocket.WebSocketException.class - [JAR]

├─ org.jivesoftware.smack.websocket.WebSocketInitializer.class - [JAR]

├─ org.jivesoftware.smack.websocket.XmppWebSocketTransportModule.class - [JAR]

├─ org.jivesoftware.smack.websocket.XmppWebSocketTransportModuleDescriptor.class - [JAR]

org.jivesoftware.smack.websocket.impl

├─ org.jivesoftware.smack.websocket.impl.AbstractWebSocket.class - [JAR]

├─ org.jivesoftware.smack.websocket.impl.SmackWebSocketDebugger.class - [JAR]

├─ org.jivesoftware.smack.websocket.impl.WebSocketFactory.class - [JAR]

├─ org.jivesoftware.smack.websocket.impl.WebSocketFactoryService.class - [JAR]

org.jivesoftware.smack.websocket.elements

├─ org.jivesoftware.smack.websocket.elements.WebSocketCloseElement.class - [JAR]

├─ org.jivesoftware.smack.websocket.elements.WebSocketOpenElement.class - [JAR]

org.jivesoftware.smack.websocket.rce

├─ org.jivesoftware.smack.websocket.rce.InsecureWebSocketRemoteConnectionEndpoint.class - [JAR]

├─ org.jivesoftware.smack.websocket.rce.SecureWebSocketRemoteConnectionEndpoint.class - [JAR]

├─ org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint.class - [JAR]

├─ org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpointLookup.class - [JAR]