简体   繁体   English

带有Tinder / Whack的XMPP代理服务器

[英]XMPP Proxy Server with Tinder/Whack

I'm looking to create a proxy server for XMPP that does the absolute bare minimum: allow a client to successfully connect to it (handshaking). 我正在寻找为XMPP创建一个绝对最低限度的代理服务器:允许客户端成功连接到它(握手)。 After that, I'd like to trap the stanzas sent to it and perform pass-throughs which will route the stanzas to the actual XMPP service, which will be OpenFire. 之后,我想捕获发送给它的节并执行传递,将节将路由到实际的XMPP服务,这将是OpenFire。

But I need that initial proxy first to represent 'connected' clients.I was considering using Tinder and Whack. 但我需要首先代表'连接'客户端的初始代理。我正在考虑使用Tinder和Whack。 Will those libraries contain the functionality I need or do I need to start from scratch? 这些库是否包含我需要或从头开始需要的功能?

I will be using Java. 我将使用Java。

Please don't recommend a light-weight XMPP server for my needs, this has to be done in the way outlined above, unfortunately. 请不要为我的需要推荐轻量级XMPP服务器,不幸的是,这必须按照上面概述的方式完成。

You may want to see if the ConnectionManager suits your needs. 您可能想看看ConnectionManager是否适合您的需求。

As for doing it yourself, Tinder would probably be helpful, but I don't think Whack is of any use, since you are not building a component. 至于自己做,Tinder可能会有所帮助,但我不认为Whack有任何用处,因为你没有构建组件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM