LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: gradetwo

linux 下的飞信2010年8月2日更新 Fedora000特供V4版本。 解决飞信协议升级问题

[复制链接]
发表于 2009-1-6 20:09:40 | 显示全部楼层
飞信的证书问题,清掉文件后正常了
rm .purple/blist.xml
rm .purple/certificates/x509/tls_peers/221.130.45.201
Post by tiredboy;1934955
0.98-4.X86-32还是登录不了,其他同学情况如何?

(19:58:28) dns: DNS query for '221.236.20.239' queued
(19:58:28) util: requested to fetch (http://192.168.24.204:2869/upnph ... f-9e85-568417ecf397), full=1, user_agent=((null)), http11=1
(19:58:28) dns: DNS query for '221.236.20.239' queued
(19:58:28) Session Management: Received first save_yourself
(19:58:28) dns: Created new DNS child 18677, there are now 1 children.
(19:58:28) dns: Successfully sent DNS request to child 18677
(19:58:28) Session Management: Received save_complete
(19:58:28) dns: Created new DNS child 18678, there are now 2 children.
(19:58:28) dns: Successfully sent DNS request to child 18678
(19:58:28) dns: Got response for '221.236.20.239'
(19:58:28) dnsquery: IP resolved for 221.236.20.239
(19:58:28) proxy: Attempting connection to 221.236.20.239
(19:58:28) proxy: Connecting to nav.fetion.com.cn:80 via 221.236.20.239:13140 using HTTP
(19:58:28) proxy: Connection in progress
(19:58:28) docklet: embedded
(19:58:28) dns: Got response for '221.236.20.239'
(19:58:28) dnsquery: IP resolved for 221.236.20.239
(19:58:28) proxy: Attempting connection to 221.236.20.239
(19:58:28) proxy: Connecting to 192.168.24.204:2869 via 221.236.20.239:13140 using HTTP
(19:58:28) proxy: Connection in progress
(19:58:33) util: Writing file prefs.xml to directory /home/tiredboy/.purple
(19:58:33) util: Writing file /home/tiredboy/.purple/prefs.xml
(19:58:33) util: Writing file accounts.xml to directory /home/tiredboy/.purple
(19:58:33) util: Writing file /home/tiredboy/.purple/accounts.xml
(19:58:33) util: Writing file blist.xml to directory /home/tiredboy/.purple
(19:58:33) util: Writing file /home/tiredboy/.purple/blist.xml
(19:58:33) util: Writing file smileys.xml to directory /home/tiredboy/.purple
(19:58:33) util: Writing file /home/tiredboy/.purple/smileys.xml
dns[18677]: nobody needs me... =(
dns[18678]: nobody needs me... =(
(19:59:28) Fetion:: LoginToSsiPortal
(19:59:28) purple_ssl_connect: assertion `host != NULL' failed
(19:59:28) LoginToSsiPortal: assertion `gsc != NULL' failed
回复 支持 反对

使用道具 举报

发表于 2009-1-6 20:15:12 | 显示全部楼层
Post by tiredboy;1934958
飞信的证书问题,清掉文件后正常了
rm .purple/blist.xml
rm .purple/certificates/x509/tls_peers/221.130.45.201

我的没清也没问题~~~
回复 支持 反对

使用道具 举报

发表于 2009-1-6 20:16:09 | 显示全部楼层
顶gradetwo~~~
回复 支持 反对

使用道具 举报

发表于 2009-1-6 20:19:22 | 显示全部楼层
我在mingw下 gcc.exe (GCC) 3.4.5 (mingw-vista special r3) 编译通不过,不知道什么原因
gcc.exe -shared fetion.o sipmsg.o -L../../../../win32-dev/gtk_2_0/lib -L../../../libpurple -lglib-2.0 -lws2_32 -lintl -lpurple -Wl,--enable-auto-image-base -o libfetion.dll
fetion.o: In function `send_sip_request':
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:462: undefined reference to `gencallid'
fetion.o: In function `fetion_im_send':
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:540: undefined reference to `fetion_send_message'
fetion.o: In function `process_register_response':
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:591: undefined reference to `fill_auth'
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:608: undefined reference to `do_register'
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:559: undefined reference to `GetPersonalInfo'
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:562: undefined reference to `GetContactList'
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:563: undefined reference to `GetContactList'
fetion.o: In function `fetion_input_cb':
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:772: undefined reference to `process_incoming_message'
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:776: undefined reference to `process_incoming_BN'
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:781: undefined reference to `process_incoming_invite'
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:657: undefined reference to `parse_from'
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:825: undefined reference to `fill_auth'
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:826: undefined reference to `auth_header'
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:872: undefined reference to `fill_auth'
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:873: undefined reference to `auth_header'
fetion.o: In function `fetion_close':
h:/Learn/Pidgin/pidgin-2.5.3/pidgin/plugins/fetion/fetion.c:1139: undefined reference to `do_register_exp'
fetion.o: In function `fetion_actions':


已经编译运行成功 http://www.9wy.net/archives/489.html
回复 支持 反对

使用道具 举报

发表于 2009-1-7 08:20:38 | 显示全部楼层
升级了还是不能联接啊
回复 支持 反对

使用道具 举报

发表于 2009-1-7 09:40:32 | 显示全部楼层
登录失败:

(09:35:54) fetion: in process response response: 500
(09:35:54) fetion: in process register response response: 500
(09:35:54) fetion: fetion_input_cb: read error
回复 支持 反对

使用道具 举报

发表于 2009-1-7 12:26:19 | 显示全部楼层
.purple/plugins/libfetion.so is not loadable: ABI version mismatch 2.5.x (need 2.4.x)

Debian lenny pidgin-2.4.3
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-1-7 12:43:38 | 显示全部楼层
老版本的用户自己去下载代码编译
git clone git://github.com/gradetwo/fetion.git
回复 支持 反对

使用道具 举报

发表于 2009-1-7 14:32:48 | 显示全部楼层
代码下好了,居然不知道如何编译……惭愧中~
回复 支持 反对

使用道具 举报

发表于 2009-1-7 16:39:31 | 显示全部楼层
(16:33:23) fetion:

received - Wed Jan  7 16:33:23 2009

######
SIP-C/2.0 200 OK
I: 1
Q: 1 R
X: 600
L: 1037

#######

(16:33:23) fetion: in process response response: 200
(16:33:23) fetion: received response to unknown transaction(16:33:23) fetion: received a unknown sip message with method R and response 200
(16:33:23) fetion:

received - Wed Jan  7 16:33:23 2009

######
SIP-C/2.0 500 Server Internal Error
I: 1
Q: 2 R

#######

(16:33:23) fetion: in process response response: 500
(16:33:23) fetion: in process register response response: 500
(16:33:26) fetion: fetion_input_cb: read error
(16:33:39) fetion:: read cookie
dns[1751]: nobody needs me... =(
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表