WO2016182271A1 - Method and system for transmitting/receiving push data - Google Patents
Method and system for transmitting/receiving push data Download PDFInfo
- Publication number
- WO2016182271A1 WO2016182271A1 PCT/KR2016/004735 KR2016004735W WO2016182271A1 WO 2016182271 A1 WO2016182271 A1 WO 2016182271A1 KR 2016004735 W KR2016004735 W KR 2016004735W WO 2016182271 A1 WO2016182271 A1 WO 2016182271A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- theme
- push
- server
- message
- data transmission
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W12/00—Security arrangements; Authentication; Protecting privacy or anonymity
- H04W12/06—Authentication
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/12—Messaging; Mailboxes; Announcements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W88/00—Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
- H04W88/18—Service support devices; Network management devices
Definitions
- the present invention relates to a push message transmission and reception method and system, and more particularly, to a push data transmission and reception method and system for transmitting and receiving push data between a plurality of mobile terminals.
- a text message is a function or text that delivers a textual content to a counterpart by using a dial on a mobile phone, that is, a mobile terminal.
- the text message service transmits short text messages (LMS), long text messages (LMS), and multimedia messages (MMS) to the other terminal separately from voice communication in the mobile phone system.
- LMS short text messages
- LMS long text messages
- MMS multimedia messages
- the text message service can transmit and store contents to the terminal of the other party at almost the same time as the sending time, and can also send the reservation to a plurality of recipients or designate a time at the same time. It is also convenient because the recipient can select only the desired messages from the stored messages.
- the text message service is used as a means of communication other than a telephone call because it can be used to create more various services or to transmit control signals to a controller in a network by fusion with other services.
- Push messages are used by a sender terminal to transmit a message to a plurality of receiver terminals in one direction.
- Push messages are mostly useful when transmitting various notifications or information through real time.
- Push messages can be used to send a large amount of public or private information to multiple recipient terminals, for example, information from the relevant departments of the government, card usage information from card companies, or advertising information from advertisers. Will be sent as.
- the conventional push message is sent in large quantities to a plurality of terminals with the same contents, and the receiving terminal side has no choice but to receive a notification.
- the present invention has been made to solve the above problems and an object of the present invention is to provide a push data transmission and reception method and system capable of bidirectional communication of push data between a plurality of mobile terminals.
- the push data transmission and reception method comprises the steps of authenticating and identifying a plurality of mobile terminals, assigning a push server to the identified mobile terminals, and the identified mobile terminals. And the step of connecting the allocated push server, transmitting the terminal information and push data from the originating terminal for transmitting the push data of the mobile terminal to the push server, and the receiving terminal corresponding to the receiving terminal information Receiving the push data from the push server.
- the transmitting may include inputting terminal information, selecting a theme, extracting a theme ID corresponding to the selected theme, and generating a theme message using the theme ID. And transmitting the theme message.
- the generating of the theme message may include receiving additional data from a user of the calling terminal, and generating a theme message using the theme ID and the additional data.
- the receiving may include receiving the theme message, extracting a theme ID from the theme message, and checking a theme message generated using the theme ID.
- the method may further include transmitting a reception completion message to the calling terminal after checking the theme message.
- the checking may include notifying the reception of a theme message in a notification pop-up window on a display screen of the receiving terminal, and confirming details of the received theme message from the pop-up window.
- the checking of the details may include displaying the presence or absence of an attached file to the user when there is an attached file in the received theme message.
- the theme message may include any one of a short text, a long text, an image, and a video.
- a push data transmission / reception system includes a service server including an API server and a push server cluster, a network, and a plurality of mobile terminals connected to the service server using the network.
- the push server cluster may include at least one push server connected to the plurality of mobile terminals and a mirroring server corresponding to the push server.
- the push server cluster extracts a theme ID corresponding to the theme, generates a theme message including the extracted theme ID, and generates the generated theme message to the calling terminal. It characterized in that the transmission to the receiving terminal selected from.
- the theme message may include any one of a short text, a long text, an image, and a video.
- a queue of a push server per mobile terminal of a subscriber is allocated, and push server information connected to the corresponding mobile terminal in an API server. After receiving the transmission, by continuously connecting to the corresponding server, it is possible to perform a two-way communication by enabling push data transmission and reception between a plurality of mobile terminals via a push server.
- FIG. 1 is a block diagram of a push data transmission and reception system according to an embodiment of the present invention.
- FIG. 2 is a flowchart illustrating a push data transmission and reception method according to an embodiment of the present invention.
- FIG. 3 is a flowchart illustrating a push data transmission method in a push data transmission and reception method according to an embodiment of the present invention.
- FIG. 4 is a flowchart illustrating a push data reception method in a push data transmission and reception method according to an embodiment of the present invention.
- FIG. 1 is a block diagram of a push data transmission and reception system according to an embodiment of the present invention.
- the service server 100 includes an API server 110 and a push server cluster 130.
- the API server 110 authenticates the mobile terminal and assigns a push server to the authenticated mobile terminal. Thereafter, the mobile terminal can continuously transmit and receive push data with another mobile terminal while maintaining a connection to the assigned push server.
- the mirroring server 133_n is a copy server that stores a copy of the same contents as the push server 131_n connected to each mobile terminal. When a failure occurs in the push server 131_n, the mirroring server 133_n performs the processing. It prevents the user from congestion and system load. In other words, by distributing user connections, the system can be operated efficiently.
- the service server 100 may further include a mobile carrier server for sending push data according to the shipment list from the push server 131_n and the mirroring server 133_n to the mobile terminal 500_n. have.
- the network 300 allows data communication via the Internet or Wi-Fi.
- a cost may occur due to data communication, and in the case of using a mobile communication company server, the cost of data communication and the additional information usage fee according to push data transmission may be generated.
- the mobile terminal 500_n may include a terminal on which an iOS or Android OS is installed, such as a feature phone, a smartphone, a tablet PC, and the like. In addition, it may include a terminal having a web browser or a terminal having an equivalent function. That is, the mobile terminal 500_n may include a terminal including a connection of a wired / wireless communication network such as wired / wireless internet or Wi-Fi and a function of connecting 3G or 4G to the mobile communication network.
- a wired / wireless communication network such as wired / wireless internet or Wi-Fi
- FIG. 2 is a flowchart illustrating a push data transmission and reception method according to an embodiment of the present invention.
- the API server allocates a push server to the mobile terminal that the authentication is completed ( S220). Thereafter, the push server information allocated to the mobile terminal is transmitted (S230), and the push server is connected to the allocated push server using the received push server information with the mobile terminal (S240).
- the steps S210 to S230 are performed only for the mobile terminal 1 500_1, all of the mobile terminals 500_2, 500_3, and 500_4 on which the S240 step is performed are all the steps S210 to S230. It is desirable to see.
- the push server cluster 130 may transfer the push data received from the mobile terminal 1 to the mobile terminal 3 (S260).
- a push server or mirroring server connected to the transmitting mobile terminal and a push server or mirroring server connected to the receiving mobile terminal are transmitted. It may further include a push data transfer process.
- the push server 1 131_1 is between the steps S250 and S260. And it may further comprise a push data transfer step between the push server 2 (131_2).
- the push data may include any one of a short text, a long text, an image, or a video.
- FIG. 3 is a flowchart illustrating a push data transmission method in a push data transmission and reception method according to an embodiment of the present invention
- FIG. 4 is a flowchart illustrating a push data reception method.
- a reception contact or a reception contact group is set (S310).
- the contact information (Cheol, Young-hee, etc.) means an individual number stored in the address book, and the contact group (family, friends, colleagues, etc.) means a group of contacts grouped by a certain standard.
- the push data theme is selected from the user (S320).
- the theme data for the selected theme may be pre-stored together with the theme ID in the mobile terminal or the service server, or the user may use the data stored in the mobile terminal.
- additional data may be further input from the user (S340).
- additional data may include text or multimedia files (photos, videos, images, etc.).
- the generated theme message is transmitted to the contact or contact group selected in step S310 (S360).
- a theme message transmitted in step S360 is received (S410). Thereafter, the received theme message is checked.
- the receiving terminal extracts a theme ID included in the theme message from the theme message (S420). Using the extracted theme ID, the receiving terminal may load theme data from a service server or internal data of the terminal, and execute theme data to show a theme message including a corresponding theme to the user (S430).
- the screen of the receiving terminal may be displayed in the form of a notification pop-up window, or the detailed theme message content may be checked using the notification pop-up window.
- the description has been made by dividing into a transmitting terminal and a receiving terminal. That is, when a theme message is transmitted and received between a plurality of mobile terminals, the mobile terminal transmitting the theme message serves as a dynamic of the transmitting terminal, and the mobile terminal receiving the theme message serves as a receiving terminal.
- the mobile terminal can perform both the operation of transmitting and receiving the theme message by using a push server, and not only one-to-one (1: 1) but also one-to-one (1: n) of the transmitting terminal and the receiving terminal. It is also possible to implement a theme in each receiving terminal using the theme message in the form of).
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Information Transfer Between Computers (AREA)
- Telephonic Communication Services (AREA)
Abstract
A method and a system for transmitting/receiving push data, according to one embodiment of the present invention, enable a push server queue to be allocated to each mobile terminal of subscribers, and enable information on a push server connected with a corresponding mobile terminal to be received from an API server, then enables continuous connection to the corresponding server, thereby enabling the transmission/reception of push data among a plurality of mobile terminals via the push server, and thus enables bi-directional communication.
Description
본 발명은 푸시메시지 송수신 방법 및 시스템에 관한 것으로, 더욱 상세하게는 복수의 이동 단말 상호간 푸시 데이터를 주고 받을 수 있도록 하는 푸시데이터 송수신 방법 및 시스템에 관한 것이다.The present invention relates to a push message transmission and reception method and system, and more particularly, to a push data transmission and reception method and system for transmitting and receiving push data between a plurality of mobile terminals.
본 출원은 2015년 5월 08일 대한민국에 출원된 특허출원 제10-2015-0064492호의 우선권을 주장하며, 해당 출원의 명세서 및 도면에 개시된 모든 내용은 본 출원에 원용된다.This application claims the priority of Patent Application No. 10-2015-0064492 filed in the Republic of Korea on May 08, 2015, all the contents disclosed in the specification and drawings of the application are incorporated in this application.
일반적으로 문자메시지는 휴대 전화, 즉 이동 단말에서 글자판을 이용하여 문자로 된 내용을 상대에게 전달하는 기능 또는 그 글이다. 문자메시지 서비스는 이동전화 시스템에서 음성 통신과는 별도로 짧은 문자메시지(Short Message Service, SMS), 긴 문자메시지(Long Message Service, LMS) 및 멀티미디어메시지(Multi Message Service, MMS) 등을 상대방 단말기에 전송하는 일종의 양방향 무선 데이터 서비스이다. 문자메시지서비스는 발송 시점과 거의 동시에 상대방의 단말기에 내용 전달과 저장이 가능하고, 동시에 복수의 수신자에게 전송하거나 시간을 지정하여 예약 발송할 수도 있다. 또한, 수신자는 저장된 메시지 중 원하는 것만 선택할 수도 있기 때문에 편리하다. 또한 문자메시지서비스는 다른 서비스와의 융합에 의해 보다 다양한 서비스를 창출하거나 네트워크 내의 제어기기에 제어신호를 전달하는 용도로 사용될 수도 있어 전화통화와는 또 다른 하나의 통신 수단으로서 이용되고 있다.In general, a text message is a function or text that delivers a textual content to a counterpart by using a dial on a mobile phone, that is, a mobile terminal. The text message service transmits short text messages (LMS), long text messages (LMS), and multimedia messages (MMS) to the other terminal separately from voice communication in the mobile phone system. Is a kind of two-way wireless data service. The text message service can transmit and store contents to the terminal of the other party at almost the same time as the sending time, and can also send the reservation to a plurality of recipients or designate a time at the same time. It is also convenient because the recipient can select only the desired messages from the stored messages. In addition, the text message service is used as a means of communication other than a telephone call because it can be used to create more various services or to transmit control signals to a controller in a network by fusion with other services.
종래의 푸시메시지(Push Message)는 발송자 단말기가 한 방향으로 복수의 수신자 단말기로 메시지를 전송하기 위한 것으로, 푸시메시지는 대부분 실시간을 통한 각종 알림이나 정보 등을 전송할 때에 유용하게 사용된다. 푸시메시지는 예를 들어, 정부의 해당 부서에서 재난관련 정보를 알리거나 카드업체에서 카드 사용내역 정보를 알리거나 또는 광고업체에서 광고 정보를 알리는 등 공공의 정보나 사적인 정보를 복수의 수신자 단말기로 대량으로 발송하는 것이다.Conventional push messages are used by a sender terminal to transmit a message to a plurality of receiver terminals in one direction. Push messages are mostly useful when transmitting various notifications or information through real time. Push messages can be used to send a large amount of public or private information to multiple recipient terminals, for example, information from the relevant departments of the government, card usage information from card companies, or advertising information from advertisers. Will be sent as.
즉, 종래의 푸시메시지는 동일한 내용으로 복수의 단말로 대량으로 발송하는 것으로, 수신 단말측에서는 통보를 받을 수밖에 없어 커뮤니케이션의 한계가 존재한다.That is, the conventional push message is sent in large quantities to a plurality of terminals with the same contents, and the receiving terminal side has no choice but to receive a notification.
따라서 복수의 단말에 통지하기에 유용한 푸시 서비스를 이용한 양방향 커뮤니케이션 기술 개발이 시급한 실정이다.Therefore, it is urgent to develop a two-way communication technology using a push service useful for notifying a plurality of terminals.
본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로 본 발명의 목적은 복수의 이동 단말 사이의 푸시데이터를 양방향 통신할 수 있는 푸시데이터 송수신 방법 및 시스템을 제공하는 것이다.The present invention has been made to solve the above problems and an object of the present invention is to provide a push data transmission and reception method and system capable of bidirectional communication of push data between a plurality of mobile terminals.
상기와 같은 목적을 달성하기 위하여, 본 발명에 따른 푸시데이터 송수신 방법은, 복수의 이동단말을 인증하여 식별하는 단계와, 상기 식별된 이동단말에 푸시 서버를 할당하는 단계와, 상기 식별된 이동단말과 상기 할당된 푸시서버가 연결되는 단계와, 상기 이동단말 중 푸시데이터를 발신하는 발신단말에서 상기 푸시서버로 수신단말정보 및 푸시데이터를 송신하는 단계 및, 상기 수신단말정보와 대응되는 수신단말은 상기 푸시서버로부터 상기 푸시데이터를 수신하는 단계를 포함한다.In order to achieve the above object, the push data transmission and reception method according to the present invention comprises the steps of authenticating and identifying a plurality of mobile terminals, assigning a push server to the identified mobile terminals, and the identified mobile terminals. And the step of connecting the allocated push server, transmitting the terminal information and push data from the originating terminal for transmitting the push data of the mobile terminal to the push server, and the receiving terminal corresponding to the receiving terminal information Receiving the push data from the push server.
또한, 상기 송신하는 단계는, 수신단말 정보를 입력하는 단계와, 테마를 선택하는 단계와, 상기 선택된 테마에 해당되는 테마 ID를 추출하는 단계와, 상기 테마ID 를 이용하여 테마메시지를 생성시키는 단계 및, 상기 테마메시지를 전송하는 단계로 이루어지는 것을 특징으로 한다.The transmitting may include inputting terminal information, selecting a theme, extracting a theme ID corresponding to the selected theme, and generating a theme message using the theme ID. And transmitting the theme message.
또한, 상기 테마메시지를 생성시키는 단계는, 상기 발신단말의 사용자로부터 추가 데이터를 입력받는 단계 및, 상기 테마ID 및 상기 추가 데이터를 이용하여 테마메시지를 생성시키는 단계로 이루어지는 것을 특징으로 한다.The generating of the theme message may include receiving additional data from a user of the calling terminal, and generating a theme message using the theme ID and the additional data.
또한, 상기 수신하는 단계는, 상기 테마메시지를 수신하는 단계와, 상기 테마메시지로부터 테마 ID 를 추출하는 단계 및, 상기 테마 ID 를 이용하여 생성된 테마메시지를 확인하는 단계로 이루어지는 것을 특징으로 한다.The receiving may include receiving the theme message, extracting a theme ID from the theme message, and checking a theme message generated using the theme ID.
또한, 상기 테마메시지를 확인한 후 수신완료 메시지를 상기 발신단말로 전송하는 단계를 더 포함하는 것을 특징으로 한다.The method may further include transmitting a reception completion message to the calling terminal after checking the theme message.
또한, 상기 확인하는 단계는, 상기 수신단말의 디스플레이 화면에 알림 팝업창으로 테마메시지 수신을 알려주는 단계 및, 상기 팝업창으로부터 상기 수신된 테마메시지의 상세 내용을 확인하는 단계로 이루어지는 것을 특징으로 한다.In addition, the checking may include notifying the reception of a theme message in a notification pop-up window on a display screen of the receiving terminal, and confirming details of the received theme message from the pop-up window.
또한, 상기 상세 내용을 확인하는 단계는, 상기 수신된 테마메시지에 첨부파일이 있는 경우, 첨부파일 유무를 사용자에게 디스플레이하는 것을 특징으로 한다.The checking of the details may include displaying the presence or absence of an attached file to the user when there is an attached file in the received theme message.
또한, 상기 테마메시지는, 단문 텍스트, 장문 텍스트, 이미지, 또는 동영상 중 어느 하나를 포함하는 것을 특징으로 한다.The theme message may include any one of a short text, a long text, an image, and a video.
본 발명의 다른 양상에 따른 푸시데이터 송수신 시스템은, API 서버와 푸시서버클러스터를 포함하는 서비스 서버와, 네트워크 및, 상기 네트워크를 이용하여 상기 서비스 서버와 연결된 복수의 이동단말을 포함한다.A push data transmission / reception system according to another aspect of the present invention includes a service server including an API server and a push server cluster, a network, and a plurality of mobile terminals connected to the service server using the network.
또한, 상기 푸시서버클러스터는, 상기 복수의 이동단말과 연결된 최소한 하나 이상의 푸시서버 및 상기 푸시서버와 대응되는 미러링 서버를 포함하는 것을 특징으로 한다.The push server cluster may include at least one push server connected to the plurality of mobile terminals and a mirroring server corresponding to the push server.
또한, 상기 푸시서버클러스터는, 발신단말로부터 테마 선택이 되면, 상기 테마에 대응하는 테마 ID 를 추출한 후, 상기 추출된 테마 ID 를 포함하는 테마메시지를 생성하고, 상기 생성된 테마메시지를 상기 발신단말로부터 선택된 수신단말로 전송하는 것을 특징으로 한다.In addition, when the theme is selected from the calling terminal, the push server cluster extracts a theme ID corresponding to the theme, generates a theme message including the extracted theme ID, and generates the generated theme message to the calling terminal. It characterized in that the transmission to the receiving terminal selected from.
또한, 상기 테마메시지는, 단문 텍스트, 장문 텍스트, 이미지, 또는 동영상 중 어느 하나를 포함하는 것을 특징으로 한다.The theme message may include any one of a short text, a long text, an image, and a video.
이상에서 살펴본 바와 같이, 본 발명의 일 실시예에 따른 푸시데이터 송수신방법 및 시스템은 가입자의 이동 단말 당 푸시 서버의 큐(Queue)가 할당되고, 해당 이동 단말과 연결되는 푸시 서버 정보를 API 서버에서 전송받은 후, 해당 서버에 지속적으로 연결함으로써, 푸시 서버를 경유하여 복수의 이동단말간의 푸시 데이터 송수신을 가능하도록 하여 양방향 커뮤니케이션을 할 수 있다.As described above, in the push data transmission and reception method and system according to an embodiment of the present invention, a queue of a push server per mobile terminal of a subscriber is allocated, and push server information connected to the corresponding mobile terminal in an API server. After receiving the transmission, by continuously connecting to the corresponding server, it is possible to perform a two-way communication by enabling push data transmission and reception between a plurality of mobile terminals via a push server.
도 1은 본 발명의 실시예에 따른 푸시데이터 송수신 시스템의 구성도이다.1 is a block diagram of a push data transmission and reception system according to an embodiment of the present invention.
도 2는 본 발명의 실시예에 따른 푸시데이터 송수신 방법을 설명하기 위한 흐름도이다.2 is a flowchart illustrating a push data transmission and reception method according to an embodiment of the present invention.
도 3은 본 발명의 실시예에 따른 푸시데이터 송수신 방법에서 푸시데이터 송신 방법을 설명하기 위한 흐름도이다.3 is a flowchart illustrating a push data transmission method in a push data transmission and reception method according to an embodiment of the present invention.
도 4는 본 발명의 실시에에 따른 푸시데이터 송수신 방법에서 푸시데이터 수신 방법을 설명하기 위한 흐름도이다.4 is a flowchart illustrating a push data reception method in a push data transmission and reception method according to an embodiment of the present invention.
이하, 첨부된 도면을 참조하여 본 발명에 따른 푸시데이터 송수신 방법 및 시스템에 대하여 설명한다.Hereinafter, a push data transmission and reception method and system according to the present invention will be described with reference to the accompanying drawings.
도 1은 본 발명에 일 실시예에 따른 푸시데이터 송수신 시스템의 구성도이다.1 is a block diagram of a push data transmission and reception system according to an embodiment of the present invention.
도 1을 참조하면, 본 발명에 따른 푸시데이터 송수신 시스템은 서비스 서버(100), 네트워크(300) 및 복수의 이동단말(500_n, n=1, 2, 3 …)을 포함한다.Referring to FIG. 1, the push data transmission / reception system according to the present invention includes a service server 100, a network 300, and a plurality of mobile terminals 500_n, n = 1, 2, 3...
이하, 위 구성요소들에 대해 차례로 살펴본다.Hereinafter, the above components will be described in order.
서비스 서버(100)는 API 서버(110) 및 푸시 서버 클러스터(130)를 포함한다.The service server 100 includes an API server 110 and a push server cluster 130.
API 서버(110)는 이동단말을 인증하고, 인증된 이동단말에 푸시 서버를 배정하는 역할을 한다. 그 후, 이동단말을 배정된 푸시 서버에 지속적으로 연결을 유지하면서 다른 이동 단말과 푸시 데이터를 송수신 할 수 있다.The API server 110 authenticates the mobile terminal and assigns a push server to the authenticated mobile terminal. Thereafter, the mobile terminal can continuously transmit and receive push data with another mobile terminal while maintaining a connection to the assigned push server.
푸시 서버 클러스터(130)는 복수의 푸시 서버(131_n, n=1, 2, 3 …)와 각각의 푸시 서버의 미러링 서버(133_n, n=1, 2, 3 …)를 포함한다.The push server cluster 130 includes a plurality of push servers 131_n, n = 1, 2, 3... And a mirroring server 133_n, n = 1, 2, 3... Of each push server.
미러링 서버(133_n)는 각각의 이동단말과 연결되어 있는 푸시 서버(131_n)와 완전히 같은 내용의 사본을 저장하고 있는 복사판 서버로, 푸시 서버(131_n) 에 장해가 발생되었을 때, 처리를 대행하고, 사용자가 폭주하여 시스템 부하가 걸리는 것을 방지하는 역할을 한다. 즉, 사용자의 접속을 분산시킴으로써, 시스템을 효율적으로 운영할 수 있게 되는 것이다.The mirroring server 133_n is a copy server that stores a copy of the same contents as the push server 131_n connected to each mobile terminal. When a failure occurs in the push server 131_n, the mirroring server 133_n performs the processing. It prevents the user from congestion and system load. In other words, by distributing user connections, the system can be operated efficiently.
또한, 푸시 서버 클러스터(130) 내부의 푸시 서버 간에도 데이터 전송이 가능하도록 함으로써, 이동 단말이 연결된 푸시 서버의 번호와 상관없이 양방향 통신이 가능하도록 할 수 있다. 즉, 푸시 서버 1(131_1) 에 연결된 이동단말 1(500_1)에서 푸시 서버 2(131_2)에 연결된 이동단말 2(500_2)로 푸시 데이터 송신 시, 이동단말 1 -> 푸시 서버 1 -> 푸시 서버 2 -> 이동 단말 2 순으로 푸시 데이터가 전송됨으로써 서로 다른 푸시 서버에 연결된 이동단말 사이에도 푸시 데이터가 전송되도록 할 수 있는 것이다.In addition, by enabling data transmission between the push server in the push server cluster 130, it is possible to enable bidirectional communication regardless of the number of the push server to which the mobile terminal is connected. That is, when push data is transmitted from mobile terminal 1 500_1 connected to push server 1 131_1 to mobile terminal 2 500_2 connected to push server 2 131_2, mobile terminal 1-> push server 1-> push server 2. Push data is transmitted in order of the mobile terminal 2 so that the push data may be transmitted between mobile terminals connected to different push servers.
또한, 도면에는 도시하지 않았지만, 서비스서버(100)는 푸시서버(131_n) 및 미러링 서버(133_n)로부터 발송 목록에 따른 푸시 데이터를 이동단말(500_n)로 발송하기 위한 이동통신사 서버를 더 포함할 수도 있다.In addition, although not shown in the drawing, the service server 100 may further include a mobile carrier server for sending push data according to the shipment list from the push server 131_n and the mirroring server 133_n to the mobile terminal 500_n. have.
네트워크(300)는 인터넷 또는 와이파이를 통한 데이터 통신을 할 수 있도록 한다. 푸시서버클러스터(130)를 이용할 경우, 데이터 통신에 따른 비용이 발생할 수 있고, 이동통신사 서버를 이용할 경우에는 데이터 통신에 따른 비용과 푸시데이터 전송에 따른 부가정보 이용료가 발생될 수 있다.The network 300 allows data communication via the Internet or Wi-Fi. In the case of using the push server cluster 130, a cost may occur due to data communication, and in the case of using a mobile communication company server, the cost of data communication and the additional information usage fee according to push data transmission may be generated.
이동단말(500_n)은 피처폰, 스마트폰, 태블릿 PC 등과 같이 iOS나 안드로이드 OS 등이 설치된 단말을 포함할 수 있다. 또한, 웹브라우저가 설치된 단말기 또는 이와 동등한 기능을 가진 단말기도 포함할 수 있다. 즉, 이동단말(500_n)은 유/무선 인터넷이나 와이파이등과 같은 유무선 통신망의 접속과 3G 또는 4G 등이 이동통신망에 접속되는 기능이 포함된 단말기를 포함할 수 있다.The mobile terminal 500_n may include a terminal on which an iOS or Android OS is installed, such as a feature phone, a smartphone, a tablet PC, and the like. In addition, it may include a terminal having a web browser or a terminal having an equivalent function. That is, the mobile terminal 500_n may include a terminal including a connection of a wired / wireless communication network such as wired / wireless internet or Wi-Fi and a function of connecting 3G or 4G to the mobile communication network.
도 2는 본 발명의 실시예에 따른 푸시데이터 송수신 방법을 설명하기 위한 흐름도이다.2 is a flowchart illustrating a push data transmission and reception method according to an embodiment of the present invention.
도 2를 참조하면, 본 발명에 따른 송수신 방법은, API 서버에서 이동단말이 서비스에 가입된 이동단말인지 인증한 후(S210), API 서버에서는 상기 인증이 완료된 이동단말에 푸시 서버를 할당한다(S220). 이후에, 이동단말에 할당된 푸시 서버 정보를 전송하고(S230), 이동단말과 전송받은 푸시 서버 정보를 이용하여 할당된 푸시서버와 연결된다(S240). 도면에는 이동단말 1(500_1)에 대해서만 S210 단계 내지 S230 단계를 수행하는 것으로 도시하였지만, S240 단계가 수행되는 이동단말(500_2, 500_3, 500_4)은 모두 상기 S210 단계 내지 상기 S230 단계를 모두 수행한 것으로 보는 것이 바람직하다.Referring to Figure 2, in the transmission and reception method according to the present invention, after authenticating whether the mobile terminal is a mobile terminal subscribed to the service in the API server (S210), the API server allocates a push server to the mobile terminal that the authentication is completed ( S220). Thereafter, the push server information allocated to the mobile terminal is transmitted (S230), and the push server is connected to the allocated push server using the received push server information with the mobile terminal (S240). In the drawing, although the steps S210 to S230 are performed only for the mobile terminal 1 500_1, all of the mobile terminals 500_2, 500_3, and 500_4 on which the S240 step is performed are all the steps S210 to S230. It is desirable to see.
이하, 이동단말 1(500_1)에서 이동단말 3(500_3)으로 푸시 데이터를 전송하는 것으로 가정하여 설명한다.Hereinafter, it is assumed that push data is transmitted from mobile terminal 1 500_1 to mobile terminal 3 500_3.
이동단말 1에서 푸시서버 클러스터(130)로 푸시데이터를 전송하면(S250), 푸시서버 클러스터(130)에서 이동단말 1로부터 전송받은 푸시데이터를 이동단말 3으로 전달할 수 있다(S260).When push data is transmitted from the mobile terminal 1 to the push server cluster 130 (S250), the push server cluster 130 may transfer the push data received from the mobile terminal 1 to the mobile terminal 3 (S260).
이때, 서로 다른 푸시서버(131_n) 또는 미러링서버(133_n)에 접속된 이동단말 사이에서의 푸시데이터 전송 시 송신 이동단말과 연결된 푸시서버 또는 미러링 서버와 수신 이동단말과 연결된 푸시서버 또는 미러링 서버 사이의 푸시 데이터 전달과정을 더 포함할 수 있다.At this time, when push data is transmitted between mobile terminals connected to different push servers 131_n or mirroring servers 133_n, a push server or mirroring server connected to the transmitting mobile terminal and a push server or mirroring server connected to the receiving mobile terminal are transmitted. It may further include a push data transfer process.
즉, 푸시서버 1(131_1)에 연결된 이동단말 1(500_1)에서 푸시서버 2(131_2)에 연결된 이동단말 3(500_3)으로 푸시데이터 전송 시 상기 S250 단계와 S260 단계 사이에 푸시서버 1(131_1) 과 푸시서버 2(131_2) 사이의 푸시데이터 전달단계를 더 포함할 수 있다.That is, when push data is transmitted from the mobile terminal 1 500_1 connected to the push server 1 131_1 to the mobile terminal 3 500_3 connected to the push server 2 131_2, the push server 1 131_1 is between the steps S250 and S260. And it may further comprise a push data transfer step between the push server 2 (131_2).
또한, 상기 푸시데이터는 단문 텍스트, 장문 텍스트, 이미지, 또는 동영상 중 어느 하나를 포함할 수 있다.In addition, the push data may include any one of a short text, a long text, an image, or a video.
도 3은 본 발명의 실시예에 따른 푸시데이터 송수신 방법에서 푸시데이터 송신 방법을 설명하기 위한 흐름도이고, 도 4는 푸시데이터 수신 방법을 설명하기 위한 흐름도이다.3 is a flowchart illustrating a push data transmission method in a push data transmission and reception method according to an embodiment of the present invention, and FIG. 4 is a flowchart illustrating a push data reception method.
도 3을 참조하면, 본 발명에 따른 푸시데이터 송신 방법은, 수신 연락처 또는 수신 연락처 그룹을 설정한다(S310). 여기에서 연락처(철수, 영희 등)란 주소록에 저장되어 있는 개별 번호를 의미하고, 연락처그룹(가족, 친구, 동료 등)이란 일정 기준으로 묶여진 연락처들의 모임을 의미한다.Referring to FIG. 3, in the push data transmission method according to the present invention, a reception contact or a reception contact group is set (S310). In this case, the contact information (Cheol, Young-hee, etc.) means an individual number stored in the address book, and the contact group (family, friends, colleagues, etc.) means a group of contacts grouped by a certain standard.
이후, 푸시데이터 테마를 사용자로부터 선택받는다(S320). 상기 선택된 테마에 대한 테마데이터는 이동단말 또는 서비스서버에 테마 ID와 함께 미리 저장되어 있을 수도 있고, 사용자가 직접 제작하여 이동단말에 저장된 데이터를 사용할 수도 있다. 상기 선택된 테마에 해당되는 테마 ID 를 추출한 후(S330), 사용자로부터 추가 데이터를 더 입력받을 수도 있다(S340). 이러한 추가 데이터는 텍스트 또는 멀티미디어 파일(사진, 동영상, 이미지 등) 를 포함할 수 있다. 상기 S320 단계에서 선택된 테마와 상기 S340 단계에서 입력받은 추가 데이터를 이용하여 테마 메시지를 생성한 후(S350), 상기 S310 단계에서 선택된 연락처 또는 연락처 그룹으로 상기 생성된 테마 메시지를 전송한다(S360).Thereafter, the push data theme is selected from the user (S320). The theme data for the selected theme may be pre-stored together with the theme ID in the mobile terminal or the service server, or the user may use the data stored in the mobile terminal. After extracting a theme ID corresponding to the selected theme (S330), additional data may be further input from the user (S340). Such additional data may include text or multimedia files (photos, videos, images, etc.). After generating a theme message using the theme selected in step S320 and the additional data input in step S340 (S350), the generated theme message is transmitted to the contact or contact group selected in step S310 (S360).
이하, 푸시 데이터를 수신하는 방법에 대해서는 도 4를 참조하여 설명한다.Hereinafter, a method of receiving push data will be described with reference to FIG. 4.
도 4를 참조하면, 본 발명에 따른 수신방법은, 상기 S360 단계에서 전송된 테마 메시지를 수신한다(S410). 이후, 수신된 테마 메시지를 확인하는데, 이때 수신단말은 테마 메시지로부터 상기 테마 메시지에 포함되어 있는 테마 ID 를 추출한다(S420). 추출된 테마 ID 를 이용하여 수신 단말에서는 테마 데이터를 서비스 서버 또는 단말 내부 데이터에서 로딩하게 되고, 테마 데이터를 실행하여 사용자에게 해당 테마를 포함하는 테마메시지를 보여줄 수 있다(S430). 해당 테마메시지를 포함하는 푸시 데이터를 보여주는 방법으로는, 수신 단말의 화면이 알림 팝업창 형태로 표시할 수도 있고, 상기 알림 팝업창을 이용하여 상세한 테마 메시지 내용을 확인할 수도 있다. 또한, 상세한 테마 메시지 내용 확인 시, 전송받은 테마 메시지에 첨부파일이 있는 경우 이에 대한 알림을 함께 표시할 수도 있다. 이때, 추가적으로 수신단말에서 송신단말측으로 상기 테마메시지를 확인하였다는 수신확인 메시지를 전송할 수도 있다(S440).Referring to FIG. 4, in the reception method according to the present invention, a theme message transmitted in step S360 is received (S410). Thereafter, the received theme message is checked. At this time, the receiving terminal extracts a theme ID included in the theme message from the theme message (S420). Using the extracted theme ID, the receiving terminal may load theme data from a service server or internal data of the terminal, and execute theme data to show a theme message including a corresponding theme to the user (S430). As a method of displaying the push data including the theme message, the screen of the receiving terminal may be displayed in the form of a notification pop-up window, or the detailed theme message content may be checked using the notification pop-up window. In addition, when checking the contents of the detailed theme message, if there is an attachment in the received theme message, a notification for this may be displayed together. In this case, an additional acknowledgment message indicating that the theme message is confirmed from the receiving terminal to the transmitting terminal may be transmitted (S440).
도 3 및 도 4에 대한 설명에서, 본 발명의 설명을 용이하게 하기 위하여, 송신 단말 및 수신 단말로 나누어서 설명하였지만, 이는 역할에 따라 구분하여 설명한 것이다. 즉, 복수의 이동단말 사이에서 테마메시지를 송수신 하는 경우, 상기 테마메시지를 송신하는 이동단말은 송신단말의 역학을 하고, 상기 테마메시지를 수신하는 이동단말은 수신단말의 역할을 수행하는 것이다. 그래서 상기 이동단말은 푸시서버를 이용하여 테마메시지를 송신하는 동작과 수신하는 동작을 모두 수행하는 것이 가능하고, 상기 송신단말과 상기 수신단말의 일대일(1:1) 뿐만 아니라 일대다(1:n) 형태로도 상기 테마메시지를 사용하여 각 수신단말에 테마를 구현하는 것도 가능하다.In the description of FIG. 3 and FIG. 4, in order to facilitate the description of the present invention, the description has been made by dividing into a transmitting terminal and a receiving terminal. That is, when a theme message is transmitted and received between a plurality of mobile terminals, the mobile terminal transmitting the theme message serves as a dynamic of the transmitting terminal, and the mobile terminal receiving the theme message serves as a receiving terminal. Thus, the mobile terminal can perform both the operation of transmitting and receiving the theme message by using a push server, and not only one-to-one (1: 1) but also one-to-one (1: n) of the transmitting terminal and the receiving terminal. It is also possible to implement a theme in each receiving terminal using the theme message in the form of).
이상에서 설명된 본 발명이 속한 당해 기술 분야에서 통상의 지식을 지닌 자가 본 발명을 용이하게 이해하고 재현할 수 있도록 도면에 도시한 실시예들을 참고로 설명되었으나 이는 예시적인 것에 불과하며, 당해 기술 분야에 통상의 지식을 지닌 자라면 본 발명의 실시 예들로부터 다양한 변형 및 균등한 타 실시예가 가능하다는 점을 이해할 것이다. 여기서 특정한 용어들이 사용되었으나, 이는 단지 당업자에게 본 발명을 상세히 설명하기 위한 목적에서 사용된 것이지 의미 한정이나 특허청구범위에 기재된 본 발명의 범위를 제한하기 위해 사용된 것이 아니다.The present invention has been described with reference to the embodiments shown in the drawings so that those skilled in the art to which the present invention as described above belongs can easily understand and reproduce the present invention. Those skilled in the art will appreciate that various modifications and equivalent other embodiments are possible from the embodiments of the present invention. Although specific terms have been used herein, they are used only for the purpose of describing the present invention in detail to those skilled in the art, and are not used to limit the scope of the present invention as defined in the meaning or claims.
<부호의 설명><Description of the code>
100 : 서비스 서버100: service server
110 : API 서버110: API server
130 : 푸시서버 클러스터130: push server cluster
300 : 네트워크300: network
*500_n : 이동단말* 500_n: Mobile terminal
발명의 실시를 위한 형태는 전술한 바와 같이, 발명의 실시를 위한 최선의 형태로 상술되었다.Embodiments for carrying out the invention have been described above as best mode for carrying out the invention, as described above.
본 명세서에 따른 기술은 전자 장치 전반에서 이용 가능하다.The technology according to the present specification can be used throughout electronic devices.
Claims (12)
- 복수의 이동단말을 인증하여 식별하는 단계;Authenticating and identifying the plurality of mobile terminals;상기 식별된 이동단말에 푸시 서버를 할당하는 단계;Assigning a push server to the identified mobile terminal;상기 식별된 이동단말과 상기 할당된 푸시서버가 연결되는 단계;Connecting the identified mobile terminal and the assigned push server;상기 이동단말 중 푸시데이터를 발신하는 발신단말에서 상기 푸시서버로 수신단말정보 및 푸시데이터를 송신하는 단계; 및Transmitting receiving terminal information and push data from the calling terminal transmitting push data among the mobile terminals to the push server; And상기 수신단말정보와 대응되는 수신단말은 상기 푸시서버로부터 상기 푸시데이터를 수신하는 단계;The receiving terminal corresponding to the receiving terminal information comprises the steps of receiving the push data from the push server;를 포함하는 푸시데이터 송수신 방법.Push data transmission and reception method comprising a.
- 청구항 1에 있어서, 상기 송신하는 단계는,The method of claim 1, wherein the transmitting step,수신단말 정보를 입력하는 단계;Inputting receiving terminal information;테마를 선택하는 단계;Selecting a theme;상기 선택된 테마에 해당되는 테마 ID를 추출하는 단계;Extracting a theme ID corresponding to the selected theme;상기 테마ID 를 이용하여 테마메시지를 생성시키는 단계; 및Generating a theme message using the theme ID; And상기 테마메시지를 전송하는 단계;Transmitting the theme message;로 이루어지는 것을 특징으로 하는 푸시데이터 송수신 방법.Push data transmission and reception method comprising the.
- 청구항 2에 있어서, 상기 테마메시지를 생성시키는 단계는,The method of claim 2, wherein generating the theme message,상기 발신단말의 사용자로부터 추가 데이터를 입력받는 단계; 및Receiving additional data from a user of the calling terminal; And상기 테마ID 및 상기 추가 데이터를 이용하여 테마메시지를 생성시키는 단계;Generating a theme message using the theme ID and the additional data;로 이루어지는 것을 특징으로 하는 푸시데이터 송수신 방법.Push data transmission and reception method comprising the.
- 청구항 2에 있어서, 상기 수신하는 단계는,The method of claim 2, wherein the receiving step,상기 테마메시지를 수신하는 단계;Receiving the theme message;상기 테마메시지로부터 테마 ID 를 추출하는 단계; 및Extracting a theme ID from the theme message; And상기 테마 ID 를 이용하여 생성된 테마메시지를 확인하는 단계;Checking a theme message generated using the theme ID;로 이루어지는 것을 특징으로 하는 푸시데이터 송수신 방법.Push data transmission and reception method comprising the.
- 청구항 4에 있어서,The method according to claim 4,상기 테마메시지를 확인한 후 수신완료 메시지를 상기 발신단말로 전송하는 단계를 더 포함하는 것을 특징으로 하는 푸시데이터 송수신 방법.And transmitting a reception completion message to the calling terminal after checking the theme message.
- 청구항 4에 있어서, 상기 확인하는 단계는,The method of claim 4, wherein the checking step,상기 수신단말의 디스플레이 화면에 알림 팝업창으로 테마메시지 수신을 알려주는 단계; 및Notifying the reception of a theme message in a notification pop-up window on a display screen of the receiving terminal; And상기 팝업창으로부터 상기 수신된 테마메시지의 상세 내용을 확인하는 단계;Confirming details of the received theme message from the pop-up window;로 이루어지는 것을 특징으로 하는 푸시데이터 송수신 방법.Push data transmission and reception method comprising the.
- 청구항 6에 있어서, 상기 상세 내용을 확인하는 단계는,The method of claim 6, wherein the checking of the details comprises:상기 수신된 테마메시지에 첨부파일이 있는 경우, 첨부파일 유무를 사용자에게 디스플레이하는 것을 특징으로 하는 푸시데이터 송수신 방법.If there is an attachment in the received theme message, push data transmission and reception method, characterized in that the display of the presence or absence of the attachment to the user.
- 청구항 2에 있어서, 상기 테마메시지는,The method of claim 2, wherein the theme message,단문 텍스트, 장문 텍스트, 이미지, 또는 동영상 중 어느 하나를 포함하는 것을 특징으로 하는 푸시데이터 송수신 방법.Push data transmission and reception method comprising any one of a short text, a long text, an image, or a video.
- API 서버와 푸시서버클러스터를 포함하는 서비스 서버;A service server including an API server and a push server cluster;네트워크; 및network; And상기 네트워크를 이용하여 상기 서비스 서버와 연결된 복수의 이동단말;A plurality of mobile terminals connected to the service server using the network;을 포함하는 푸시데이터 송수신 시스템.Push data transmission and reception system comprising a.
- 청구항 9에 있어서, 상기 푸시서버클러스터는,The method of claim 9, wherein the push server cluster,상기 복수의 이동단말과 연결된 최소한 하나 이상의 푸시서버 및 상기 푸시서버와 대응되는 미러링 서버를 포함하는 것을 특징으로 하는 푸시데이터 송수신 시스템.And at least one push server connected to the plurality of mobile terminals and a mirroring server corresponding to the push server.
- 청구항 9에 있어서, 상기 푸시서버클러스터는,The method of claim 9, wherein the push server cluster,발신단말로부터 테마 선택이 되면, 상기 테마에 대응하는 테마 ID 를 추출한 후,상기 추출된 테마 ID 를 포함하는 테마메시지를 생성하고,When the theme is selected from the calling terminal, after extracting a theme ID corresponding to the theme, generating a theme message including the extracted theme ID,상기 생성된 테마메시지를 상기 발신단말로부터 선택된 수신단말로 전송하는 것을 특징으로 하는 푸시데이터 송수신 시스템.Push data transmission and reception system, characterized in that for transmitting the generated theme message from the calling terminal to the selected receiving terminal.
- 청구항 11에 있어서, 상기 테마메시지는,The method according to claim 11, wherein the theme message,단문 텍스트, 장문 텍스트, 이미지, 또는 동영상 중 어느 하나를 포함하는 것을 특징으로 하는 푸시데이터 송수신 시스템.Push data transmission and reception system comprising any one of a short text, a long text, an image, or a video.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020150064492A KR20160131632A (en) | 2015-05-08 | 2015-05-08 | Method and System for Sending and Receiving Push Data |
KR10-2015-0064492 | 2015-05-08 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2016182271A1 true WO2016182271A1 (en) | 2016-11-17 |
Family
ID=57249149
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/KR2016/004735 WO2016182271A1 (en) | 2015-05-08 | 2016-05-04 | Method and system for transmitting/receiving push data |
Country Status (2)
Country | Link |
---|---|
KR (1) | KR20160131632A (en) |
WO (1) | WO2016182271A1 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107734062A (en) * | 2017-11-15 | 2018-02-23 | 维沃移动通信有限公司 | Information push method and device |
CN107743138A (en) * | 2017-07-24 | 2018-02-27 | 上海壹账通金融科技有限公司 | Push server distribution method, device, computer equipment and storage medium |
CN111711697A (en) * | 2020-06-17 | 2020-09-25 | 北京同邦卓益科技有限公司 | Message pushing method, device, equipment and storage medium |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100976259B1 (en) * | 2008-10-06 | 2010-08-18 | (주)씽크엠 | System for providing two-way push service based on dynamic IP in wireless network environment |
KR20120104694A (en) * | 2011-03-14 | 2012-09-24 | 박영재 | Information intermediation server and information intermediation service providing method |
KR101190307B1 (en) * | 2011-01-14 | 2012-10-12 | 김대영 | Method of transmitting push message |
KR20120113976A (en) * | 2011-04-06 | 2012-10-16 | 삼성전자주식회사 | Server cluster and method for push notification service |
KR20140029306A (en) * | 2012-08-30 | 2014-03-10 | 삼성전자주식회사 | Push message service system and method thereof |
-
2015
- 2015-05-08 KR KR1020150064492A patent/KR20160131632A/en not_active Application Discontinuation
-
2016
- 2016-05-04 WO PCT/KR2016/004735 patent/WO2016182271A1/en active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100976259B1 (en) * | 2008-10-06 | 2010-08-18 | (주)씽크엠 | System for providing two-way push service based on dynamic IP in wireless network environment |
KR101190307B1 (en) * | 2011-01-14 | 2012-10-12 | 김대영 | Method of transmitting push message |
KR20120104694A (en) * | 2011-03-14 | 2012-09-24 | 박영재 | Information intermediation server and information intermediation service providing method |
KR20120113976A (en) * | 2011-04-06 | 2012-10-16 | 삼성전자주식회사 | Server cluster and method for push notification service |
KR20140029306A (en) * | 2012-08-30 | 2014-03-10 | 삼성전자주식회사 | Push message service system and method thereof |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107743138A (en) * | 2017-07-24 | 2018-02-27 | 上海壹账通金融科技有限公司 | Push server distribution method, device, computer equipment and storage medium |
CN107734062A (en) * | 2017-11-15 | 2018-02-23 | 维沃移动通信有限公司 | Information push method and device |
CN111711697A (en) * | 2020-06-17 | 2020-09-25 | 北京同邦卓益科技有限公司 | Message pushing method, device, equipment and storage medium |
Also Published As
Publication number | Publication date |
---|---|
KR20160131632A (en) | 2016-11-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2012115335A1 (en) | Methods and apparatus for transmitting data | |
WO2014014215A1 (en) | Method of sharing screens between user terminals through rcs mobile communication network | |
JP5739158B2 (en) | Communication router | |
KR101229951B1 (en) | Method for sending push message through communications network | |
WO2014035094A1 (en) | System and method for providing additional information to mobile communication terminal during call attempts | |
WO2016182271A1 (en) | Method and system for transmitting/receiving push data | |
WO2010005194A2 (en) | System and method for providing advertisement service by using text messages | |
WO2012148011A1 (en) | Method and system for displaying advertising information on receiving terminal | |
WO2012081752A1 (en) | Distributed-transcoding method for a video file | |
CN102461099A (en) | Method for transmitting an electronic short message to multiple receivers | |
CN104702494B (en) | Instant messaging method and device for burn-after-reading message | |
WO2020004753A1 (en) | Method, apparatus, and program for automatically selecting message transmission channel and transmitting message | |
US7502621B2 (en) | Method for relay-transmitting messages among mobile communication terminals | |
WO2018084566A2 (en) | Call forwarding method for synchronizing web/app session connection and phone channels in visible ars | |
WO2015102410A1 (en) | System and method for virtual number-based multi-communication network service, and recording medium having computer program recorded thereon | |
WO2012044053A2 (en) | Message transmission system and method using location based service | |
WO2014027866A2 (en) | System and method for transmitting and receiving messages in mobile communication terminal | |
WO2016093609A1 (en) | Message bookmark system and method | |
KR100913193B1 (en) | An apparatus for providing bidirectional message service between messenger services and non-messenger services | |
KR20150067700A (en) | The integrated messenger | |
WO2013141639A1 (en) | Method and system for preventing dialogues between two parties based on an instant messenger from being leaked | |
WO2015060662A1 (en) | Method for transmitting broadcast message using data network and public network | |
WO2014081167A1 (en) | Communication system and method using integrated communication program | |
CN109714250A (en) | A kind of information processing method and device, electronic equipment | |
US20100232420A1 (en) | Communication apparatus and related method |
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: 16792917 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 12/03/2018) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 16792917 Country of ref document: EP Kind code of ref document: A1 |