Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coopht/axmpp
https://github.com/coopht/axmpp
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coopht/axmpp
- Owner: coopht
- Created: 2015-02-07T11:39:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T11:12:26.000Z (about 4 years ago)
- Last Synced: 2024-07-31T20:43:41.457Z (3 months ago)
- Language: Ada
- Size: 488 KB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ada - axmpp - With the AXMPP library you can connect to a Jabber server to send and receive messages. (Libraries / Chatting and Communication)
README
AXMPP
=====> A XMPP client library in Ada.
With the AXMPP library you can connect to a Jabber server to send and
receive messages.## Install
### Using alire
Runalr get --build axmpp
### Build from sources
Download sources and runmake
### Dependencies
The AXMPP library depends on the following software:
* [gnutls library](http://www.gnu.org/software/gnutls)
* [GNAT complier](http://www.adacore.com)
* [Matreshka](https://forge.ada-ru.org/matreshka)## Usage
Add `with "axmpp";` to your project file.## Maintainers
* [@Alexander Basov](https://github.com/coopht)
* [@Max Reznik](https://github.com/reznikmm)## Contribute
Feel free to dive in!
[Open an issue](https://github.com/coopht/axmpp/issues/new) or submit PRs.## License
[BSD-3-Clause](templates/bsd_header) © Alexander Basov