随笔分类 -  即时通讯

摘要:UAC(User Agent Client) 和 UAS(User Agent Server) SIP协议采用Client/Server模型。每一个请求(Request)触发服务器的一个操作;每个操作被称为方法(Method);每个请求除了指明具体方法外,还携带了一系列的头域(Header fiel 阅读全文
posted @ 2019-11-14 14:57 微信公众号--共鸣圈 阅读(4588) 评论(0) 推荐(0)
摘要:https://www.vocal.com/sip-2/sip-user-authentication/ https://tools.ietf.org/html/rfc3261 SIP User Authentication There are two forms of authentication 阅读全文
posted @ 2019-10-17 17:17 微信公众号--共鸣圈 阅读(864) 评论(0) 推荐(0)
摘要:这个库andrdoi也可以用,而且是基于类的使用方式: 它支持类似聊天室的功能,即一个人说话,所有客户端都能收到,当然也支持点点通信。它还支持 RMI 的方式调用远程过程。 https://github.com/EsotericSoftware/kryonet 下面是在android下使用 kryo 阅读全文
posted @ 2017-12-15 09:36 微信公众号--共鸣圈 阅读(675) 评论(0) 推荐(0)
摘要:http://download.igniterealtime.org/openfire/docs/latest/documentation/db-integration-guide.html Introduction This document provides instructions for i 阅读全文
posted @ 2017-05-28 17:26 微信公众号--共鸣圈 阅读(254) 评论(0) 推荐(0)
摘要:https://community.igniterealtime.org/thread/48064#224126 https://community.igniterealtime.org/thread/57701 http://stackoverflow.com/questions/27718876 阅读全文
posted @ 2016-09-12 22:47 微信公众号--共鸣圈 阅读(629) 评论(0) 推荐(0)
摘要:业界有很多优秀的开源XMPP服务器,比如eJabberd、Openfire、Tigase、Jabberd2、Prosody,还有一些优秀的商业XMPP服务器,比如lsode、Jabber XCP等。在XMPP.ORG网站上可以看到完整的列表。 openfire使用搭建更加方便快捷,管理界面也更友好, 阅读全文
posted @ 2016-09-12 09:46 微信公众号--共鸣圈 阅读(4583) 评论(0) 推荐(0)