1*4882a593Smuzhiyunconfig BR2_PACKAGE_PROSODY 2*4882a593Smuzhiyun bool "prosody" 3*4882a593Smuzhiyun depends on BR2_USE_MMU # fork 4*4882a593Smuzhiyun depends on BR2_PACKAGE_HAS_LUAINTERPRETER 5*4882a593Smuzhiyun depends on !BR2_PACKAGE_LUA_5_4 6*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # luaexpat, luasec, luasocket, luafilesystem 7*4882a593Smuzhiyun select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1 # runtime 8*4882a593Smuzhiyun select BR2_PACKAGE_LUAEXPAT # runtime 9*4882a593Smuzhiyun select BR2_PACKAGE_LUASEC # runtime 10*4882a593Smuzhiyun select BR2_PACKAGE_LUASOCKET # runtime 11*4882a593Smuzhiyun select BR2_PACKAGE_OPENSSL 12*4882a593Smuzhiyun select BR2_PACKAGE_LIBIDN 13*4882a593Smuzhiyun select BR2_PACKAGE_LUAFILESYSTEM # runtime 14*4882a593Smuzhiyun help 15*4882a593Smuzhiyun Prosody is a modern XMPP communication server. It aims to be 16*4882a593Smuzhiyun easy to set up and configure, and efficient with system 17*4882a593Smuzhiyun resources. 18*4882a593Smuzhiyun 19*4882a593Smuzhiyun https://prosody.im 20*4882a593Smuzhiyun 21*4882a593Smuzhiyuncomment "prosody needs the lua interpreter, dynamic library" 22*4882a593Smuzhiyun depends on !BR2_PACKAGE_HAS_LUAINTERPRETER || BR2_STATIC_LIBS 23*4882a593Smuzhiyun depends on BR2_USE_MMU 24*4882a593Smuzhiyun 25*4882a593Smuzhiyuncomment "prosody needs a Lua <= 5.3" 26*4882a593Smuzhiyun depends on BR2_PACKAGE_LUA_5_4 27