Before reading further... Are you looking for great Linux hosting from a company that cares about GNU/Linux? Pick Dreamhost hosting, get a 10% bonus to the disk space (and support Free Software Magazine in the meantime!)
How to make Jabber calls using Jabbin
- 2008-01-09
-
Write a full post in response to this!
Jabber is the only mainstream free (as in speech) instant messaging protocol. Unfortunately, most Jabber clients for GNU/Linux only provide options for messaging and group chats, overlooking the audio chatting portion of Jabber (powered by the Google-funded libjingle). Enter Jabbin, the free Qt-based Jabber VoIP client.
Installing Jabbin
As always, the easiest way to install Jabbin is to use your platform’s pacakge format. There’s a wide range of packages for SuSE, Fedora Core 5, Debian, Ubuntu, Gentoo, Pardus, Sabayon, Mandriva, and Windows at the official download page for Jabbin. Unfortunately, the packages can be a little out of date. For example, the Ubuntu package won’t even install on the latest Ubuntu (7.10) as it was built for an older version (7.04). Luckily, there is a 3rd party .deb available of Jabbin, although it only has Jabbin’s latest SVN version.
Setting up Jabbin
Once you’ve finished install Jabbin, open it up and set up an new account (if nothing pops up, go to File→Account Setup, and click the New… button). Type in a name (e.g. My Jabber Account), and click the Add button. In the next window, type in your Jabber ID (e.g. andrew@andrewmin . com), your password, and any other things you wish to configure.
If you use Google Talk, enter your email as your Jabber ID (e.g. andrewmin@gmail . com), open the Connection tab, and select “Use SSL encryption (to server)”, “Ignore SSL warnings”, “Allow Plaintext Login”, “Send Keep-alive packets (for NAT timeouts), and “Manually Specify Server Host/Port”. Change the Host to talk.google.com and the Port to 5223. Finally, change to Misc and make the resource Jabbin. If you get a server authentication error, just hit Continue.
Messaging, chatting, and calling
To begin a conversation, just double-click on a buddy or right-click on one and select Open Chat Window. A conversation window will then pop up. You can use emoticons, look up information of the buddy you’re chatting with, and send file transfers (though this doesn’t work with Google Talk buddies). You can also start group chats by clicking on the Groupchat button on the main toolbar. In the resulting window, type in the Host and the Room and click the Join button (again, this won’t work with Google Talk buddies).
Of course, chatting is only half of the fun. The real enjoyment starts when you call people. All you need to do is to right-click on a buddy and click the Make Call button. A small window will pop up, and you will then be able to raise and lower the volume of your microphone and the speakers.
Conclusion
Jabbin is a great Jabber program. Not only can it do the basic features like message and group chat, it can also do the crucial task of calling. Now, there’s no need to download a proprietary tool like Skype or Gizmo. Instead, you can just use Jabbin.
Write a full post in response to this!
Similar articles
Do you like this post?
Vote for it!
Copyright information
This entry is (C) Copyright by its author, 2004-2008. Unless a different license is specified in the entry's body, the following license applies: "Verbatim copying and distribution of this entire article is permitted in any medium without royalty provided this notice is preserved and appropriate attribution information (author, original site, original URL) is included".
Biography
Andrew Min: Definition: Andrew Min (n): a non-denominational, Bible-believing, evangelical Christian. (n): a Kubuntu Linux lover (n): a hard core geek (n): a journalist for several online publications (see them all at http://www.andrewmin.com/ )
- Andrew Min's posts
- Login or register to post comments
- 3310 reads
- Printer friendly version (unavailable!)




Looking for Linux hosting, reviews, coupons, etc.? See out user-voted list
Best voted contents
-
Is Microsoft trying to kill Apache?
Gary Richmond, 2008-08-08 -
How do Drigg and Pligg compare?
Tony Mobily, 2008-08-17 -
The top 4 internet flame wars about free software
Andrew Min, 2008-08-16 -
Creating wealth with free software
Richard Rothwell, 2008-08-05
Similar entries
Buzz authors
All news
Other sites
- The Top 10 Everything (Dave). The good, the bad and the ugly.
- Free Software news (Dave & Bridget). All about free software -- free as in freedom!
- Book Reviews: Illiterarty (Bridget). Book reviews, blogs, and short stories.
Hot topics - last 60 days
-
Don't compare GNU/Linux with Windows or MacOS - they are not in the same game
Ryan Cartwright, 2008-07-07 -
Self-signed certificates and Firefox 3 - a possible solution
Ryan Cartwright, 2008-08-05 -
Why sharing matters more than marketshare to GNU/Linux
Terry Hancock, 2008-08-01 -
Dictators in free and open source software
Tony Mobily, 2008-07-22 -
Why did Javascript/AJAX mop the floor with Java, Flash and Silverlight? Or, why open standards eventually win
Tony Mobily, 2008-07-30
Dedicated server
J
Submitted by Anders Jackson on Tue, 2008-01-22 17:57.
Vote!Have you tried the command "sendxmpp"? It's a command line client for sending short jabber messages.
A good way of sending logs and other information to a Jabber chat room. It's easy to monitor things that happens on your computer/computers.
Be careful though not to send to much messages in a stream. You will load the server and miss messages, and possible be banned from the server (if it isn't yours).
Setting up a jabber server is also easy. I use ejabberd, which also is packed in Debian. All you need is a computer that has a real Internet address and DNS-name. Then you have your jabber server and domain up running in no time.