https://github.com/jacoby/jabber
command-line application to send messages via XMPP
https://github.com/jacoby/jabber
Last synced: about 1 year ago
JSON representation
command-line application to send messages via XMPP
- Host: GitHub
- URL: https://github.com/jacoby/jabber
- Owner: jacoby
- Created: 2012-02-20T19:29:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-20T19:29:59.000Z (over 14 years ago)
- Last Synced: 2025-03-23T21:45:45.706Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 89.8 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a Jabber client, written in Perl, to very simply send a message via XMPP.
More on the protocol at http://xmpp.org/
jabber.pl jacoby.david@gmail.com This is a message
echo jacoby.david@gmail.com Yet another message | jabber.pl
The jabber address of a client must be the first part of the message.
Included is a file, gtalk_xmpp.cnf, which is roughly what you will need to have for
a .xmpp.cnf file. The connection section is exactly what you will need to connect to
Google Talk. The agent section has fields for username, password and resource. I trust
that username and password are self-explanatory. Resource refers to which instance of a
client is running, such as one user having an XMPP client open on several computers.