Browse free open source Java Chat Software and projects below. Use the toggles on the left to filter open source Java Chat Software by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Basic framework for creating networkable games.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Java Gadu-Gadu protocol implementation
    JGGAPi is java implementation of Gadu-Gadu protocol. Gadu-Gadu is a IM system very popular in Poland based on proprietary protocol. The implementation is based on specification of Gadu-Gadu protocol gathered during implementation of EKG application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    A chatbot framework currently implementing the ErkiTalk and irc protocol. By specifying parsers for the server's input one can easily create custom bots (if one can program in java of course ;).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Wireless telecommunication framework based on Jabber protocol, targeting JME (known before as J2ME) enabled devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5
    The objective of this work is to use key concepts and mechanisms related with the software components approach. Installation, execution and dynamic reconfiguration of a distributed chat application using CORBA are considered.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A framework for creating java GUI application by defining GML(Graphics Markup Language) only drag and drop GUI component in CS3 software. After define GML this software can generate source code automatically comply with the framework(View,Modal,Controlle
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Chat4Eclipse - Chat Plugin for Eclipse

    Chat4Eclipse - Chat Plugin for Eclipse

    Facebook & Google Chat for eclipse in perfect camouflage. Enjoy

    Facebook & Google chat plugin for eclipse. The look and feel and chat texts are in perfect camouflage that your colleagues will not even have the slightest idea that you are chatting. :) Key features * Facebook and Google Instant messaging * Show / Hide offline friends * search friends in your buddy list * Enable / Disable logmode chat texts * Keep accounts offline, when busy * Notification in chat window's tab Also visit homepage for download and usage instructions http://chat4eclipse.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DominoBot

    DominoBot

    An IRC bot project case study.

    DominoBot is a project for a simple IRC framework. It is currently a simple yet functional Domino game bot for IRC. It currently allows arbitrary piece (stones) numbers and multi session support. The game states are broadcast to the lobby. Uses colors to identify the player who layed each stone. It is a case study to create a framework for quick development of turn-based sessions, such as games, voting, meeting and etc. Uses PircBotX (redistributed - you do not need to download it). Pure J2SE. Java 6.0 compliant. GPL v3 license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ant tasks for sending Instant Message notifications. Currently supporting AIM, Jabber (& Secure Jabber) , Yahoo!, and MSN Messenger.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10
    IntelliX Java collaborative editor is the first editor for Java that uses multimedia tools for development. Main features of IntelliX editor are java files editing and bookmarking in standalone mode or over LAN or Internet with others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This software allows a MUD server to be run as a Jabber bot. Users can then play the MUD using their Jabber client instead of a MUD client or telnet. This relieves the MUD server from having to handle user chat as users can chat in Jabber instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    a simple, extensible Instant Messenger TOC bot framework written in Java using Jaimlib 0.5 or greater. services for incoming IMs are created simply by implementing a handle() method, and sample handler code is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MultiJADS is a domain independent multiagent active design documents shell. It uses multiagent technology to support activities in concurrent and distributed design systems and is based on the Active Design Documents (ADD) approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A Chatting software in java implementing the concept of Peer to Peer architecture. The software facilitates the following:: 1.Private Chat 2.Conference Chat 3.File Transfer 4.Implementation of system tray icon along with user defined personal icon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An open source plugin framework built for the PircBot Java IRC Bot Framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    SVNUpdates

    IRC Bot reports SVN updates to a channel

    IRC Bot reports SVN updates to a channel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system shows how to exchange and process String over network. This is not sufficient when talking about large applications, but, let's not forget that HTTP uses Strings. The project contains both the Server and the Client. The main method in the Main class does nothing. You must launch the Server (ServerMain) and several instances (or just one) of the Client (ClientMain). To deconnect a client just send "exit".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    XCDE (eXtreme Collaborative Development Environment) is a plugin for Eclipse that adds support for real-time collaborative editing over the Internet, letting developers work on the same files at the same time from up to halfway around the world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a bot framework written in Java build upon PircBot( http://www.jibble.org/pircbot.php ). It features Hot Deployment (Modules which can be loaded in runtime) and logging via log4j.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.