crifan 9年前 (2015-11-26) 5291浏览 0评论
[背景]
访问:
http://192.168.1.110:7070/http-bind/
出错: HTTP ERROR: 400
Problem accessing /http-bind/. Reason:
Bad Request
...
crifan 9年前 (2015-11-26) 3489浏览 0评论
折腾:
[已解决]swift XMPP调试:没有执行到didReceivePresence和 didReceiveMessage 期间,代码: func xmppStream(sender: XMPPStream!, didNotAuth...
crifan 9年前 (2015-11-25) 3255浏览 0评论
用swift代码去调试SwiftXMPP:
[记录]swift中添加支持聊天框架XMPP
输入了正确的用户名和密码,但是最后代码没有其他反应。
感觉像是:
没有执行对应的didReceivePresence和 didReceiveMessage ...
crifan 9年前 (2015-11-25) 5559浏览 0评论
搜:
mac中好用的XMPP客户端
参考: Mac上除了自带的【信息】App以外,还有哪些支持Jabber(XMPP)的聊天客户端软件? – OS X 应用 – 知乎 [iPhone高级] 基于XMPP的IOS聊天客户端...
crifan 9年前 (2015-11-25) 2761浏览 0评论
折腾: [整理]mac中好用的XMPP客户端 期间,需要去了解:
常见的XMPP服务器有哪些 搜:
XMPP服务器和客户端
参考: [iPhone高级] 基于XMPP的IOS聊天客户端程序(XMPP服务器架构) – kangk...
crifan 9年前 (2015-11-25) 3639浏览 0评论
折腾:
[整理]mac中好用的XMPP客户端
之后,去试试Mac中的Adium 先去下载: Adium – Download
https://adium.im
-》
http://sourceforge.net/projects/...
crifan 9年前 (2015-11-17) 3265浏览 0评论
项目出错:
/Users/crifan/dev/dev_src/swift/SwiftXMPP/git/SwiftXMPP/XMPPFramework/Vendor/KissXML/DDXMLNode.h:6:9: Module ‘lib...
crifan 9年前 (2015-11-17) 2958浏览 0评论
想要用swift实现一个聊天的功能
需要去找swift的聊天框架。
搜: swift xmpp library 参考: Swift XMPP Client
-》只是个聊天工具,其中自己的swift的SDK是Java写的库。。。 Isode...
crifan 9年前 (2015-11-01) 2726浏览 0评论
XMPP == Extensible Messaging and Presence Protocol
IMPP == Instant Messaging and Presence Protocol RFC 2779标准是为了定义出一个统一的即时...
crifan 9年前 (2015-11-01) 3367浏览 0评论
XMPP有很多扩展。
然后有个专门的协议:XEP XEP==XMPP Extension Protocols 相关资料:
XEP-0001: XMPP Extension Protocols XMPP Extensions – The XMP...