如何为jabberd14服务器编写客户端

发布于 2024-10-04 02:10:16 字数 150 浏览 2 评论 0原文

任何人都可以告诉我如何为 jabberd14 服务器启动一个超级简单的客户端开发?我喜欢使用 C++、VB .NET、PHP(用于网络开发)。

以及如何在服务器本身中添加用户(任何API来执行此操作),例如mysql已经开发了一个连接器来将sql语句传递到服务器来执行。

Anyone can tell me how to kick start development a super simple client for jabberd14 server? I am comfortable using C++, VB .NET, PHP (for webdevelopment).

And also how to add user in the server itself (any API to do this) like mysql has develop a connector to pass the sql statement to the server to execute.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

怀里藏娇 2024-10-11 02:10:16

假设您想从头开始编写一些东西,您应该开始熟悉 Jabber 使用的 XMPP 协议

但是,最好使用现有的 XMPP/Jabber 库,它可以完成脏工作你。

Assuming you want to write something from scratch, you should start getting familiar with the XMPP Protocol used by Jabber.

However, it might be better to use an existing XMPP/Jabber library which does the dirty work for you.

风吹过旳痕迹 2024-10-11 02:10:16

对于 .net,请检查 Google 代码上的 jabber-net 项目
这是
入门指南

对于 Java SE,请查看此 API:Smack API
以及入门指南

For .net check the project jabber-net on Google code.
And here's a getting started guide.

For Java SE have a look at this API: Smack API.
And the getting started guide.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文