Difference between revisions of "User:MDosch/Sendxmpp incarnations"

From XMPP WIKI
Jump to navigation Jump to search
(update jp, it's now named "libervia-cli" (or "li" in short), while "jp" is still working + added pubsub support as notable feature.)
(Add xmpp-toolbox)
(6 intermediate revisions by 3 users not shown)
Line 12: Line 12:
::- License: WTF v2
::- License: WTF v2
::- Language: Haskell
::- Language: Haskell
* [https://salut-a-toi.org/__b/doc/sat/jp/message.html li] (CLI frontend of Libervia, formerly known as "Salut à toi/jp")
* [https://salut-a-toi.org/__b/doc/backend/libervia-cli/index.html li] (CLI frontend of Libervia, formerly known as "Salut à toi/jp")
::- License: AGPL v3
::- License: AGPL v3
::- Language: Python
::- Language: Python
Line 20: Line 20:
::::- OX support planned
::::- OX support planned
::::- Pubsub/blog support
::::- Pubsub/blog support
::::- File sending/upload support (HTTP Upload with OMEMO Media sharing or Jingle)
* [https://github.com/mellium/xmpp/tree/main/examples/im mellium.im/xmpp/examples/im]
::- License: 2-Clause BSD License
::- Language: Go
::- Notable features
::::- Send raw XML
::::- Handles XMPP URIs
::::- Supports [https://xmpp.org/extensions/xep-0092.html Software Version] requests
* [https://github.com/Flowdalic/sendxmpp sendxmpp]
* [https://github.com/Flowdalic/sendxmpp sendxmpp]
::- License: GPL 3.0 or later
::- License: GPL 3.0 or later
Line 46: Line 54:
::::- OMEMO support
::::- OMEMO support
::::- PGP support
::::- PGP support
* [https://git.sr.ht/~michalr/xmpp-toolbox xmpp-toolbox]
::- License: GPL 3.0
::- Language: Go
::- Notable features
::::- Receives messages and prints them to the console

Revision as of 13:29, 15 October 2021

As the original sendxmpp didn't receive updates in a long time and stopped working for a lot of people some more or less sendxmpp inspired alternatives have been created:


- License: BSD 2-Clause
- Language: Go
- Notable features
- Reads configurations from the original sendxmpp
- Does SRV lookups
- Supports http-upload
- License: WTF v2
- Language: Haskell
  • li (CLI frontend of Libervia, formerly known as "Salut à toi/jp")
- License: AGPL v3
- Language: Python
- Notable features
- OMEMO support
- OTR support
- OX support planned
- Pubsub/blog support
- File sending/upload support (HTTP Upload with OMEMO Media sharing or Jingle)
- License: 2-Clause BSD License
- Language: Go
- Notable features
- Send raw XML
- Handles XMPP URIs
- Supports Software Version requests
- License: GPL 3.0 or later
- Language: Java
- License: GPL 3.0
- Language: Python
- License: AGPL v3
- Language: Rust
- Notable features
- PGP support
- License: GPL 3.0 or later
- Language: C
- License: MPL 2.0
- Language: JavaScript (Node.js)
- License: GPL 3.0
- Language: C
- License: GPL 3.0
- Language: C
- Notable features
- OMEMO support
- PGP support
- License: GPL 3.0
- Language: Go
- Notable features
- Receives messages and prints them to the console