mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
don't panic about idn
This commit is contained in:
parent
c64d8cc3c6
commit
eba0982e03
5 changed files with 10 additions and 2 deletions
|
@ -4,6 +4,10 @@
|
|||
#include "presence.h"
|
||||
#include <time.h>
|
||||
|
||||
#if !__EFUN_DEFINED__(idna_stringprep)
|
||||
# echo Warning: idn support as recommended for XMPP is missing from LPC driver. will try lower_case() instead. usually works.
|
||||
#endif
|
||||
|
||||
// necessary to implement a minimum set of commands for remote jabber users
|
||||
// #undef USER_PROGRAM
|
||||
// #undef MYNICK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue