Releases: hwipl/nuqql-slixmppd
Releases · hwipl/nuqql-slixmppd
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.7.0
v0.6.0
v0.5
v0.4
Changes:
- Add new commands:
bye
: disconnect from the backend.quit
: quit the backend.help
: show list of commands and their description.
- Add and use "chat msg" message format for group chat messages
- Store accounts in .ini file
accounts.ini
in the backend's working
directory. Note: existing accounts have to be re-added to the backend to
be usable with the .ini file. - Add configuration file support: in addition to the command line arguments,
configuration parameters can now be set in the .ini fileconfig.ini
in
the backend's working directory. - Add
loglevel
configuration parameter to command line arguments and
configuration file for setting the logging level todebug
,info
,
warn
, orerror
. Default:warn
. - Make daemon python module optional
- Fixes and improvements
v0.3
Changes:
- Add group chat support and messages:
- list chats on account:
account <id> chat list
- join a chat on account:
account <id> chat join <chat>
- part a chat on account:
account <id> chat part <chat>
- send a message to a chat on account:
account <id> chat send <chat> <message>
- list users of a chat on account:
account <id> chat users <chat>
- list chats on account:
- Cleanups, fixes, and improvements