1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

looks like it is a good idea to activate XMPP_BIDI by default

This commit is contained in:
psyc://psyced.org/~lynX 2016-01-30 00:01:19 +01:00
parent 1cce84def9
commit c25e18a363
3 changed files with 8 additions and 2 deletions

View file

@ -224,6 +224,7 @@
# define PERSISTENT_MASTERS
# define NEW_RENDER
# define MUCSUC
# define XMPP_BIDI
#endif
#define GAMMA // code that has left BETA and is in production use
@ -236,7 +237,6 @@
#endif
#ifdef EXPERIMENTAL
# define XMPP_BIDI
# define USE_AUTOALIAS
// fippo's brilliant single-user channel emulation for jabber MUCs
// unfortunately it provides no advantages over the old method, yet.