icq

如何使用JSP+MySQL创建留言本

感情迁移 提交于 2020-03-05 07:14:23
如何使用JSP+MySQL创建留言本 作者:unknown 更新时间: 2005-03-17 说明:用JSP+MySQL数据库创建留言本,首先要创建MySQL数据库,关于MySQL的使用请到 http://pinghui.51.net/download/012mysql.chm 下载教程。现在为了说明的需要,我们假设数据库已经建立完成,数据库的名称是pinghui,其中有comment表是记录留言信息的。 数据库的结构为: +-----------+-------------+------+-----+---------------------+----------------+ | Field | Type | Null | Key | Default | Extra | +-----------+-------------+------+-----+---------------------+----------------+ | userid | int(11) | | PRI | 0 | auto_increment | | username | char(20) | | | | | | sex | char(2) | | | | | | address | char(40) | YES | | NULL | | | ip | char(15) | | | | | |

Link to ICQ account

耗尽温柔 提交于 2020-01-04 09:09:14
问题 I have same HyperLink : HyperLink skype = new HyperLink(); skype.NavigateUrl = "skype:username?call"; When user press it he redirects to skype window to user account, which entered in NavigateUrl. I try to find something for ICQ in google, but fail. Does anybody know how to link to ICQ account? 回答1: Try this URL: http://www.icq.com/whitepages/cmd.php?uin=4655465&action=message Replacing the UIN with the one you want, and the message with the one you want. Obviously it only works if they have

XMPP transport to ICQ

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-25 07:04:55
问题 I try to send messages to icq via jabber-transport. I tried to use code from this answer XMPP transport to another protocol, but I got this message: DEBUG -- : SENDING: <message to='12345@icq.jabber.blahblah.ru' xmlns='jabber:client'><body>test message from robot</body></message> => nil DEBUG -- : RECEIVED: <message from='12345@icq.jabber.blahblah.ru' to='myjit@blahblah.ru/83076 14161416233482839674' type='error'><error code='401' type='auth'><not-authorized xmlns='urn:ietf:params:xml:ns:xmpp

XMPP transport to another protocol

强颜欢笑 提交于 2019-12-20 06:43:02
问题 I would like to add support of ICQ in my application using jabber-transport. I use xmpp4r ruby's library. All that I found doesn't show how to login to external (icq) server and how to send messages. Can you show example of code or text explanation how to do so? (may be not using xmpp4r and ruby, I only need a hint.) 回答1: I found solution thanks to canhaschat plugin source code require 'xmpp4r' #connect to jabber jid=Jabber::JID.new "your_jid" client=Jabber::Client.new jid client.connect

XMPP transport to another protocol

社会主义新天地 提交于 2019-12-02 11:24:22
I would like to add support of ICQ in my application using jabber-transport. I use xmpp4r ruby's library. All that I found doesn't show how to login to external (icq) server and how to send messages. Can you show example of code or text explanation how to do so? (may be not using xmpp4r and ruby, I only need a hint.) I found solution thanks to canhaschat plugin source code require 'xmpp4r' #connect to jabber jid=Jabber::JID.new "your_jid" client=Jabber::Client.new jid client.connect client.auth "your_jabber_password" #connect to transport reg=Jabber::Iq.new_register "your_login (e.g 123456789)