WO2014117506A1 - 一种向群组成员发送多媒体消息的方法及设备 - Google Patents

一种向群组成员发送多媒体消息的方法及设备 Download PDF

Info

Publication number
WO2014117506A1
WO2014117506A1 PCT/CN2013/082138 CN2013082138W WO2014117506A1 WO 2014117506 A1 WO2014117506 A1 WO 2014117506A1 CN 2013082138 W CN2013082138 W CN 2013082138W WO 2014117506 A1 WO2014117506 A1 WO 2014117506A1
Authority
WO
WIPO (PCT)
Prior art keywords
multimedia message
message
server
group
group members
Prior art date
Application number
PCT/CN2013/082138
Other languages
English (en)
French (fr)
Inventor
周水斌
方建明
薛岩
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2014117506A1 publication Critical patent/WO2014117506A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/16Arrangements for providing special services to substations
    • H04L12/18Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
    • H04L12/1859Arrangements for providing special services to substations for broadcast or conference, e.g. multicast adapted to provide push services, e.g. data channels
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/07User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail characterised by the inclusion of specific contents
    • H04L51/10Multimedia information

Definitions

  • the present invention relates to the field of group message transmission in an IMS (Internet Protocol (IP) Multimedia Subsystem, IP network subsystem), and more particularly to a method and device for transmitting a multimedia message to a group member.
  • IMS Internet Protocol (IP) Multimedia Subsystem, IP network subsystem
  • the use of instant messaging software is becoming more common.
  • the use of group chat functions in instant messaging software has become more frequent, and the frequency of sending multimedia messages such as pictures and animations during group chats has become higher and higher.
  • the communication protocol used by the IMS network is a SIP (Session Initiation Protocol) based on a User Datagram Protocol (UDP). Due to the maximum length of the SIP message and the MTU (Maximum Transmission Unit) in the network, the message transmitted by the IMS network instant messaging application cannot be too long, which makes it difficult to send multimedia messages in the group.
  • SIP Session Initiation Protocol
  • UDP User Datagram Protocol
  • the current general practice is to negotiate a communication address and port between the UE (User Equipment) and the IM server through the IMS core network when the multimedia message needs to be sent, and then the UE The message session relay protocol (MSRP) is used to directly transmit the multimedia message to the IM server.
  • MSRP message session relay protocol
  • the IM server obtains the group member list from the group server, the received multimedia message is forwarded to the group member. As shown in Figure 1, the following steps are included:
  • Steps S101 - S106 UE1 sends an INVITE request to the IM server 1 registered by the user, and the SDP (Session Description Protocol) of the INVITE carries the communication address, port, and used by the UE1 for transmitting the multimedia message. Communication protocol; After receiving the INVITE request, IM server 1 also applies for a communication address and port, and returns the requested address and port information to UE1 in the SDP of the 200 OK (success response) message of the INVITE request, and then returns ACK (session) The response confirmation message is sent to the server 1, so that the UE1 and its registration server 1 negotiate the completion, and the TCP (Transmission Control Protocol) is established. connection.
  • the INVITE request, the 200 OK message, and the ACK message are first sent to the corresponding location through negotiation through the IMS core network.
  • Steps S107 - S118 after the IM server 1 obtains the group member list from the group server, sends an INVITE request message to one of the group members UE2, and the SDP of the INVITE carries the address and port used by the IM server 1 for communication, and After receiving the INVITE request, the UE2 returns the address and port information of the UE2 to the IM server 1 in the SDP of the 200 OK message requested by the INVITE, and the IM server 1 returns an ACK message to the UE2, so that the UE2 and the IM server 1 negotiate the completion. , establish a TCP connection.
  • the INVITE request, the 200 OK message, and the ACK message are first sent to the corresponding location through negotiation through the IMS core network.
  • Step S119 - S130 after the IM server 1 obtains the group member list from the group server, sends an INVITE request message to another group member UE3, and the SDP requested by the INVITE carries the address and port used by the IM server 1 for communication. And after the INVITE request is received, the UE3 returns the address port information of the UE3 to the IM server 1 in the SDP of the 200 OK message of the INVITE, and the IM server 1 returns an ACK message to the UE3, so that the negotiation between the UE3 and the IM server 1 is completed. Establish a TCP connection. The INVITE request, the 200 OK message, and the ACK message are first negotiated through the IMS core network and sent to the corresponding location.
  • Step S131 - S133 UE1 transmits the multimedia message to the IM server 1 through the MSRP message, and the IM server 1 does not save the file, but directly transfers the MSRP message sent by the UE1 to the other group members UE2, UE3, and the other group member terminals receive After the MSRP message, the multimedia message is displayed on its interface.
  • Steps S134 - S137 after the multimedia message is sent, the UE1 sends a BYE (end) message to the IM server 1, and the IM server 1 returns a 200 OK message to the UE1 to close the previously negotiated TCP connection.
  • the BYE message and the 200 OK message are first sent to the corresponding location through negotiation through the IMS core network.
  • Steps S138 - S145 after the IM server 1 sends the multimedia message to the UE2, it sends a BYE message to the UE2, and the UE2 returns a 200 OK message to the IM server 1, and closes the previously negotiated TCP connection.
  • the BYE message and the 200 OK message are first sent to the corresponding location through negotiation through the IMS core network.
  • Step S146 - S153 after the IM server 1 sends the multimedia message to the UE3, sends the message to the UE3.
  • Sending a BYE message UE3 returns a 200 OK message to the IM server 1, and closes the previously negotiated TCP connection.
  • the BYE message and the 200 OK message are first sent to the corresponding location through negotiation through the IMS core network.
  • the IM server needs to process MSRP messages.
  • the processing capability of the IM server is high; the above group message transmission mode is real-time transmission. If a group member is offline, the message cannot be normally sent to the group member; in addition, when performing MSRP transmission of the multimedia message, the UE Directly interact with the IM server, so that the IM server must be exposed on the public network, posing a hidden danger to the security of the server.
  • Embodiments of the present invention provide a method and device for transmitting a multimedia message to a group member to solve the technical problem of how to reduce the pressure of the IM server when transmitting a multimedia message to a group.
  • An embodiment of the present invention provides a method for sending a multimedia message to a group member, including: a Hyper Text Transport Protocol (HTTP) engine server that saves a multimedia message sent by a group member;
  • HTTP Hyper Text Transport Protocol
  • the HTTP engine server sends saved multimedia messages to other group members online.
  • the HTTP engine server sends the saved multimedia message to other group members on the network, including:
  • the HTTP engine server receives requests for multimedia messages sent by other group members online.
  • the HTTP engine server sends the saved multimedia message to the other group members.
  • the embodiment of the invention further provides a method for sending a multimedia message to a group member, including:
  • the instant messaging IM server receives a multimedia message sending request from a group member;
  • the IM server obtains a Uniform Resource Locator (URL) for storing the multimedia message to the Hypertext Transfer Protocol HTTP engine server;
  • URL Uniform Resource Locator
  • the IM server sends the URL to the group member
  • the HTTP engine server receives the multimedia message sent by the group member to the URL.
  • the HTTP engine server sends the received multimedia message to other group members online.
  • the HTTP engine server sends the received multimedia message to other group members on the network, including: the HTTP engine server receives a request for obtaining a multimedia message sent by the other group members of the online to the URL;
  • the HTTP engine server sends the received multimedia message to the other group members.
  • the method further includes:
  • the IM server receives a message end notification sent by a group member transmitting the multimedia message; and the IM server sends the URL to other group members online.
  • the method further includes:
  • the IM server After receiving the message end notification sent by the group member sending the multimedia message, the IM server records other group members that are not online, and after the other group members that are not online are restored to the network, the URL is sent to the online recovery. Other group members.
  • the embodiment of the present invention further provides a hypertext transfer protocol HTTP engine server for transmitting a multimedia message to a group member, including: a multimedia message saving module and a group sending module, wherein the multimedia message saving module is configured to: save a group member The multimedia message sent; and The group sending module is configured to: obtain a multimedia message from the multimedia message saving module, and send the saved multimedia message to other group members on the network.
  • a hypertext transfer protocol HTTP engine server for transmitting a multimedia message to a group member, including: a multimedia message saving module and a group sending module, wherein the multimedia message saving module is configured to: save a group member The multimedia message sent; and The group sending module is configured to: obtain a multimedia message from the multimedia message saving module, and send the saved multimedia message to other group members on the network.
  • the group sending module is configured to acquire a multimedia message from the multimedia message saving module in the following manner, and send the saved multimedia message to other group members on the line:
  • the multimedia message After receiving a request for obtaining a multimedia message sent by other group members in the online, the multimedia message is obtained from the multimedia message saving module, and the saved multimedia message is sent to the other group members.
  • the embodiment of the present invention further provides a system for transmitting a multimedia message to a group member, including: a hypertext transfer protocol, an HTTP engine server, and an instant message IM server, where
  • the IM server is configured to: receive a multimedia message sending request from a group member, acquire a uniform resource locator URL for saving the multimedia message from the HTTP engine server, and send the URL to the group member;
  • the HTTP engine server is configured to: send a URL for saving the multimedia message to the IM server; receive a multimedia message sent by the group member to the URL; and send the received multimedia message to other group members on the network .
  • the HTTP engine server is configured to send a received multimedia message to other group members on the network in the following manner:
  • the IM server is further configured to: receive a message end notification sent by a group member transmitting the multimedia message, and send the URL to other group members online.
  • the IM server is further configured to: receive a message sent by a group member that sends the multimedia message After the end of the notification, the other group members that are not online are recorded, and after the other group members who are not online are restored to the online, the URL is sent to other group members who are restored online.
  • the group sending service of the multimedia message is processed by the HTTP engine server, which reduces the signaling overhead of the IM server; the HTTP engine server can store the group sending message and notify the storage address of the offline group user message.
  • the possibility that the offline group user misses receiving the group message is reduced; in addition, the user is prevented from directly communicating with the IM server when performing the multimedia group messaging service, thereby ensuring the security of the IM server.
  • FIG. 1 is a signaling flowchart of a group multimedia message sent by a related art IMS network
  • FIG. 2 is a flowchart of a method for an HTTP engine server to send a multimedia message to a group member according to the embodiment
  • FIG. 3 is a flowchart of a method for sending a multimedia message to a group member according to the embodiment;
  • FIG. 4 is a signaling flowchart of sending a group multimedia message in an IMS network according to an application example;
  • FIG. 6 is a structural diagram of a system for transmitting a multimedia message to a group member according to the embodiment.
  • FIG. 2 is a flowchart of a method for an HTTP engine server to send a multimedia message to a group member according to the embodiment, and includes the following steps.
  • Step S201 The HTTP engine server saves the multimedia message sent by the group member.
  • Step S202 The HTTP engine server sends the saved multimedia message to other group members in the online.
  • the HTTP engine server may push the saved multimedia message to other group members of the online group; or send the saved multimedia to the other group members after receiving the request for obtaining the multimedia message sent by other group members in the online group; Message; wherein, the latter method of transmitting the saved multimedia message to other group members in the online play the subjective initiative of the group member to receive the group message.
  • the HTTP engine server may be a server cluster composed of multiple HTTP engine servers, and the servers share the load and speed up the processing of the HTTP engine server.
  • the server cluster may also set the server in an active/standby manner to ensure the system of the HTTP engine server. performance.
  • FIG. 3 is a flowchart of a method for sending a multimedia message to a group member according to the embodiment, and includes the following steps.
  • Step S301 The IM server receives a multimedia message sending request from a group member.
  • Step S302 The IM server acquires a URL for saving the multimedia message from the HTTP engine server; the URL is also referred to as a webpage address.
  • Step S303 The IM server sends the URL to the group member.
  • Step S304 The HTTP engine server receives the multimedia message sent by the group member to the URL.
  • Step S305 The HTTP engine server sends the received multimedia message to other group members on the network.
  • the step S305 may include:
  • the HTTP engine server receives a request for obtaining a multimedia message sent by the other group members of the online to the URL; and the HTTP engine server sends the received multimedia message to the other group members.
  • the IM server may send the URL to other group members online after receiving the message end notification sent by the group member transmitting the multimedia message.
  • the IM server may also record other group members that are not online after receiving the message end notification sent by the group member sending the multimedia message. After the other group members that are not online are restored to the online, the URL is sent to other group members who are restored online.
  • Step S401 - S404 UE1 sends a MESSAGE message to the IM server 1, the message body carries the sending multimedia message request identifier, and the server 1 returns a 200 ⁇ (successful response) message to UE1.
  • the MESSAGE message and the 200 OK response message are first sent to the corresponding location through negotiation through the IMS core network.
  • Step S405 - S406 after receiving the request of UE1, the IM server 1 sends an HTTP GET (HTTP Get) request to the HTTP engine server to obtain a URL for storing the multimedia message; after receiving the HTTP engine server, assigning a unique URL, and then The URL is returned to the IM server 1 in the 200 OK message.
  • HTTP Get HTTP Get
  • Step S407 - S410 After receiving the URL returned by the HTTP engine server, the IM server 1 sends a MESSAGE message to the UE1, and carries the URL returned by the HTTP engine server in the MESSAGE message body. UE1 returns a 200 OK message to IM server 1.
  • Step S411 - S412 after receiving the MESSAGE message carrying the URL, the UE1 sends the multimedia message to the HTTP engine server through the HTTP PUT message, and the URL carried in the PUT message; after the HTTP engine server receives the PUT message, according to the URL Save the multimedia message in the folder corresponding to the URL.
  • the HTTP engine server returns a 200 OK message to UE1.
  • the UE1 After the multimedia message is sent, the UE1 sends a MESSAGE message to the IM server 1 to notify the IM server 1 that the multimedia message is sent.
  • the IM server 1 returns a 200 OK message to UE1.
  • the MESSAGE message and the 200 OK message are first sent to the corresponding location through negotiation through the IMS core network.
  • Steps S417 - S424, the IM server 1 sends a MESSAGE message to a group member UE2, informing the UE2 that there is a group multimedia message sent by the UE1, and the MESSAGE message carries the URL.
  • UE2 returns a 200 OK message to IM server 1.
  • the MESSAGE message and the 200 OK message are first sent to the corresponding location after being negotiated by the IMS core network.
  • the HTTP engine server After receiving the request, the HTTP engine server returns the saved multimedia message to the UE2 through the 200OK message; the UE2 receives the multimedia message and receives the multimedia message. Display to the interface.
  • Step S427 - S434 the IM server 1 sends a MESSAGE message to another group member UE3, and notifies UE3 that there is a group multimedia message sent by UE1, and the MESSAGE message carries the URL.
  • UE3 returns a 200 OK message to IM server 1.
  • the MESSAGE message and the 200 OK message are first sent to the corresponding location through negotiation through the IMS core network.
  • Step S435 - S436, UE3 sends an HTTP GET request to the HTTP engine server, and the request carries the URL.
  • the HTTP engine server After receiving the request, the HTTP engine server returns the saved multimedia message to the UE3 through the 200OK message; the UE3 receives the multimedia message and receives the multimedia message. Display to the interface.
  • FIG. 5 is a block diagram showing the composition of an HTTP engine server 50 for transmitting multimedia messages to group members according to the embodiment.
  • the HTTP engine server 50 includes: a multimedia message saving module 501 and a group sending module
  • the multimedia message saving module 501 is configured to save the multimedia message sent by the group member;
  • the group sending module 502 is configured to acquire the multimedia message from the multimedia message saving module 501, and send the saved multimedia message to other group members on the network;
  • the group sending module 502 is configured to: after receiving a request for acquiring a multimedia message sent by other group members in the online, acquire the multimedia message from the multimedia message saving module 501, and send the saved multimedia message to the other group members.
  • FIG. 6 is a structural diagram of a system for transmitting a multimedia message to a group member according to the embodiment.
  • the system includes an HTTP engine server 50 and an IM server 51, wherein
  • the IM server 51 is configured to: receive a multimedia message sending request from a group member, acquire a URL for saving the multimedia message from the HTTP engine server 50, and send the URL to the group member;
  • the IM server 51 is further configured to: receive a message end notification sent by a group member that sends the multimedia message, send the URL to other group members of the online group; and receive a message end notification sent by the group member that sends the multimedia message, Recording other group members that are not online. After the other group members that are not online are restored to the Internet, the URL is sent to other group members who are restored online;
  • the HTTP engine server 50 is configured to: send a URL for saving the multimedia message to the IM server 51; receive a multimedia message sent by the group member to the URL; and send the received multimedia message to other group members on the network .
  • the HTTP engine server 50 is configured to send the received multimedia message to other group members in the online manner by receiving a request for acquiring a multimedia message sent by the other group members of the online to the URL, and to the other The group member sends the received multimedia message.
  • the signaling overhead of the IM server is reduced; the possibility that the offline group user misses receiving the group sending message is reduced; and the user is prevented from directly communicating with the IM server when performing the multimedia group messaging service.
  • the security of the IM server is guaranteed.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Information Transfer Between Computers (AREA)
  • Telephonic Communication Services (AREA)

