I need a simple scriptable/commandline jabber client. What is the best and/or simplest one to install?
Clarification: I'm looking for a simple way to send messages from within a script.
|
I need a simple scriptable/commandline jabber client. What is the best and/or simplest one to install? Clarification: I'm looking for a simple way to send messages from within a script. |
||||
|
|
|
Here are some options: List of Jabber Console ClientsSome Scripting Options
Not sure what language you're looking to do your scripting in or what platform, but the above should hopefully get you started. |
|||
|
|
|
Using the Net::Jabber perl module, I wrote the following script which sends the message from stdin to all the users listed on the command line.
|
|||
|
|
|
Was looking at this myself, and found this snippet at http://snippets.dzone.com/posts/show/618 In python, needs python and python-xmpp libraries
|
|||
|
|
|
sendxmpp is doing this for me. Based on Net::XMPP Perl library.
'~/.sendxmpprc' configuration file with JID and password required for operation. |
|||
|
|
|
Another library option: XMPP4R is a very feature-rich Ruby library for XMPP(Jabber). It uses the built-in Ruby XML handling, which is very nice. If you just need basic messaging, there is also XMPP4R-Simple. Here's a bit of example code using XMPP4R-Simple, just to show how simple it is (stolen from here):
|
|||
|
|
|
Pidgin (formerly Gaim) has a command-line client. |
|||||||
|
|
CJC (Console Jabber Client) ( cjc.jajcus.net ) is a very good client with feels very IRC-like. EKG2 ( ekg2.org ) project also has good Jabber protocol support and is remote controllable. |
|||
|
|