Files
@ 3aff761db678
Branch filter:
Location: libtransport.git/backends/CMakeLists.txt - annotation
3aff761db678
430 B
text/plain
Do not send subscribe presence just because, but send it as response to probe presence
1105d3f1e37a d21a4b20bb1f fbfcbf69ad1f fbfcbf69ad1f d2502858d6c0 d2502858d6c0 e312a8602ec7 d2502858d6c0 d2502858d6c0 d6cad830d224 d6cad830d224 40d678184272 91100e6e7cdf 40d678184272 bb938d33f751 ab2424659344 51c03d82ea50 91100e6e7cdf 91100e6e7cdf 91100e6e7cdf 91100e6e7cdf 6dd874964a61 6dd874964a61 6dd874964a61 bb938d33f751 51c03d82ea50 1105d3f1e37a | if (PROTOBUF_FOUND)
if (PURPLE_FOUND)
ADD_SUBDIRECTORY(libpurple)
endif()
if (IRC_FOUND)
ADD_SUBDIRECTORY(libcommuni)
endif()
ADD_SUBDIRECTORY(swiften)
ADD_SUBDIRECTORY(template)
if (NOT WIN32)
ADD_SUBDIRECTORY(smstools3)
ADD_SUBDIRECTORY(frotz)
# if(YAHOO2_FOUND)
ADD_SUBDIRECTORY(libyahoo2)
# endif()
ADD_SUBDIRECTORY(twitter)
if (${LIBDBUSGLIB_FOUND})
ADD_SUBDIRECTORY(skype)
endif()
endif()
endif()
|