如何在 OpenFire API 中获取 http 标头
我使用 openfire 作为 XMPP 服务器。客户端通过 BOSH 连接到它。
我正在编写一些带有自定义 iq 的插件,我需要获取客户的 http 标头。
我如何使用 Openfire API 来做到这一点?
I'm using openfire as XMPP server. Clients connect to it via BOSH.
I'm writing some plugin with custom iq's, and I need to get my clients' http headers.
How can I do this using Openfire API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我前段时间自己对此进行了挖掘,但什么也没发现,所以我认为最好的解决方案是将您想要通过标头获取的一些用户信息包装到 XMPP iq 中(用户代理、推荐人等)。
要获取访问者的 IP,您还可以使用 Openfire API(查看 SessionManager 类)。
I was digging this myself some time ago and found nothing, so I think the best solution is to wrap some user info that you want to get via headers into XMPP iq's (User-Agent, Referrer, ...).
To get visitor's IP you can also use Openfire API (look at SessionManager class).