Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erthalion/xi
Minimalistic xmpp client
https://github.com/erthalion/xi
Last synced: about 2 months ago
JSON representation
Minimalistic xmpp client
- Host: GitHub
- URL: https://github.com/erthalion/xi
- Owner: erthalion
- Created: 2014-03-04T15:29:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T05:45:57.000Z (over 10 years ago)
- Last Synced: 2023-03-23T01:46:07.367Z (almost 2 years ago)
- Language: Haskell
- Homepage: http://erthalion.info/2014/03/25/xi/
- Size: 332 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
xi
==**xi** is a minimalistic xmpp client, inspired by [ii](http://tools.suckless.org/ii/) irc client. **xi** written in Haskell and uses the awesome [pontarius xmpp](https://github.com/pontarius/pontarius-xmpp/) library for the XMPP interaction.
Unfortunately, pontarius xmpp has an unpleasant [bug](https://github.com/pontarius/pontarius-xmpp/issues/46) in 0.4.0.1 version, so you must use this library from github directly.Installation
============```
# clone pontarius from github
git clone http://github.com/pontarius/pontarius-xmpp .deps/pontarius-xmpp
cabal sandbox init
cabal sandbox add-source .deps/pontarius-xmpp
cabal install --only-dependencies
cabal build
```Usage
=====Set the *username*, *password*, *server* in the *xi.yml*, then run
```
xi
```Client will make a several directories like **[email protected]** with **in**/**out** files in the current directory.
There is a small [video example](http://youtu.be/UC2nSmdPc0I)
Links
====
[Blog post](http://erthalion.info/2014/03/25/xi/)