Abstract

一种向群组成员发送多媒体消息的方法及设备。所述方法包括:HTTP引擎服务器保存群组成员发送的多媒体消息;以及HTTP引擎服务器向在线的其他群组成员发送保存的多媒体消息。

Description

一种向群组成员发送多媒体消息的方法及设备
技术领域
本发明涉及 IMS ( Internet Protocol ( IP ) Multimedia Subsystem, IP多媒 体子系统) 网络中群组消息发送领域, 尤其涉及一种向群组成员发送多媒体 消息的方法及设备。
背景技术
在互联网应用中, 即时通讯软件的使用越来越普遍。 随着人们交际网络 的拓展, 即时通讯软件中群组聊天功能的使用也越发频繁, 并且在群组聊天 时发送图片、 动画等多媒体消息的频率也越来越高。 在 IMS 网络的即时消息 ( Instant Message, IM )应用中, 由于 IMS网络釆用的通讯协议是基于 UDP ( User Datagram Protocol, 用户数据才艮协议)传输的 SIP ( Session Initiation Protocol,会话发起协议),受 SIP消息的最大长度以及网络中 MTU( Maximum Transmission Unit, 最大传输单元)的限制, IMS网络即时消息应用单包传送 的消息不能太长, 这就给群组中发送多媒体消息带来了困难。 为了在 IMS网 络即时通讯中传送多媒体消息, 目前一般的做法是当需要发送多媒体消息时, UE ( User Equipment, 用户设备 )和 IM服务器之间先通过 IMS核心网协商 出通讯地址和端口, 然后 UE通过消息会话中继协议( Message Session Relay Protocol, MSRP )直接向 IM服务器传送多媒体消息; 由 IM服务器从群组服 务器获取群组成员列表后, 将接收的多媒体消息转发给群组成员, 该流程如 图 1所示, 包括如下步骤:
步骤 S101 - S106, UE1发送 INVITE (邀请 )请求到用户注册的 IM服务 器 1 , INVITE请求的 SDP ( Session Description Protocol, 会话描述协议) 中 携带了 UE1用于发送多媒体消息的通信地址、端口以及使用的通信协议; IM 服务器 1收到 INVITE请求后,也申请一个通信地址和端口 , 并在 INVITE请 求的 200OK(成功响应)消息的 SDP中将申请的地址和端口信息返回给 UE1 , 然后返回 ACK (会话响应确认 )消息到 ΙΜ服务器 1 , 这样 UE1和其注册 ΙΜ 服务器 1协商完成, 建立 TCP ( Transmission Control Protocol,传输控制协议 ) 连接。 其中, INVITE请求、 200OK消息及 ACK消息都先通过 IMS核心网协 商后发送到相应的位置。
步骤 S107 - S118, IM服务器 1到群组服务器获取到群组成员列表后, 发送 INVITE请求消息给其中的一个群组成员 UE2, INVITE请求的 SDP中 携带 IM服务器 1用于通信的地址和端口以及釆用的协议, UE2收到 INVITE 请求后, 在 INVITE请求的 200OK消息的 SDP中将 UE2的地址和端口信息 返回 IM服务器 1 , IM服务器 1返回 ACK消息到 UE2, 这样 UE2和 IM服务 器 1协商完成, 建立 TCP连接。 其中, INVITE请求、 200OK消息及 ACK消 息都先通过 IMS核心网协商后发送到相应的位置。
步骤 S119 - S130, IM服务器 1到群组服务器获取到群组成员列表后, 发送 INVITE请求消息给其中的另一个群组成员 UE3 , INVITE请求的 SDP 中携带 IM服务器 1用于通信的地址和端口以及釆用的协议,UE3收到 INVITE 请求后 , 在 INVITE的 200OK消息的 SDP中将 UE3的地址端口信息返回 IM 服务器 1 , IM服务器 1返回 ACK消息到 UE3 , 这样 UE3和 IM服务器 1协 商完成, 建立 TCP连接。 其中, INVITE请求、 200OK消息及 ACK消息都先 通过 IMS核心网协商后发送到相应的位置。
步骤 S131 - S133 , UE1通过 MSRP消息传送多媒体消息到 IM服务器 1 , IM服务器 1并不保存文件, 而是直接将 UE1发送的 MSRP消息转给其他群 组成员 UE2、 UE3 , 其他群组成员终端收到 MSRP消息后, 在其界面显示多 媒体消息。
步骤 S134 - S137, 多媒体消息发送完成后, UE1发送 BYE (结束)消息 到 IM服务器 1 , IM服务器 1返回 200OK消息到 UE1 , 关闭之前协商的 TCP 连接。 其中, BYE消息、 200OK消息都先通过 IMS核心网协商后发送到相应 的位置。
步骤 S138 - S145, IM服务器 1给 UE2发送完多媒体消息后, 给 UE2发 送 BYE消息, UE2返回 200OK消息到 IM服务器 1 , 将之前协商的 TCP连 接关闭。 其中, BYE消息、 200OK消息都先通过 IMS核心网协商后发送到相 应的位置。
步骤 S146 - S153 , IM服务器 1给 UE3发送完多媒体消息后, 给 UE3发 送 BYE消息, UE3返回 200OK消息到 IM服务器 1 , 将之前协商的 TCP连 接关闭。 其中, BYE消息、 200OK消息都先通过 IMS核心网协商后发送到相 应的位置。
从图 1所示的消息传输流程可以看出, 为了实现群组发送多媒体消息,
IM服务器、 IMS核心网以及 UE之间的消息交互非常多,如果群组成员很多, IM服务器和 IMS核心网会有很大开销; IM服务器除了要处理一般的即时消 息外, 还需要处理 MSRP消息, 对 IM服务器处理能力要求高; 上述群组消 息传送方式是实时传送, 如果有群组成员不在线, 消息就无法正常发送给该 群组成员; 另外, 在进行多媒体消息的 MSRP传输时, UE直接和 IM服务器 交互的, 这样 IM服务器必然暴露在公网上, 对服务器的安全带来隐患。
发明内容
本发明实施例提供了一种向群组成员发送多媒体消息的方法及设备, 以 解决如何实现在向群组发送多媒体消息时减轻 IM服务器的压力的技术问题。
本发明实施例提供了一种向群组成员发送多媒体消息的方法, 包括: 超文本传输协议(Hyper Text Transport Protocol, HTTP ) 引擎服务器保 存群组成员发送的多媒体消息; 以及
HTTP引擎服务器向在线的其他群组成员发送保存的多媒体消息。
可选地,
所述 HTTP引擎服务器向在线的其他群组成员发送保存的多媒体消息, 包括:
HTTP 引擎服务器接收在线的其他群组成员发送的获取多媒体消息的请 求; 以及
HTTP引擎服务器向所述其他群组成员发送保存的多媒体消息。
本发明实施例还提供了一种向群组成员发送多媒体消息的方法, 包括: 即时消息 IM服务器接收来自群组成员的多媒体消息发送请求;
IM服务器向超文本传输协议 HTTP引擎服务器获取用于保存多媒体消息 的统一资源定位符 ( Uniform Resource Locator, URL ) ;
IM服务器向所述群组成员发送所述 URL;
HTTP引擎服务器接收所述群组成员向所述 URL发送的多媒体消息; 以 及
HTTP引擎服务器向在线的其他群组成员发送接收的多媒体消息。
可选地 ,
HTTP引擎服务器向在线的其他群组成员发送接收的多媒体消息, 包括: HTTP引擎服务器接收在线的其他群组成员向所述 URL发送的获取多媒 体消息的请求; 以及
HTTP引擎服务器向所述其他群组成员发送接收的多媒体消息。
可选地, 所述方法还包括:
在 HTTP引擎服务器接收在线的其他群组成员发送的获取多媒体消息的 请求之前,
IM服务器接收发送多媒体消息的群组成员发送的消息结束通知; 以及 IM服务器向在线的其他群组成员发送所述 URL。
可选地, 所述方法还包括:
IM服务器接收到发送多媒体消息的群组成员发送的消息结束通知后,记 录不在线的其他群组成员, 待所述不在线的其他群组成员恢复在线后, 将所 述 URL发送给恢复在线的其他群组成员。
本发明实施例还提供了一种向群组成员发送多媒体消息的超文本传输协 议 HTTP引擎服务器, 包括: 多媒体消息保存模块以及群发模块, 其中, 所述多媒体消息保存模块设置成: 保存群组成员发送的多媒体消息; 以 及 所述群发模块设置成: 从所述多媒体消息保存模块获取多媒体消息, 并 向在线的其他群组成员发送保存的多媒体消息。
可选地 ,
所述群发模块是设置成以如下方式从所述多媒体消息保存模块获取多媒 体消息, 并向在线的其他群组成员发送保存的多媒体消息:
接收在线的其他群组成员发送的获取多媒体消息的请求后 , 从所述多媒 体消息保存模块获取多媒体消息, 并向所述其他群组成员发送保存的多媒体 消息。
本发明实施例还提供了一种向群组成员发送多媒体消息的系统, 包括: 超文本传输协议 HTTP引擎服务器和即时消息 IM服务器, 其中,
所述 IM服务器设置成: 接收来自群组成员的多媒体消息发送请求, 向 HTTP引擎服务器获取用于保存多媒体消息的统一资源定位符 URL, 并向所 述群组成员发送所述 URL; 以及
所述 HTTP引擎服务器设置成:向所述 IM服务器发送用于保存多媒体消 息的 URL;接收所述群组成员向所述 URL发送的多媒体消息; 以及向在线的 其他群组成员发送接收的多媒体消息。
可选地 ,
所述 HTTP引擎服务器是设置成以如下方式向在线的其他群组成员发送 接收的多媒体消息:
接收在线的其他群组成员向所述 URL发送的获取多媒体消息的请求,并 向所述其他群组成员发送接收的多媒体消息。
可选地 ,
所述 IM服务器还设置成: 接收发送多媒体消息的群组成员发送的消息 结束通知, 向在线的其他群组成员发送所述 URL。
可选地 ,
所述 IM服务器还设置成: 接收到发送多媒体消息的群组成员发送的消 息结束通知后, 记录不在线的其他群组成员, 待所述不在线的其他群组成员 恢复在线后, 将所述 URL发送给恢复在线的其他群组成员。
本发明实施例的上述技术方案中, 将多媒体消息的群发业务交由 HTTP 引擎服务器处理, 减少了 IM服务器的信令开销; HTTP引擎服务器可存储群 发消息以及通知不在线群组用户消息的存储地址, 减少了不在线群组用户遗 漏接收群发消息的可能; 此外, 还避免了用户在进行多媒体群发消息业务时, 与 IM服务器直接通信, 保证了 IM服务器的安全。 附图概述
图 1为相关技术 IMS网络中发送群组多媒体消息的信令流程图; 图 2为本实施例的 HTTP引擎服务器向群组成员发送多媒体消息的方法 的流程图;
图 3为本实施例的向群组成员发送多媒体消息的方法的流程图; 图 4为本应用示例的 IMS网络中发送群组多媒体消息的信令流程图; 图 5为本实施例的向群组成员发送多媒体消息的 HTTP引擎服务器的组 成模块图;
图 6为本实施例的向群组成员发送多媒体消息的系统的组成图。
本发明的较佳实施方式
下文中将结合附图对本发明的实施例进行详细说明。 需要说明的是, 在 不冲突的情况下, 本申请中的实施例及实施例中的特征可以相互任意组合。
图 2为本实施例的 HTTP引擎服务器向群组成员发送多媒体消息的方法 流程图, 包括如下步骤。
步骤 S201、 HTTP引擎服务器保存群组成员发送的多媒体消息。
步骤 S202、 HTTP引擎服务器向在线的其他群组成员发送保存的多媒体 消息。 步骤 S202中, HTTP引擎服务器可以向在线的其他群组成员推送保存的 多媒体消息;或在接收在线的其他群组成员发送的获取多媒体消息的请求后, 向所述其他群组成员发送保存的多媒体消息; 其中, 后一种向在线的其他群 组成员发送保存的多媒体消息的方法, 发挥了群组成员接收群组消息的主观 能动性。
上述 HTTP引擎服务器可以是由多个 HTTP引擎服务器组成的服务器集 群, 服务器之间分担负荷, 加快 HTTP引擎服务器的处理速度; 另外, 服务 器集群还可以以主备方式设置服务器, 保证 HTTP引擎服务器的系统性能。
图 3为本实施例的向群组成员发送多媒体消息的方法流程图, 包括如下 步骤。
步骤 S301、 IM服务器接收来自群组成员的多媒体消息发送请求。
步骤 S302、 IM服务器向 HTTP引擎服务器获取用于保存多媒体消息的 URL; URL也被称为网页地址。
步骤 S303、 IM服务器向所述群组成员发送所述 URL。
步骤 S304、 HTTP引擎服务器接收所述群组成员向所述 URL发送的多媒 体消息。
步骤 S305、 HTTP引擎服务器向在线的其他群组成员发送接收的多媒体 消息。
其中, 步骤 S305可包括:
HTTP引擎服务器接收在线的其他群组成员向所述 URL发送的获取多媒 体消息的请求; 以及 HTTP引擎服务器向所述其他群组成员发送接收的多媒 体消息。
为实现在线的其他群组成员获知所述 URL, 可使 IM服务器在接收发送 多媒体消息的群组成员发送的消息结束通知后, 向在线的其他群组成员发送 所述 URL。
为避免不在线的群组成员遗漏群组消息, IM服务器还可在接收到发送多 媒体消息的群组成员发送的消息结束通知后, 记录不在线的其他群组成员, 待所述不在线的其他群组成员恢复在线后 ,将所述 URL发送给恢复在线的其 他群组成员。
下面以一个应用示例对釆用 HTTP引擎服务器后的 IMS网络中发送群组 多媒体消息的信令流程作详细说明, 如图 4所示, 包括如下步骤:
步骤 S401 - S404、 UE1发送 MESSAGE (通知 ) 消息到 IM服务器 1 , 消息体中携带发送多媒体消息请求标识,ΙΜ服务器 1返回 200ΟΚ(成功响应) 消息到 UE1。 其中, MESSAGE消息、 200OK响应消息都先通过 IMS核心网 协商后发送到相应的位置。
步骤 S405 - S406、 IM服务器 1收到 UE1的请求后, 给 HTTP引擎服务 器发送 HTTP GET ( HTTP获取)请求, 获取一个多媒体消息存放的 URL; HTTP引擎服务器收到后, 分配一个唯一的 URL, 然后在 200OK消息中将该 URL返回给 IM服务器 1。
步骤 S407 - S410、 IM服务器 1收到 HTTP引擎服务器返回的 URL后, 给 UE1发送 MESSAGE消息,在 MESSAGE消息体中携带 HTTP引擎服务器 返回的 URL。 UE1返回 200OK消息到 IM服务器 1。
步骤 S411 - S412、 UE1收到携带 URL的 MESSAGE消息后,通过 HTTP PUT ( HTTP上传)消息将多媒体消息发送到 HTTP引擎服务器, PUT消息中 携带的 URL; HTTP引擎服务器收到 PUT消息后, 根据 URL将多媒体消息 保存在 URL对应的文件夹中。 HTTP引擎服务器返回 200OK消息到 UE1。
步骤 S413 _ S416、 UE1 发送完多媒体消息后, 给 IM服务器 1 发送 MESSAGE消息, 通知 IM服务器 1多媒体消息发送完成。 IM服务器 1返回 200OK消息到 UE1。 其中, MESSAGE消息、 200OK消息都先通过 IMS核心 网协商后发送到相应的位置。
步骤 S417 - S424、 IM服务器 1给一个群组成员 UE2发送 MESSAGE消 息,通知 UE2有 UE1发送过来的群组多媒体消息, MESSAGE消息携带 URL。 UE2返回 200OK消息到 IM服务器 1。 其中, MESSAGE消息、 200OK消息 都先通过 IMS核心网协商后发送到相应的位置。 步骤 S425 - S426、 UE2发送 HTTP GET请求到 HTTP引擎服务器, 请求 中携带 URL; HTTP引擎服务器收到请求后,将保存的多媒体消息通过 200OK 消息返回给 UE2; UE2收到多媒体消息后将该多媒体消息显示到界面。
步骤 S427 - S434、 IM服务器 1给另一个群组成员 UE3发送 MESSAGE 消息, 通知 UE3有 UE1发送过来的群组多媒体消息, MESSAGE消息携带 URL。 UE3返回 200OK消息到 IM服务器 1。 其中, MESSAGE消息、 200OK 消息都先通过 IMS核心网协商后发送到相应的位置。
步骤 S435 - S436、 UE3发送 HTTP GET请求到 HTTP引擎服务器, 请求 中携带 URL; HTTP引擎服务器收到请求后,将保存的多媒体消息通过 200OK 消息返回给 UE3; UE3收到多媒体消息后将该多媒体消息显示到界面。
对比图 1和图 4的信令流程,可以看出, 图 4的信令流程中, IM服务器、 IMS核心网以及 UE之间的 SIP消息交互大大减少, 给 IM服务器和 IMS核 心网减轻了压力; 将多媒体消息的群发业务交由 HTTP引擎服务器处理, IM 服务器仅处理一般的即时消息, 减轻了 IM服务器的压力; 用户在进行多媒 体消息的群发传输时,不和 IM服务器通信,避免了 IM服务器暴露在公网上, 保证了 IM服务器的安全。
图 5为本实施例的向群组成员发送多媒体消息的 HTTP引擎服务器 50的 组成模块图。
该 HTTP引擎服务器 50包括: 多媒体消息保存模块 501 以及群发模块
502, 其中,
多媒体消息保存模块 501用于保存群组成员发送的多媒体消息; 群发模块 502用于从所述多媒体消息保存模块 501获取多媒体消息, 并 向在线的其他群组成员发送保存的多媒体消息; 以及
该群发模块 502是用于: 接收在线的其他群组成员发送的获取多媒体消 息的请求后, 从所述多媒体消息保存模块 501获取多媒体消息, 并向所述其 他群组成员发送保存的多媒体消息。 图 6为本实施例的向群组成员发送多媒体消息的系统的组成图。
该系统包括 HTTP引擎服务器 50和 IM服务器 51 , 其中,
IM服务器 51用于:接收来自群组成员的多媒体消息发送请求,向 HTTP 引擎服务器 50获取用于保存多媒体消息的 URL, 并向所述群组成员发送所 述 URL;
IM服务器 51还用于: 接收发送多媒体消息的群组成员发送的消息结束 通知, 向在线的其他群组成员发送所述 URL; 以及接收到发送多媒体消息的 群组成员发送的消息结束通知后, 记录不在线的其他群组成员, 待所述不在 线的其他群组成员恢复在线后, 将所述 URL发送给恢复在线的其他群组成 员;
HTTP引擎服务器 50用于: 向所述 IM服务器 51发送用于保存多媒体消 息的 URL;接收所述群组成员向所述 URL发送的多媒体消息; 以及向在线的 其他群组成员发送接收的多媒体消息。
该 HTTP引擎服务器 50是用于以如下方式向在线的其他群组成员发送接 收的所述多媒体消息:接收在线的其他群组成员向所述 URL发送的获取多媒 体消息的请求, 并向所述其他群组成员发送接收的多媒体消息。
本领域普通技术人员可以理解上述方法中的全部或部分步骤可通过程序 来指令相关硬件完成, 所述程序可以存储于计算机可读存储介质中, 如, 只 读存储器、 磁盘或光盘等。 可选地, 上述实施例的全部或部分步骤也可以使 用一个或多个集成电路来实现, 相应地, 上述实施例中的各模块 /单元可以釆 用硬件的形式实现, 也可以釆用软件功能模块的形式实现。 本发明实施例不 限制于任何特定形式的硬件和软件的结合。
需要说明的是, 本发明还可有其他多种实施例, 在不背离本发明精神及 的改变和变形, 但这些相应的改变和变形都应属于本发明所附的权利要求的 保护范围。 工业实用性
本发明实施例的技术方案中, 减少了 IM服务器的信令开销; 减少了不 在线群组用户遗漏接收群发消息的可能; 以及避免了用户在进行多媒体群发 消息业务时, 与 IM服务器直接通信, 保证了 IM服务器的安全。

