|
|
@ -16,7 +16,7 @@
|
|
|
|
[[https://github.com/bqv/weechat-xmpp/issues?q=is:issue+is:closed][file:https://img.shields.io/github/issues-closed/bqv/weechat-xmpp.svg]]
|
|
|
|
[[https://github.com/bqv/weechat-xmpp/issues?q=is:issue+is:closed][file:https://img.shields.io/github/issues-closed/bqv/weechat-xmpp.svg]]
|
|
|
|
[[https://github.com/bqv/weechat-xmpp/blob/master/LICENSE][file:https://img.shields.io/github/license/bqv/weechat-xmpp.svg]]
|
|
|
|
[[https://github.com/bqv/weechat-xmpp/blob/master/LICENSE][file:https://img.shields.io/github/license/bqv/weechat-xmpp.svg]]
|
|
|
|
[[https://github.com/bqv/weechat-extras/][file:https://img.shields.io/badge/weechat--extras-xmpp-blue.svg]]
|
|
|
|
[[https://github.com/bqv/weechat-extras/][file:https://img.shields.io/badge/weechat--extras-xmpp-blue.svg]]
|
|
|
|
[[https://github.com/bqv/weechat-extras/][file:https://inverse.chat/badge.svg?room=weechat@muc.xa0.uk]]
|
|
|
|
[[https://inverse.chat/#converse/room?jid=weechat@muc.xa0.uk][file:https://inverse.chat/badge.svg?room=weechat@muc.xa0.uk]]
|
|
|
|
|
|
|
|
|
|
|
|
| Status: | XMPP for power users and digital masochists |
|
|
|
|
| Status: | XMPP for power users and digital masochists |
|
|
|
|
| Location: | [[http://github.com/bqv/weechat-xmpp]] |
|
|
|
|
| Location: | [[http://github.com/bqv/weechat-xmpp]] |
|
|
|
@ -31,14 +31,14 @@
|
|
|
|
My priority here is to have an android-available XMPP client
|
|
|
|
My priority here is to have an android-available XMPP client
|
|
|
|
that hides as little as possible from the user. To use this with
|
|
|
|
that hides as little as possible from the user. To use this with
|
|
|
|
android, set up a relay (`/relay`) and see weechat-android.
|
|
|
|
android, set up a relay (`/relay`) and see weechat-android.
|
|
|
|
I'm gonna rewrite this in C++ at some point when I have a feel
|
|
|
|
I might rewrite this in C++ at some point when I feel like I
|
|
|
|
for the full behaviour of an average client.
|
|
|
|
can do it without burning out.
|
|
|
|
|
|
|
|
|
|
|
|
* Usage
|
|
|
|
* Usage
|
|
|
|
|
|
|
|
|
|
|
|
1. Start with =/xmpp add=, use =/help xmpp= for instructions.
|
|
|
|
1. Start with =/account add=, use =/help account= for instructions.
|
|
|
|
|
|
|
|
|
|
|
|
2. Use =/xmpp connect <account-name>= with the name set at
|
|
|
|
2. Use =/account connect <account-name>= with the name set at
|
|
|
|
add-time.
|
|
|
|
add-time.
|
|
|
|
|
|
|
|
|
|
|
|
* Installing
|
|
|
|
* Installing
|
|
|
@ -49,7 +49,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
- libstrophe (dynamic, dependency)
|
|
|
|
- libstrophe (dynamic, dependency)
|
|
|
|
- libxml2 (dynamic, dependency)
|
|
|
|
- libxml2 (dynamic, dependency)
|
|
|
|
- libsignal-protocol-c (dynamic, dependency)
|
|
|
|
- lmdb (dynamic, dependency)
|
|
|
|
|
|
|
|
- libomemo-c (libsignal-protocol-c) (dynamic, dependency)
|
|
|
|
- rnp (dynamic, dependency)
|
|
|
|
- rnp (dynamic, dependency)
|
|
|
|
- weechat (>= v3.0)
|
|
|
|
- weechat (>= v3.0)
|
|
|
|
|
|
|
|
|
|
|
@ -120,15 +121,15 @@
|
|
|
|
* [X] [#B] Tracking
|
|
|
|
* [X] [#B] Tracking
|
|
|
|
* [X] [#B] Set/show topic
|
|
|
|
* [X] [#B] Set/show topic
|
|
|
|
* [-] OMEMO (libsignal-protocol-c)
|
|
|
|
* [-] OMEMO (libsignal-protocol-c)
|
|
|
|
* [-] Presence
|
|
|
|
* [X] Presence
|
|
|
|
* [X] Disco
|
|
|
|
* [X] Disco
|
|
|
|
* [X] Disco response
|
|
|
|
* [X] Disco response
|
|
|
|
* [-] Key Generation / storage (lmdb)
|
|
|
|
* [X] Key Generation / storage (lmdb)
|
|
|
|
* [X] Generation
|
|
|
|
* [X] Generation
|
|
|
|
* [?] Storage
|
|
|
|
* [X] Storage
|
|
|
|
* [-] Announce
|
|
|
|
* [X] Announce
|
|
|
|
* [X] Device ID
|
|
|
|
* [X] Device ID
|
|
|
|
* [ ] Bundles
|
|
|
|
* [X] Bundles
|
|
|
|
* [ ] Messages
|
|
|
|
* [ ] Messages
|
|
|
|
* [ ] [#C] MUC PMs
|
|
|
|
* [ ] [#C] MUC PMs
|
|
|
|
* [X] [#A] Send typing notifications
|
|
|
|
* [X] [#A] Send typing notifications
|
|
|
|