Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.471.860 Times

Jabber Clients freeware
Filter: All | Freeware | Demo
 

Jabber Clients

1 2 3 4 5 > 
Added: August 20, 2010 | Visits: 1.130

BuddySpace PRO BuddySpace is an instant messenger with four novel twists: (1) it allows optional maps for geographical & office-plan visualizations in addition to standard buddy lists; (2) it is built on open source Jabber, which makes it interoperable with ICQ, MSN, Yahoo and others; (3) it is implemented in...



Platforms: *nix

License: Freeware Size: 1.5 MB Download (96): BuddySpace PRO Download

Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 499

JAJC Just Another Jabber Client (JAJC) is a ICQ-like Jabber client designed to run in any Windows (32 bit) environment. Jabber is an open source instant messaging architechture being built on top of XML. Jabber clients have the capability to communicate with users of other instant messaging systems...





Platforms: Windows

License: Freeware Size: 2.2 MB Download (64): JAJC Download

Added: July 07, 2013 | Visits: 402

JabberFoX JabberFoX is a Jabber client for Mac OS X and the name stands for "Jabber For OS X". Jabber is an open source instant messaging system fully based on XML. Thanks to the server-side Jabber Agents, Jabber clients can communicate with users of other instant messaging systems, like AIM, ICQ, Yahoo,...


Platforms: Mac

License: Freeware Size: 880.64 KB Download (38): JabberFoX Download

Added: January 25, 2010 | Visits: 622

TVJab TVJab is an Instant Messaging client that runs both on Mac OS 9 and Mac OS X. It uses the Jabber protocol to connect a Jabber server and chat with other Jabber clients. You can also chat with other IM softwares such as MSN Messenger, AIM, ICQ, or Yahoo, and you can also connect to IRC servers, if...


Platforms: Mac

License: Freeware Download (115): TVJab Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 316

Zadolbator Fed up forgetting birthdays of your firends / relatives? Tired of setting up reminders plugins for all your different jabber clients? Zadolbator, being once installed at Jabber server side, provides THE ultimate solution! ;-)


Platforms: Windows, Mac, Linux

License: Freeware Size: 29.28 KB Download (54): Zadolbator Download

Added: June 09, 2013 | Visits: 423

Hab.la Live Chat Chat with your website visitors using your Instant Messenger client for free. No matter who you are, a web business owner, librarian, or a blogger alike, Hab.la can do some slick and incredibly useful things for you. * Compatible - works with all major browsers, Jabber clients, and websites that...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Hab.la Live Chat Download

Added: June 25, 2010 | Visits: 805

Java Jabber Client 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...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (100): Java Jabber Client Download

Added: February 14, 2010 | Visits: 998

Jabber::Connection SYNOPSIS # client connection: my $c = new Jabber::Connection( server => jabber.org, log => 1, ); # component connection: # my $c = new Jabber::Connection( # server => localhost:5700, # localname => comp.localhost, # ns => jabber:component:accept, # log => 1, # debug => 1, # );...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Jabber::Connection Download

Added: January 18, 2010 | Visits: 1.280

Jabber::Lite Jabber::Lite is a standalone library for communicating with Jabber servers. SYNOPSIS use Jabber::Lite; my $jlobj = Jabber::Lite->new(); $jlobj->connect( %args ); $jlobj->authenticate( %args ); my $stillgoing = 1; while( $stillgoing ){ my $tval = $jlobj->process(); if( $tval == 1 ){...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (96): Jabber::Lite Download

Added: June 13, 2010 | Visits: 1.418

Internet Relay Jabber Internet Relay Jabber (or IRJ) is a Jabber client for IRC. Its useful if you like IRC, but your friends use another IM service. Through Jabber, IRJ supports AIM, MSN, Yahoo!, ICQ, etc. It is written in Perl and uses Net::Jabber and Net::IRC. Just to clear up any confusion, this isnt a transport...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (107): Internet Relay Jabber Download

Added: January 09, 2010 | Visits: 941

POE::Component::DebugShell::Jabber POE::Component::DebugShell::Jabber is a Perl component to allow interactive peeking into a running POE application via Jabber. SYNOPSIS use POE::Component::DebugShell::Jabber; POE::Component::DebugShell::Jabber->spawn( jabber_package => POE::Component::Jabber::Client::XMPP, jabber => {...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): POE::Component::DebugShell::Jabber Download

Added: June 25, 2010 | Visits: 834

Jabber::RPC::HTTPgate Jabber::RPC::HTTPgate is an HTTP gateway for Jabber-RPC / XML-RPC. SYNOPSIS use Jabber::RPC::HTTPgate; my $gw = new Jabber::RPC::HTTPgate( server => myserver.org:5701, identauth => jrpchttp.localhost:secret, httpcomp => http, ); $gw->start; Jabber::RPC::HTTPgate is an experimental...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (96): Jabber::RPC::HTTPgate Download

Added: May 01, 2010 | Visits: 634

Jabber::RPC Jabber::RPC is a Jabber-RPC Implementation. SYNOPSIS See documentation for Jabber::RPC::Server and Jabber::RPC::Client. Jabber::RPC is a library that implements Jabber-RPC for Perl. The library consists of two modules, Jabber::RPC::Server and Jabber::RPC::Client. Please refer to the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (113): Jabber::RPC Download

Added: February 09, 2010 | Visits: 732

Jabber::NodeFactory Jabber::NodeFactory is a simple XML Node Factory for Jabber. SYNOPSIS my $nf = new Jabber::NodeFactory(fromstr => 1); print $nf->newNode(presence)->toStr; -> my $tag1 = $nf->newNode(iq); $tag1->attr(type, get); my $query = $tag1->insertTag(query, jabber:iq:auth);...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Jabber::NodeFactory Download

Added: July 08, 2010 | Visits: 665

Volity::Jabber Volity::Jabber is a base class for Jabber-speaking Volity objects. SYNOPSIS package My::Volity::Object; use base qw(Volity::Jabber); use fields qw(wubba_wubba); # Override the parents initialize method to set values on construction. sub initialize { my $self = shift;...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): Volity::Jabber Download

Added: September 13, 2010 | Visits: 841

Gnome Jabber Gnome Jabber is an instant message client for Gnome using the Jabber protocol..


Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): Gnome Jabber Download

Added: February 21, 2010 | Visits: 1.502

Eggdrop Jabber Bot The Eggdrop Jabber Bot bridges your Eggdrop IRC bot to the Jabber instant messaging network and thus to ICQ (via ICQ transports on the Jabber server). This code is meant to be a demo that it can be done and be useful and to basic start point which you can extent to your needs. The only...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (165): Eggdrop Jabber Bot Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 456

Safety Jabber 64-bit SafetyJabber program is a standard jabber-client with the integrated encoding, which you can download on our website and install on your computer. It should be said that this program will help you to protect your correspondence reliably. It stands to mention that to create this client, the...


Platforms: Windows

License: Freeware Size: 4.44 MB Download (48): Safety Jabber 64-bit Download

Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 445

Safety Jabber SafetyJabber program is a standard jabber-client with the integrated encoding, which you can download on our website and install on your computer. It should be said that this program will help you to protect your correspondence reliably. It stands to mention that to create this client, the...


Platforms: Windows

License: Freeware Size: 4.29 MB Download (54): Safety Jabber Download

Added: May 10, 2013 | Visits: 453

Logging to a Jabber account This script contains a handler class which sends a Jabber message for each logging event. If you have long-running scripts on many remote machines and you want to be alarmed if one of them crashes, use the JabberHandler to log it to your account.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Logging to a Jabber account Download

1 2 3 4 5 >