Claims

权 利 要 求 书
1、 一种向群组成员发送多媒体消息的方法, 包括:
超文本传输协议 HTTP引擎服务器保存群组成员发送的多媒体消息; 以 及
所述 HTTP引擎服务器向在线的其他群组成员发送保存的所述多媒体消 息。
2、 如权利要求 1所述的方法, 其中,
所述 HTTP引擎服务器向在线的其他群组成员发送保存的多媒体消息, 包括:
所述 HTTP引擎服务器接收所述在线的其他群组成员发送的获取多媒体 消息的请求; 以及
所述 HTTP 引擎服务器向所述其他群组成员发送保存的所述多媒体消 息。
3、 一种向群组成员发送多媒体消息的方法, 包括:
即时消息 IM服务器接收来自群组成员的多媒体消息发送请求; 所述 IM服务器向超文本传输协议 HTTP引擎服务器获取用于保存多媒体 消息的统一资源定位符 URL;
所述 IM服务器向所述群组成员发送所述 URL;
所述 HTTP 引擎服务器接收所述群组成员向所述 URL发送的多媒体消 息; 以及
所述 HTTP引擎服务器向在线的其他群组成员发送接收的多媒体消息。
4、 如权利要求 3所述的方法, 其中,
所述 HTTP引擎服务器向在线的其他群组成员发送接收的多媒体消息, 包括:
所述 HTTP引擎服务器接收所述在线的其他群组成员向所述 URL发送的 获取多媒体消息的请求; 以及 所述 HTTP引擎服务器向所述其他群组成员发送接收的多媒体消息。
5、 如权利要求 4所述的方法, 还包括:
在所述 HTTP引擎服务器接收所述在线的其他群组成员发送的所述获取 多媒体消息的请求之前, 所述 IM服务器接收发送多媒体消息的群组成员发送的消息结束通知; 以及
所述 IM服务器向所述在线的其他群组成员发送所述 URL。
6、 如权利要求 5所述的方法, 还包括:
所述 IM服务器接收到所述发送多媒体消息的群组成员发送的消息结束 通知后, 记录不在线的其他群组成员, 待所述不在线的其他群组成员恢复在 线后, 将所述 URL发送给恢复在线的其他群组成员。
7、 一种向群组成员发送多媒体消息的超文本传输协议 HTTP 引擎服务 器, 包括: 多媒体消息保存模块以及群发模块, 其中,
所述多媒体消息保存模块设置成: 保存群组成员发送的多媒体消息; 以 及
所述群发模块设置成:从所述多媒体消息保存模块获取所述多媒体消息, 并向在线的其他群组成员发送保存的所述多媒体消息。
8、 如权利要求 7所述的 HTTP引擎服务器, 其中,
所述群发模块是设置成以如下方式从所述多媒体消息保存模块获取所述 多媒体消息, 并向在线的其他群组成员发送保存的所述多媒体消息:
接收所述在线的其他群组成员发送的获取多媒体消息的请求后, 从所述 多媒体消息保存模块获取所述多媒体消息, 并向所述其他群组成员发送保存 的所述多媒体消息。
9、一种向群组成员发送多媒体消息的系统,包括:超文本传输协议 HTTP 引擎服务器和即时消息 IM服务器, 其中,
所述 IM服务器设置成: 接收来自群组成员的多媒体消息发送请求, 向 所述 HTTP引擎服务器获取用于保存多媒体消息的统一资源定位符 URL, 并 向所述群组成员发送所述 URL; 以及
所述 HTTP引擎服务器设置成:向所述 IM服务器发送所述用于保存多媒 体消息的 URL;接收所述群组成员向所述 URL发送的多媒体消息; 以及向在 线的其他群组成员发送接收的所述多媒体消息。
10、 如权利要求 9所述的系统, 其中,
所述 HTTP引擎服务器是设置成以如下方式向在线的其他群组成员发送 接收的所述多媒体消息:
接收所述在线的其他群组成员向所述 URL发送的获取多媒体消息的请 求, 并向所述其他群组成员发送接收的所述多媒体消息。
11、 如权利要求 10所述的系统, 其中,
所述 IM服务器还设置成: 接收发送多媒体消息的群组成员发送的消息 结束通知, 向所述在线的其他群组成员发送所述 URL。
12、 如权利要求 11所述的系统, 其中,
所述 IM服务器还设置成: 接收到所述发送多媒体消息的群组成员发送 的消息结束通知后, 记录不在线的其他群组成员, 待所述不在线的其他群组 成员恢复在线后, 将所述 URL发送给恢复在线的其他群组成员。
PCT/CN2013/082138 2013-01-29 2013-08-23 一种向群组成员发送多媒体消息的方法及设备 WO2014117506A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310032982.8A CN103973541B (zh) 2013-01-29 2013-01-29 一种向群组成员发送多媒体消息的方法及设备
CN201310032982.8 2013-01-29

