移动书签如何工作?

发布于 2024-10-11 07:20:47 字数 143 浏览 3 评论 0原文

我对发送移动书签的功能有疑问。

我可以发送带有完整路径的移动书签 - 例如包括不存在的文件夹,换句话说:是否可以在将书签发送到移动设备时创建文件夹?

我使用Kannel服务器作为网关,客户端是用java语言开发的。

I have a question about the capabilities of sending mobile bookmarks.

Can I send mobile bookmark with full path - e.g. including non-existing folder, in other words: is it possible to create folder while sending bookmark to mobile ?

I am using Kannel server as gateway, and client is developed in java language.

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

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

发布评论

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

评论(1

╰◇生如夏花灿烂 2024-10-18 07:20:47

Kannel 只会将链接作为 OTA 书签发送,而不检查此 URL 是否有任何可用内容。

因此,您应该在外部应用程序中实现此功能,该应用程序将执行以下操作:

  1. 创建您想要提供的目录或文件。
  2. 通过 Kannel /cgi-bin/sendota HTTP API 将 OTA 书签发送到手机。

请记住,如果您动态准备 URL,则需要将 OTA 书签作为 URL 编码的 XML 文档(文本而不是 otaid)发送。

Kannel will only send link as OTA Bookmark without checking if any content available by this URL.

So you should implement this functionality in external application that will do the following:

  1. Create catalog or file you want to provide.
  2. Send OTA bookmark to mobile handset via Kannel /cgi-bin/sendota HTTP API.

Keep in mind that if you prepare URL dynamically then you need to send OTA Bookmark as URL-encoded XML document (text instead of otaid).

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