Main > Free Download Search >

Free instant message clients software for linux

instant message clients

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4505
simple instant messaging 1.0

simple instant messaging 1.0


simple instant messaging (sim) is an IRC client specialized for use with bitlbee. more>>
simple instant messaging (sim) is an IRC client specialized for use with bitlbee. It is based on sic (http://suckless.org). It reads commands from standard input and prints all server output to standard output.
simple instant messaging also multiplexes all channel traffic into one output, so you dont have to switch to different channel buffers. sim must be customized by editing its source code to insert the correct username, server, password, and identification information.
Enhancements:
- The command operator was changed.
- Some code simplifications were done.
- The output format was adjusted.
<<less
Download (0.006MB)
Added: 2007-04-01 License: MIT/X Consortium License Price:
937 downloads
Messa 1.01a (Server)

Messa 1.01a (Server)


Messa is an instant messager client and server. more>>
Messa is an instant messager client and server. The client has a curses interface and works on the console.

Messa project supports multilingual messages and private messages. The server supports monoprocess operation (without threads), the ability to choose the listening port, and the ability to run under the console.
<<less
Download (0.011MB)
Added: 2006-07-21 License: LGPL (GNU Lesser General Public License) Price:
1190 downloads
 
Other version of Messa
Messa 1.01 (Client)Messa is an instant messager client and server. The client has a curses interface and works on ... Messa supports multilingual messages and private messages. The server supports
License:LGPL (GNU Lesser General Public License)
Download (0.012MB)
1194 downloads
Added: 2006-07-21
Akeni Instant Messaging IM - Pro 1.2.75

Akeni Instant Messaging IM - Pro 1.2.75


Akeni Instant Messaging - Pro is a client/server instant messaging platform. more>>
Akeni Instant Messaging - Pro is a client/server instant messaging platform that allows companies to host their own secured private IM system. The client has an user interface similar to AIM, ICQ, or MSN Messenger. It supports all the standard IM features such as chat, group conference, presence management, file transfer, offline messages and emergency alert/notification. Extra features include contact management and optional tabbed chat sessions.

The server has administration tools like managing user accounts, client-side logging capabilities and peer-to-peer file transfers. Akeni Pro Messenger can be setup on a private network without connecting to the internet and can easily be setup for use inside and outside the company firewall.

<<less
Download (3.1MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1225 downloads
cintoo Messages 1.0 Alpha1

cintoo Messages 1.0 Alpha1


cintoo Messages is a framework to make internationalization easier for Java applications. more>>
cintoo Messages is a framework to make internationalization easier for Java applications. cintoo Messages framework supports locales for threads, and bundles can be associated with different packages.

This allows the usage of different bundles for different parts of the application, such as plugins, an installer, or a logging system. Bundles can be managed and associated with packages without any changes in the code.

This makes bundle management and refactoring much easier than with other solutions. cintoo Messages supports global locales for client applications written in Swing or SWT and thread-local ones for serverside Web applications.

Example:

Messages.setBundle("myBundle", "only.for.this.package");
...
Messages.setThreadLocale(new Locale("en", ""));
...
Messages.format(this, "myKey");
<<less
Download (0.030MB)
Added: 2006-05-08 License: The Apache License 2.0 Price:
1269 downloads
X Message Daemon 0.6.5

X Message Daemon 0.6.5


X Message Daemon is used to overlay graphical information messages on your X display. more>>
X Message Daemon is used to overlay graphical information messages on your X display.

You can choose parameters such as color, font, icon, and duration.

It also has a frontend Perl daemon and client.

Installing:

# ./configure
# make
# make install

then edit /usr/local/share/Xmsgd/etc/msgmaild.conf and change the configuration to your preferences.

Basic Usage:

- tailing your /var/log/messages :
# tail -f /var/log/messages | msgclient.pl &
<<less
Download (MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1124 downloads
Java Jabber Client 0.0.19

Java Jabber Client 0.0.19


Java Jabber Client is a Jabber client written in Java. more>>
Jabber is an instant messagings system (and a few other things but Ill forget about these for the moment), but it uses XML so its easy to create clients for it, and to link it in with other systems.

As well as that anyone can run a Jabber server, so youre school, university or office could have their own messaging system.
<<less
Download (0.13MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1513 downloads
FUSE::Client 1.08

FUSE::Client 1.08


FUSE::Client is a Perl-FUSE client. more>>
FUSE::Client is a Perl-FUSE client.

SYNOPSIS

use FUSE::Client;
$c = FUSE::Client->new({
Port=>35008,
Quiet=>1,
});

$c->connect();
$c->send("COMMAND","parameter");
$c->disconnect();

The FUSE::Client module will create a TCP FUSE client to test sending messages to a FUSE server.

The external interface to FUSE::Client is:

$c = FUSE::Client->new( [%options] );

The object constructor takes the following arguments in the options hash:

Quiet = 0|1

Whether to be quiet. Default is to report all events to STDOUT (not Quiet).

Port = n

The port for the client to connect to. Default is 1024.

$c->connect();

This method connects the client to the server.

$c->disconnect();

This method disconnects the client from the server.

$c->send( $command, $parameter );

Send a FUSE formatted command message to the server, with the specified parameter.

<<less
Download (0.002MB)
Added: 2007-04-04 License: Perl Artistic License Price:
936 downloads
Avis client library 1.0

Avis client library 1.0


Avis client library is a Java API for clients accessing Elvin event routers. more>>
Avis client library is a Java API for clients accessing Elvin event routers, including the open source Avis event router and the commercial Mantara Elvin product.
Avis is an event router service compatible with the commercial Elvin implementation developed by Mantara Software. Avis provides a fast, general-purpose publish/subscribe message bus.
Elvin event routers alllow arbitrary messages, known as notifications, to be exchanged via a publish/subscribe model. Elvin clients subscribe to messages published by other clients using expressions that match messages by their content.
The content-based routing approach used in Elvin routers differs from many other message bus systems that operate by selecting messages published on pre-defined channels, and has the advantage of promoting a much higher level of decoupling between producers and consumers of events.
The name "Avis" derives from the French word avis, meaning advice or notification.
Enhancements:
- This release marks a stable baseline for the Java client API.
- The core set of features required for an Elvin client library are now implemented and stable, including subscription, notification, security, close event notification, liveness checking, and router connection option support.
<<less
Download (0.24MB)
Added: 2007-06-25 License: LGPL (GNU Lesser General Public License) Price:
855 downloads
Off-the-Record Messaging 3.1.0

Off-the-Record Messaging 3.1.0


Off-the-Record Messaging is a Pidgin plugin that allows you to have private conversations over instant messaging. more>>
Off-the-Record Messaging is a Pidgin plugin that allows you to have private conversations over instant messaging by providing:
Encryption
No one else can read your instant messages.
Authentication
You are assured the correspondent is who you think it is.
Deniability
The messages you send do not have digital signatures that are checkable by a third party. Anyone can forge messages after a conversation to make them look like they came from you. However, during a conversation, your correspondent is assured
the messages he sees are authentic and unmodified.
Perfect forward secrecy
If you lose control of your private keys, no previous conversation is compromised.
Enhancements:
- Translations for English, Dutch, Spanish, French, Slovak
- Added option to not log OTR conversations
- Large messages are now fragmented transparently instead of failing
- Removed "view secure session id" and "verify fingerprint" options from the OTR button menu. Added "authenticate buddy" option in its place. This new option allows you to authenticate your buddies by entering some secret that only the two of you know, rather than by using a long user-unfriendly sequence of hex characters. [The old "verify fingerprint" dialog is still available via an "Advanced..." button from the new "authenticate buddy" dialog.]
<<less
Download (0.39MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
807 downloads
Yahoo Messenger 1.0.4

Yahoo Messenger 1.0.4


Yahoo! Messenger for UNIX is an instant messenger. more>>
Yahoo! Messenger for Unix sends instant messages to your Windows and Unix friends!
Enhancements:
- Improved Emoticons - Improved Message Archive - Improved sound on RedHat kernels - Yahoo! Address Book integration - File transfer with Windows clients -
<<less
Download (0.91MB)
Added: 2005-06-15 License: LGPL (GNU Lesser General Public License) Price:
1171 downloads
Yafumato Web Messenger 0.7.1

Yafumato Web Messenger 0.7.1


Yafumato Web Messenger is a Web-based instant messenger client. more>>
Yafumato Web Messenger is a Web-based instant messenger client. Users can connect to supported instant messenger services using only a Web browser via HTTP (or HTTPS).
The Yafumato server connects to the messengers by proxy and provides the Web interface to the user, allowing instant messaging from computers where a desktop client cannot be used.
Yafumato Web Messenger is currently alpha software; as such, it has minimal error handling and is not feature complete.
Enhancements:
- The database is now an optional package; users can now login using messenger credentials rather than single sign-on using the database.
- Messenger session handling has been improved; any active messenger sessions are restored upon signin.
- Unstable messenger sessions can be disconnected and replaced using the new "Reset Messenger" link on the status page.
<<less
Download (11.4MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1142 downloads
OpenChange 0.1 (eplugin)

OpenChange 0.1 (eplugin)


OpenChange project intends to provide an implementation of Microsoft Exchange under Unix platforms. more>>
OpenChange project intends to provide an implementation of Microsoft Exchange under Unix platforms.
Gnome Evolution is a powerful messaging client which offers several features but do not yet have native Exchange protocols support. This plugin extends Gnome Evolution, provides interoperability with Microsoft Exchange servers and aims to provide a messaging client with most of the common features Microsoft Outlook users are dealing with on a daily basis.
Main features:
- Exchange account setup
- Fetch emails
- Send emails
- Delete emails
- Fetch and send attachments
- Handle Message flags (attachments and importance)
- Display light mailbox folder hierarchy
Enhancements:
- This experimental release provides exchange account setup using the Evolution account wizard.
- It can fetch, send, and delete email messages with or without attachments. Message flags (attachment, importance, read/unread) are supported.
- A light mailbox folder hierarchy is provided.
<<less
Download (MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
873 downloads
Webswell Connect 2.1.0

Webswell Connect 2.1.0


Webswell Connect is an e-business integration framework based on the ebXML standard. more>>
Webswell Connect is an e-business integration framework based on the ebXML standard. Webswell Connect allows easy, interactive and user-friendly installation.
It consists of an ebXML registry/repository server and client, a messaging system for secure and reliable messaging and user interface similar to popular email clients for sending/handling ebXML messages.
It supports HTTP, HTTPS, and email communication while keeping it safe and reliable by implementing digital signatures, encryption, acknowledgment mechanisms, duplication elimination, etc.
Enhancements:
- This version can be used as an SOA, ebxml, and AS2 integration tool.
- It includes HSQLDB as a default database system.
- It includes an interactive installer with supporting software.
- It includes Webswell Dispatcher 1.1.22, with improved handling of AS2 and ebxml Registry Repository messages.
- It is able to load Ebxml collaboration profiles agreements with hundreds of partnerships.
<<less
Download (153.9MB)
Added: 2007-08-16 License: Academic Free License (AFL) Price:
799 downloads
JWChat 1.0 beta2

JWChat 1.0 beta2


JWChat is a full featured, web-based Jabber client. more>>
JWChat is a full featured, web-based Jabber client. It uses only JavaScript and HTML on the client-side. It supports basic jabber instant messaging, roster management and groupchats based on the MUC protocol.
JWChat is an advanced instant messenger (IM) just like AIM, MSN Messenger, Yahoo! Messenger or ICQ. This means you can manage your contacts, communicate with other users in 1:1 chat sessions or join a groupchat room for collaborative communication. Unlike other IMs you can use this with your web browser without having to install any additional software at all. For a list of supported browsers see the features page.
All of your settings, bookmarks and your contact list are stored on the server side. This means that you have access to your personalized client from almost any computer as long as its got access to the internet.
JWChat and its underlying software are all Open Source. This gives you the flexibility you need in your everyday business.
JWChat brings you the perfect solution for your corporate communication. Being a web application it gives you all advantages of centralized software distribution. Dont hassle with software installs and updates on the client side!
As a web developer its easy for you to integrate it with your existing web projects. Add advanced instant messaging and groupchat functionality to your website now!
Main features:
Jabber/XMPP
- Create accounts
- Roster management: Add, delete contacts, edit contacts groups etc.
- Jabber presence types with support for away messages
- Custom presence for each roster item
- Instant Messages and 1:1 Chats
- Support for registering and searching JUD (Jabber User Directory)
- Full support for MUC (Multi-User Chats) as described in JEP-0045
- Support for transport/gateways to other IM services like ICQ, AIM, MSN, etc.
- Server side storage of preferences and bookmarks (chat rooms)
- Message-History (optional - needs support from the server side)
- many more
GUI
- Multiple language support (through apaches mod_negotiation)
- Online-Help
- System sounds
- Smileys in messages and chats (themes customizable)
- Customizable poll interval (if polling backend present)
<<less
Download (0.32MB)
Added: 2005-09-02 License: GPL (GNU General Public License) Price:
1517 downloads
Apache ActiveMQ for Linux 5.0.0

Apache ActiveMQ for Linux 5.0.0


open source Message Broker and Enterprise Integration Patterns provider more>> Apache ActiveMQ is the most popular and powerful open source Message Broker and Enterprise Integration Patterns provider.
Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ is released under the Apache 2.0 License
Grab yourself a Download, try our Getting Started Guide, surf our FAQ or start Contributing and join us on our Discussion Forums.
Features
Supports a variety of Cross Language Clients and Protocols from Java, C, C++, C#, Ruby, Perl, Python, PHP
OpenWire for high performance clients in Java, C, C++, C#
Stomp support so that clients can be written easily in C, Ruby, Perl, Python, PHP, ActionScript/Flash, Smalltalk to talk to ActiveMQ as well as any other popular Message Broker
full support for the Enterprise Integration Patterns both in the JMS client and the Message Broker
Supports many advanced features such as Message Groups, Virtual Destinations, Wildcards and Composite Destinations
Fully supports JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging
Spring Support so that ActiveMQ can be easily embedded into Spring applications and configured using Springs XML configuration mechanism
Tested inside popular J2EE servers such as Geronimo, JBoss 4, GlassFish and WebLogic
Includes JCA 1.5 resource adaptors for inbound & outbound messaging so that ActiveMQ should auto-deploy in any J2EE 1.4 compliant server
Supports pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA transports
Supports very fast persistence using JDBC along with a high performance journal
Designed for high performance clustering, client-server, peer based communication
REST API to provide technology agnostic and language neutral web based API to messaging
Ajax to support web streaming support to web browsers
<<less
Download (1.85MB)
Added: 2009-04-04 License: Freeware Price: Free
210 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5