Publications (1)

Publication Number Publication Date
WO2014117506A1 true WO2014117506A1 (zh) 2014-08-07

Family

ID=51242603

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/082138 WO2014117506A1 (zh) 2013-01-29 2013-08-23 一种向群组成员发送多媒体消息的方法及设备

Country Status (2)

Country Link
CN (1) CN103973541B (zh)
WO (1) WO2014117506A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106549991A (zh) * 2015-09-18 2017-03-29 成都鼎桥通信技术有限公司 基于群组的多媒体会话业务实现方法
CN106332026B (zh) * 2016-09-18 2020-03-31 海能达通信股份有限公司 集群系统中多媒体短消息的实现方法、核心网及资源服务器
CN108023911A (zh) * 2016-11-01 2018-05-11 中国移动通信有限公司研究院 一种poc业务联系人的状态获取方法、装置及系统
CN110166577B (zh) * 2019-07-01 2022-02-08 中国工商银行股份有限公司 分布式应用群组会话处理系统及方法
CN112422497B (zh) * 2020-09-03 2023-04-18 上海哔哩哔哩科技有限公司 消息传递方法、装置及计算机设备

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998047268A1 (en) * 1997-04-15 1998-10-22 British Telecommunications Public Limited Company Message service
CN1794723A (zh) * 2005-10-11 2006-06-28 华为技术有限公司 一种离线消息处理方法
CN102404250A (zh) * 2011-12-13 2012-04-04 华为技术有限公司 向即时消息系统用户传输文件的方法、装置及系统

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100370790C (zh) * 2004-05-27 2008-02-20 腾讯科技(深圳)有限公司 在即时通讯系统中控制即时消息的方法
US20070168529A1 (en) * 2005-12-09 2007-07-19 Paulo Taylor Contact list display system and method
CN100589430C (zh) * 2007-07-23 2010-02-10 中国联合网络通信集团有限公司 一种即时消息的文件传输系统及其方法
CN101267406A (zh) * 2008-03-17 2008-09-17 北京亿企通信息技术有限公司 一种通过短信总机实现企业办公业务的方法和系统
CN101488928B (zh) * 2009-01-06 2011-04-20 腾讯科技(深圳)有限公司 一种互联企业群通信设备及互联企业群通信方法
CN102137038A (zh) * 2011-04-25 2011-07-27 苏州阔地网络科技有限公司 一种基于社区平台的群组信息交互方法及系统
CN102833311A (zh) * 2012-07-17 2012-12-19 广东好帮手电子科技股份有限公司 一种车载语音通讯系统及方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998047268A1 (en) * 1997-04-15 1998-10-22 British Telecommunications Public Limited Company Message service
CN1794723A (zh) * 2005-10-11 2006-06-28 华为技术有限公司 一种离线消息处理方法
CN102404250A (zh) * 2011-12-13 2012-04-04 华为技术有限公司 向即时消息系统用户传输文件的方法、装置及系统

