eNoise / pichi

Pichi is a jabber(xmpp) bot written in C++. It is based on the sulci abilities.

Home Page:http://code.google.com/p/pichi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pichi XMPP Bot

Pichi is a jabber(xmpp) bot written in C++. It is based on the sulci abilities.

Build requirements

Building (Linux)

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_LUA=ON -DLOCAL_GLOOX=ON -DLOCAL_TINYXML=ON -DCMAKE_INSTALL_PREFIX='Directory to install' ../
make
make install
  • -DLOCAL_GLOOX=ON - Enables built-in gloox library.

  • -DLOCAL_TINYXML=ON - Enables built-in tinyxml library.

  • -DLOCAL_LUA=ON - Enables built-in lia library.

  • -DWITH_LUA=ON - Enables/Disable lua plugins.

  • -DWITH_TESTS=ON - Enables/Disable tests after build.

Binaries (Windows) and Linux Packages

http://code.google.com/p/pichi/downloads/list - Here

About

Pichi is a jabber(xmpp) bot written in C++. It is based on the sulci abilities.

http://code.google.com/p/pichi/

License:GNU General Public License v2.0


Languages

Language:C++ 79.4%Language:C 20.0%Language:Lua 0.5%Language:Shell 0.1%