mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
f05efc0814
* src/mod_muc/mod_muc_room.erl: Append number of participants in disco replies if requester allowed to see participant list * src/mod_muc/mod_muc.erl (iq_disco_items): Pass requester JID to room process * src/mod_irc/mod_irc_connection.erl: Exit on receiving of presence or message error * src/mod_irc/mod_irc_connection.erl (handle_info): Return "feature not implemented" on iq request with unknown namespace SVN Revision: 111
25 lines
645 B
Plaintext
25 lines
645 B
Plaintext
admin interface
|
|
users management
|
|
statistics about each user
|
|
statistics about each connection
|
|
node management
|
|
node restart/shutdown
|
|
statistics about memory usage
|
|
backup management
|
|
|
|
S2S:
|
|
* rewrite S2S key validation
|
|
|
|
more correctly work with SRV DNS records (priority, weight, etc...)
|
|
TLS
|
|
Privacy rules
|
|
make roster set to work in one transaction
|
|
add traffic shapers to c2s connection before authentification
|
|
add traffic shapers to s2s connections
|
|
more traffic shapers
|
|
SNMP
|
|
PubSub
|
|
MUC: remove empty non-persistent conferences after timeout
|
|
MUC: remove a lot of debugging output
|
|
IRC: disconnect on receiving of error message or presence
|