This is what I've longed for a couple of years. Pidgin which was nightly built and released now uses MSNP14. That means you can use Personal Message in your name. Anyway the new libpurple may take effect on next version of your client such as Adium.
วันเสาร์, กันยายน 22, 2007
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)

2 ความคิดเห็น:
แล้วทำยังไงอ่ะพี่
On Linux, you can build it by yourself. First, get sources from mtn. Get help at http://developer.pidgin.im/wiki/UsingPidginMonotone .
DATABASE=/home/user/monotone_databases/pidgin.mtn
mkdir /home/user/monotone_databases
cd /home/user/monotone_databases
wget http://developer.pidgin.im/static/pidgin.mtn.bz2
bunzip2 pidgin.mtn.bz2
mtn -d $DATABASE db migrate
mtn -d $DATABASE pull pidgin.im im.pidgin.*
WORKINGDIR=/home/user/code/pidgin-mtn
mtn -d $DATABASE co -b im.pidgin.pidgin $WORKINGDIR
Warning : pidgin.mtn.bz2 is quite big ~150MB.
Second, use build procedure:
cd /home/user/code/pidgin-mtn
./autogen.sh
make
make install
แสดงความคิดเห็น