Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人推荐一个围绕 smack/xmpp 的网络基础包装器。我需要一个客户通过 xmpp/telnet/ssh 等谈论基于文本的协议。
XMPP 有点不同,因为有一个 XMPPConnection,但是我需要使用不同的 xmpp 对等体,并且在连接我的协议时需要更改每个 xmpp 对等体的管道。
问候, 林
查看netty-xmpp(Netty 的 XMPP 解码器/编码器)。