Does anyone know of a command line jabber client that would run in OS X in the terminal?

link|improve this question

50% accept rate
feedback

2 Answers

up vote 2 down vote accepted

mcabber (man) is available via Homebrew.

link|improve this answer
This is a console client, not a command line one. – shellholic Feb 20 '11 at 15:04
@shellholic What's your point? He explicitly mentions Terminal. – Daniel Beck Feb 20 '11 at 15:29
Thanks Daniel. That's just want I've been looking for. – Corey Riggle Feb 20 '11 at 16:25
@Corey Then please click the checkmark you see next to my post to mark this answer as "accepted", and your question as answered. Thanks! – Daniel Beck Feb 20 '11 at 16:34
In a console client, there is a user interface in a terminal. In a command line client, you type commands after commands in the terminal. For example, in the field of file manipulation, "ls, cd, mv, cp" are command line client and mc (Midnight Commander) is a console client. – shellholic Feb 20 '11 at 17:22
show 6 more comments
feedback

There is a Perl script that can be usefull, but only for sending: sendxmpp

link|improve this answer
Thank this could prove useful as well. – Corey Riggle Feb 21 '11 at 18:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.