Also Published As

Publication number Publication date
CN103973541B (zh) 2018-03-20
CN103973541A (zh) 2014-08-06

Similar Documents

Publication Publication Date Title
US10341443B2 (en) Multimodal conversation transfer
EP2342883B1 (en) File transfer in conference services
US8296447B2 (en) Method for copying session information, call control server for executing the same, and computer product
US20080177840A1 (en) Media Instant Messaging for Mobile Device
KR20100127316A (ko) 메시지 및 세션의 교환
US10601880B2 (en) Conference reconstruction in SIP networks
WO2014117506A1 (zh) 一种向群组成员发送多媒体消息的方法及设备
EP2109285A1 (en) Conference system and method
JP6169568B2 (ja) パッシブ通信サービスのためのシステムおよび方法
CN107113223B (zh) 用于消息会话中继协议会话的消息块大小的协商
US20140250197A1 (en) Content server, terminal, and method using http
US9350695B2 (en) Method for transferring and storing CPM service message and service thereof
WO2015172629A1 (zh) 一种消息传输的方法、装置及系统
US7643473B2 (en) Instant messaging with audio connection formation
US11716363B2 (en) Messaging resource function
WO2009033412A1 (fr) Procédé, système et appareil de gestion pour un appareil spécifique dans une session multimédia
KR20100090089A (ko) 통신 시스템에서 세션 히스토리 송수신 방법
WO2014026316A1 (zh) 媒体数据传输方法及设备
KR20100060355A (ko) 통신 시스템에서 그룹 메시징 세션 생성 방법 및 그 시스템
WO2018133542A1 (zh) 文件传输方法及系统、装置、电子设备、计算机存储介质
WO2008080334A1 (fr) Agent d'utilisateur dos à dos et procédé de transmission d'informations associé
KR101689196B1 (ko) 통신 시스템에서 세션 히스토리 송수신 방법
WO2014166442A1 (zh) 会议释放方法、装置与系统、存储介质
TR201720818A2 (tr) Sip tabanli konferans sunuculari i̇çi̇n eşler arasi oturum yeni̇leme yöntemi̇
KR20080090250A (ko) 이종 메시지의 상호 연동을 통한 메시지 전송 방법

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13874061

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13874061

Country of ref document: EP

Kind code of ref document: A1