Method for realizing mobile instant messaging by socket direct connection of mobile phone
Patent Information
- Authority / Receiving Office
- CN Β· China
- Current Assignee / Owner
- θζζ΅·
- Publication Date
- 2007-11-14
- Estimated Expiration
- Not applicable Β· inactive patent
Smart Images
Figure 1
Abstract
Description
technical field
[0001] The invention relates to the field of mobile instant communication, in particular to a method for realizing mobile instant communication by means of direct connection of a mobile phone through a Socket. A solution for instant messaging in various forms such as voice, text, picture, video, and attachment.
[0002] Socket direct connection: Applied in the field of mobile instant messaging, it mainly refers to the establishment of a point-to-point connection between the client and the server, and the information is transmitted from the server to the client via the mobile data network in a push manner. Socket can be translated into Chinese: using standard Unix file descriptors (filedescriptor) to communicate with other programs. Usually socket is also called "socket", which is used to describe IP address and port, and is a handle of a communication chain. Applications usually send requests to the network or respond to network requests through "sockets". ...