diff options
Diffstat (limited to 'kopete/protocols/jabber/jingle/configure.in.bot')
-rw-r--r-- | kopete/protocols/jabber/jingle/configure.in.bot | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kopete/protocols/jabber/jingle/configure.in.bot b/kopete/protocols/jabber/jingle/configure.in.bot new file mode 100644 index 00000000..f30595e6 --- /dev/null +++ b/kopete/protocols/jabber/jingle/configure.in.bot @@ -0,0 +1,16 @@ +if test "$with_jingle" = yes; then + echo "" + echo Supported Jabber Jingle voice Codecs for Kopete: + echo Speex: $speex_found + echo iLBC: $ilbc_found + echo MULAW: yes +else + echo "" + echo "You have disabled Jabber Jingle voice support or you are missing required libraries required to compile it." + echo "Jingle is a new Jabber standard that define a signaling protocol via XMPP for peer-to-peer applications." + echo "Jingle audio is compatible with the Google Talk voice service." + echo "" + echo "Required Jingle dependencies are listed on this page:" + echo "http://wiki.kde.org/tiki-index.php?page=Kopete+Jabber+Jingle" + all_tests=bad +fi |