• Stars
    star
    110
  • Rank 316,770 (Top 7 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created over 13 years ago
  • Updated over 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Hybird is a lightweight IM framework, currently supports China Mobile Fetion protocol and xmpp protocol.

Hybrid

Hybrid is a lightweight IM framework, currently supports China Mobile Fetion protocol and XMPP protocol.

License

Hybrid is a free software released under GPLv2.

Install

On Arch Linux

AUR Package

Everywhere else for now (From Source)

$git clone git://github.com/levin108/hybrid.git

$cd hybrid
$mkdir -p build
$cd build
$cmake ..
$make
#make install