mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
_flag_disable_network_circuit_connect, _flag_disable_idna_stringprep, no PERSISTENT_MASTERS
This commit is contained in:
parent
04a4908877
commit
2e459558f5
3 changed files with 13 additions and 6 deletions
|
@ -53,7 +53,8 @@
|
|||
# define DEFAULT_CONTENT_TYPE "text/html; charset=" SYSTEM_CHARSET
|
||||
#endif
|
||||
|
||||
#if __EFUN_DEFINED__(idna_stringprep) && defined(DRIVER_PATH)
|
||||
// 2018-05 tmp disabled stringprep:
|
||||
#if __EFUN_DEFINED__(idna_stringprep) && defined(DRIVER_PATH) && !defined(_flag_disable_idna_stringprep)
|
||||
// stringprep needs utf8 arguments
|
||||
// this results in lots of conversions some of which look like
|
||||
// system->utf>system->utf. luckily UTF8 is our system charset.
|
||||
|
@ -221,7 +222,10 @@
|
|||
# define WANT_S2S_TLS
|
||||
# define WANT_S2S_SASL
|
||||
# define ENTER_MEMBERS
|
||||
# define PERSISTENT_MASTERS
|
||||
// disabled 2018-05 due to stringprep messing up the _routes
|
||||
// data structures *and* plenty of karteileichen which means
|
||||
// that clean-up of _routes is not working!!
|
||||
//# define PERSISTENT_MASTERS
|
||||
# define NEW_RENDER
|
||||
# define MUCSUC
|
||||
//# define XMPP_BIDI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue