CN113381923A - Instant messaging method for IOS platform collaborative office - Google Patents

Instant messaging method for IOS platform collaborative office Download PDF

Info

Publication number
CN113381923A
CN113381923A CN202110535012.4A CN202110535012A CN113381923A CN 113381923 A CN113381923 A CN 113381923A CN 202110535012 A CN202110535012 A CN 202110535012A CN 113381923 A CN113381923 A CN 113381923A
Authority
CN
China
Prior art keywords
data
user
message
chat
server
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202110535012.4A
Other languages
Chinese (zh)
Inventor
姜勇
杨雷
王永南
吴晓飞
赵亚飞
李春龙
刘杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhongqi Lianxin Beijing Technology Co ltd
Original Assignee
Zhongqi Lianxin Beijing Technology Co ltd
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 Zhongqi Lianxin Beijing Technology Co ltd filed Critical Zhongqi Lianxin Beijing Technology Co ltd
Priority to CN202110535012.4A priority Critical patent/CN113381923A/en
Publication of CN113381923A publication Critical patent/CN113381923A/en
Pending legal-status Critical Current

Links

Classifications

    • 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/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/083Network architectures or network communication protocols for network security for authentication of entities using passwords
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0876Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/143Termination or inactivation of sessions, e.g. event-controlled end of session
    • H04L67/145Termination or inactivation of sessions, e.g. event-controlled end of session avoiding end of session, e.g. keep-alive, heartbeats, resumption message or wake-up for inactive or interrupted session
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/163In-band adaptation of TCP data exchange; In-band control procedures

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Cardiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Power Engineering (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses an instant messaging method for IOS platform collaborative office, which comprises the following steps: creating a tcp-based long connection; creating a user object and a chat room object; after the user passes the authentication, generating a user id, storing id information and a password, connecting a chat server, and acquiring organization architecture data; after the IOS platform is successfully connected with the chat server, storing data, providing an access interface, packaging the chat data through an XMPPMessage model, and sending the chat data to the chat server; intercepting presence information, and storing the login date, version and login terminal model of a chat server user each time; when the chat server receives a new message or does not push a message, and the IOS platform establishes connection with the server, the chat server sends the new message to the IOS platform, and calls a didReceiveMessage method to update and store a message record. The invention makes up the requirement problem of data persistence, realizes enterprise-level instant communication, establishes a staff communication platform, reduces the operation cost and promotes the office efficiency of enterprises.

Description

Instant messaging method for IOS platform collaborative office
Technical Field
The invention relates to the technical field of information processing, in particular to an instant messaging method for IOS platform collaborative office.
Background
Mobile internet is changing our lives with rapid development, instant messaging is a major branch of the internet, and also has advantages in the era of mobile internet, instant messaging technology supports online real-time conversation of users, and can send characters, pictures, voices and geographical positions by using smart phones, and most of the commonly used instant messaging sending programs can provide various functions: instant messaging, chat, web page links, video streaming content, etc. If a message is to be sent, the user needs to open a small window in order for the user and his friends to enter the message and for both parties to the conversation to see the content of the conversation.
Personal instant messaging is mainly based on personal entertainment, and enterprise instant messaging is dedicated to helping enterprises to improve communication efficiency. The intra-enterprise communication needs traceability of information, synchronous updating of information records, and huge demands of cooperative office work such as enterprise instant messaging, combination with a service platform and the like.
When an independent enterprise instant messaging server is applied at present, all communication passes through the instant messaging server, but data has timeliness, the defect that the requirement of enterprise collaborative office on data persistence storage cannot be met exists, and user experience is influenced. An instant messaging method capable of deeply combining enterprise cooperative office business and mobile internet is urgently needed by an enterprise to improve enterprise cooperative office efficiency and enhance user experience.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide an instant messaging method for IOS platform collaborative office, which solves the problem of data persistence requirement, performs online pushing and offline storage of messages, reduces the number of requests to the maximum extent, ensures the accuracy of data, and simultaneously ensures higher storage and synchronization requirements of system operation among enterprises for message records.
The technical problems of the invention are realized by adopting the following technical scheme:
an instant messaging method for IOS platform collaborative office includes:
(1) creating a tcp-based long connection, starting an XMPPStream object, setting disconnection reconnection, creating a heartbeat of a chat service, and presetting a ping time interval;
(2) creating a user object, creating a chat room object, setting an XMPPStream object, the user object, the chat room object and an agent of an offline reconnection object, and setting a host, a port and a tcp long-connection heartbeat of the XMPPStream object;
(3) the method comprises the steps that a user applies for login, after real-name authentication and enterprise authentication are carried out, a user id is generated according to the application of the user, id information and a password are stored, a chat server is connected, and organization architecture data are obtained;
(4) after the connection between the IOS platform and the chat server is successfully established, data generated in the application process of each system of the IOS platform is stored, a data access interface is provided, and the chat data is packaged through an XMPPMessage model and sent to the chat server through an XMPPStream object calling corresponding method;
(5) intercepting presence information, recording the login date, version and login terminal model of a chat server user each time, and storing;
(6) when the chat server receives a new message or an unpulsed message exists in an offline state, the chat server sends the new message to the IOS platform after the IOS platform is connected with the server, and after the XMPPStream object receives the message, a didReceiveMessage method is called to update and store the message record and update the batch of the local information table.
Preferably, in the step (6), the batch of the local information table is updated, and the update rule includes:
when viewing historical messages, a user reads the latest piece of data, namely the latest piece of data, of a local existing message table, compares the latest piece of data with the earliest piece of data in a data table returned by a server, and if the time of the latest piece of data is earlier than or equal to that of the latest piece of data, the latest piece of data is directly stored without any processing; otherwise, local data are updated and merged according to the data returned by the server, the batch of the local message table is updated at the same time, synchronous updating of the local message data and the server is achieved, after synchronous updating of the message data is completed and the batch of the message table is updated, the historical data is checked, no request is sent to the server, the local data are directly read, and the pressure of the server is reduced.
Preferably, in the step (6), the new data sent by the user and the received data pushed by the server are directly saved in the local data table, and the batch is updated.
Preferably, in the step (6), after the batch is updated, the user may replace the device after chatting, and the new device may still update and synchronize the same latest data.
Preferably, in the step (3), the id of the user in the chat server is formed by splicing the user id of the IOS platform and the bound enterprise id.
Preferably, the instant messaging method for IOS platform collaborative office can support customized configuration of chat function service, and by judging object types and quantity in the chat session array, customized configuration selection is performed, and the packaged message is converted into a data format which can be resolved by the corresponding IOS terminal and the corresponding client terminal.
Preferably, the user can communicate with all colleagues in the user enterprise, firstly, whether the user is a chatted object is a colleague is judged, enterprise information fields in the user model of the user and the chatted object are compared, if the judgment result is yes, the user is in a colleague relationship, and a friend interface is automatically called and added to enable the friend relationship.
Preferably, the server sends a new message to the platform, and the platform distinguishes different functions by a type field after receiving the message. For the customized functions, the platform and the service end can appoint the type to perform corresponding function development.
Preferably, the account checking and document messages are sent and shared according to the business processes of bill transfer and account checking among companies, and checking or sending prohibition operation is judged according to the authorization of the user authority.
Preferably, in the user offline message, the message sending receipt of the sent message type is returned, and the display time of the platform side message list is unified.
The instant messaging method for IOS platform collaborative office provided by the invention overcomes the defect that the message can not be stored for a long time in the prior art, makes up the requirement problem of data persistence, pushes and stores the message to the local offline, can inquire the content, time, type and the like sent by the message, realizes the traceability of information needed by the internal communication of an enterprise, updates the message record synchronously, simply and easily, can smoothly establish the internal communication mechanism of the enterprise, improves the cooperative working capability of the internal of the enterprise, can not only chat, but also be combined with a service platform, can realize online transaction according to the business flow of bill transmission and account checking between companies in the aspect of account checking service, realizes the account checking function of the enterprise in application, shares and checks the print document, realizes the enterprise-level instant messaging and establishes a staff communication platform according to the authorization of a user or forbids the user to share or check the chat, and the like, the operation cost is reduced, the office efficiency of enterprises is promoted, and the double authentication is safe and reliable.
Detailed Description
The technical solution of the present invention will be described in further detail below. It is understood that the embodiments described are only a few embodiments, not all embodiments, and that all other embodiments obtained by those skilled in the art without the use of inventive faculty are within the scope of the invention.
It will be understood that, although the terms first, second, third, etc. may be used herein to describe various elements, components and/or sections, these elements, components and/or sections should not be limited by these terms.
An instant messaging method for IOS platform collaborative office includes:
(1) creating a tcp-based long connection, starting an XMPPStream object, setting disconnection reconnection, creating a heartbeat of a chat service, and presetting a ping time interval;
(2) creating a user object, creating a chat room object, setting an XMPPStream object, the user object, the chat room object and an agent of an offline reconnection object, and setting a host, a port and a tcp long-connection heartbeat of the XMPPStream object;
(3) the method comprises the steps that a user applies for login, after real-name authentication and enterprise authentication are carried out, a user id is generated according to the application of the user, id information and a password are stored, a chat server is connected, and organization architecture data are obtained;
(4) after the connection between the IOS platform and the chat server is successfully established, data generated in the application process of each system of the IOS platform is stored, a data access interface is provided, and the chat data is packaged through an XMPPMessage model and sent to the chat server through an XMPPStream object calling corresponding method;
(5) intercepting presence information, recording the login date, version and login terminal model of a chat server user each time, and storing;
(6) when the chat server receives a new message or an unpulsed message exists in an offline state, the chat server sends the new message to the IOS platform after the IOS platform is connected with the server, and after the XMPPStream object receives the message, a didReceiveMessage method is called to update and store the message record and update the batch of the local information table.
In one embodiment, the IOS client is opened, the time of the last message received by the client is sent to the chat server, all messages after the time point are inquired according to the time point and are stored in the database;
classifying the inquired messages according to the chat object types;
and packaging the chatting data through the XMPPMessage model and returning the chatting data to the client.
In one embodiment, in step (6), the batch (version) of the local information table is updated, and the update rule includes:
when viewing historical messages, a user reads the latest piece of data, namely the latest piece of data, of a local existing message table, compares the latest piece of data with the earliest piece of data in a data table returned by a server, and if the time of the latest piece of data is earlier than or equal to that of the latest piece of data, the latest piece of data is directly stored without any processing; otherwise, local data are updated and merged according to the data returned by the server, the batch (version) of the local message table is updated at the same time, synchronous updating of the local message data and the server is achieved, after synchronous updating of the message data is completed and the batch of the message table is updated, historical data are checked, no request is sent to the server, the local data are directly read, and the pressure of the server is reduced.
In one embodiment, the new data sent by the user and the data pushed by the server are directly saved into the local data table, and the batch is updated.
In one embodiment, after the batch is updated, the user can change the device after chatting, and the new device can still update and synchronize the same latest data.
In one embodiment, the id of the user in the chat server is spliced by the user id of the IOS platform and the bound enterprise id.
In one embodiment, a chat plug-in is newly built, a chat server is inherited to realize an interface, and functions of monitoring, forwarding and processing a client communication data packet are realized;
intercepting presence information, recording the date, version and mobile phone model of each login of a chat server user, and storing the date, version and mobile phone model into a data table;
intercepting message information, storing the single chat records into a data table, and providing message receipt information;
newly establishing servlet service, and providing functions of inquiring and deleting chat records for the outside; and modifying the off-line message query mode and the group off-line message query mode to realize the on-line pushing and the off-line pushing of the messages.
In one embodiment, the instant messaging method for IOS platform collaborative office can support customized configuration of chat function service, and performs customized configuration selection by judging object types and quantity in chat session array, and converts packaged messages into data formats resolvable by corresponding IOS end and corresponding client.
In one embodiment, the user can communicate with all colleagues in the user enterprise, firstly, whether the user is a chatted object is a colleague is judged, enterprise information fields in the user model of the user and the chatted object are compared, if the judgment result is yes, the user is in a colleague relationship, and a friend interface is automatically called and added to enable the friend relationship.
In one embodiment, the server sends a new message to the platform, and the platform distinguishes different functions by type field after receiving the message. For the customized functions, the platform and the service end can appoint the type to perform corresponding function development.
In one embodiment, the account checking and document message is sent and shared according to the business process of bill transfer and account checking among companies, and checking or sending prohibition operation is judged according to the authority of the user.
In one embodiment, in the user offline message, the message sending receipt of the sent message type is returned, the display time of the platform side message list is unified, and the problem of messiness of the message list caused by time inconsistency of the client side and the server side is avoided.
The instant messaging method for IOS platform collaborative office provided by the invention makes up the demand problem of data persistence, realizes traceability of information needed by enterprise internal communication, is simple and easy to use in synchronization of message record updating, can smoothly establish an enterprise internal communication mechanism, improves collaborative work capacity in an enterprise, can chat and be combined with a service platform, realizes online transaction of account checking service according to inter-company bill transmission and account checking service flow in the aspect of account checking service, can realize enterprise account checking function in application, print document sharing and viewing, authorizes or forbids users to perform chat sharing or viewing according to user authority, and the like, and can help enterprises to improve communication efficiency and realize safe and reliable dual authentication.
The preferred embodiments of the present specification disclosed above are intended only to aid in the description of the specification. Alternative embodiments are not exhaustive and do not limit the invention to the precise embodiments described. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the specification and its practical application, to thereby enable others skilled in the art to best understand the specification and its practical application. The specification is limited only by the claims and their full scope and equivalents.

Claims (10)

1. An instant messaging method for IOS platform collaborative office is characterized by comprising the following steps:
(1) creating a tcp-based long connection, starting an XMPPStream object, setting disconnection reconnection, creating a heartbeat of a chat service, and presetting a ping time interval;
(2) creating a user object, creating a chat room object, setting an XMPPStream object, the user object, the chat room object and an agent of an offline reconnection object, and setting a host, a port and a tcp long-connection heartbeat of the XMPPStream object;
(3) the method comprises the steps that a user applies for login, after real-name authentication and enterprise authentication are carried out, a user id is generated according to the application of the user, id information and a password are stored, a chat server is connected, and organization architecture data are obtained;
(4) after the connection between the IOS platform and the chat server is successfully established, data generated in the application process of each system of the IOS platform is stored, a data access interface is provided, and the chat data is packaged through an XMPPMessage model and sent to the chat server through an XMPPStream object calling corresponding method;
(5) intercepting presence information, recording the login date, version and login terminal model of a chat server user each time, and storing;
(6) when the chat server receives a new message or an unpulsed message exists in an offline state, the chat server sends the new message to the IOS platform after the IOS platform is connected with the server, and after the XMPPStream object receives the message, a didReceiveMessage method is called to update and store the message record and update the batch of the local information table.
2. The instant messaging method for IOS platform collaborative office according to claim 1, wherein in the step (6), the batch of the local information table is updated, and the update rule comprises:
when viewing historical messages, a user reads the latest piece of data, namely the latest piece of data, of a local existing message table, compares the latest piece of data with the earliest piece of data in a data table returned by a server, and if the time of the latest piece of data is earlier than or equal to that of the latest piece of data, the latest piece of data is directly stored without any processing; otherwise, local data are updated and merged according to the data returned by the server, the batch of the local message table is updated at the same time, synchronous updating of the local message data and the server is achieved, after synchronous updating of the message data is completed and the batch of the message table is updated, the historical data is checked, no request is sent to the server, the local data are directly read, and the pressure of the server is reduced.
3. The instant messaging method for the IOS platform cooperative office of claim 1, wherein in the step (6), the new data sent by the user and the received data pushed by the server are directly saved in the local data table, and the batch is updated.
4. The instant messaging method for IOS platform cooperative office as claimed in claim 1, wherein in step (6), after updating the batch, the user can replace the device after chatting, and the new device can still update and synchronize to the latest same data.
5. The instant messaging method for IOS platform collaborative office according to claim 1, wherein in the step (3), the user id of the chat server is formed by splicing the IOS platform user id and the bound enterprise id.
6. The instant messaging method for the IOS platform cooperative office as claimed in claim 1, wherein the instant messaging method for the IOS platform cooperative office can support the customized configuration of the chat function service, and the packaged message is converted into a data format resolvable by the corresponding IOS terminal and the corresponding client terminal by judging the type and the number of objects in the chat session array to select the customized configuration.
7. The instant messaging method for IOS platform collaborative office according to claim 1, wherein the user can communicate with all colleagues in the user enterprise, firstly, it is determined whether the user is a chatted object, the enterprise information fields in the user model of the user and the chatted object are compared, if yes, the relationship is the colleague relationship, and the friend interface is automatically called and added to make the relationship become the friend relationship.
8. The instant messaging method for IOS platform collaborative office according to claim 1, wherein the server sends a new message to the platform, and the platform distinguishes different functions by type field after receiving the message.
9. The instant messaging method for IOS platform collaborative office according to claim 8, wherein account checking and document message sending sharing are performed according to business processes of bill transfer and account checking between companies, and checking or sending operation is prohibited according to user authority authorization judgment.
10. The instant messaging method for IOS platform collaborative office according to claim 1, wherein in the user offline message, the message sending receipt of the sent message type is unified with the platform side message list display time.
CN202110535012.4A 2021-05-17 2021-05-17 Instant messaging method for IOS platform collaborative office Pending CN113381923A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110535012.4A CN113381923A (en) 2021-05-17 2021-05-17 Instant messaging method for IOS platform collaborative office

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110535012.4A CN113381923A (en) 2021-05-17 2021-05-17 Instant messaging method for IOS platform collaborative office

Publications (1)

Publication Number Publication Date
CN113381923A true CN113381923A (en) 2021-09-10

Family

ID=77571192

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110535012.4A Pending CN113381923A (en) 2021-05-17 2021-05-17 Instant messaging method for IOS platform collaborative office

Country Status (1)

Country Link
CN (1) CN113381923A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103139259A (en) * 2011-11-30 2013-06-05 百度在线网络技术(北京)有限公司 Method and server of achieving low-flux synchronous message logging
CN107231290A (en) * 2017-04-19 2017-10-03 中国建设银行股份有限公司 A kind of instant communicating method and system
EP3242438A1 (en) * 2016-05-06 2017-11-08 Telefonica Digital España, S.L.U. Method for syncronizing conversations of group messaging services in mesh networks
CN108234280A (en) * 2016-12-21 2018-06-29 青岛祥智电子技术有限公司 A kind of instantaneous communication system that enterprise collaborative is supported to handle official business
CN109286648A (en) * 2017-07-21 2019-01-29 比亚迪股份有限公司 Data push method, device, system and terminal device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103139259A (en) * 2011-11-30 2013-06-05 百度在线网络技术(北京)有限公司 Method and server of achieving low-flux synchronous message logging
EP3242438A1 (en) * 2016-05-06 2017-11-08 Telefonica Digital España, S.L.U. Method for syncronizing conversations of group messaging services in mesh networks
CN108234280A (en) * 2016-12-21 2018-06-29 青岛祥智电子技术有限公司 A kind of instantaneous communication system that enterprise collaborative is supported to handle official business
CN107231290A (en) * 2017-04-19 2017-10-03 中国建设银行股份有限公司 A kind of instant communicating method and system
CN109286648A (en) * 2017-07-21 2019-01-29 比亚迪股份有限公司 Data push method, device, system and terminal device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
白栩翔;: "移动推动技术及其在智慧林业中应用" *
陈伟;卜庆凯;: "基于XMPP的iOS客户端和服务器通信设计与实现" *

Similar Documents

Publication Publication Date Title
US9906603B2 (en) System and method for transferring a session between multiple clients
CN102893572B (en) For online communication session registered client computing equipment
EP1993244B1 (en) System, apparatus and method for processing e-mail by means of data synchronization
CN101897204B (en) For promoting the system and method for the development of mobile community
JP7050354B2 (en) How to manage multiple profiles for a single account in an asynchronous messaging system, system and computer readable media
US9178916B2 (en) Real-time messaging method and apparatus
US10078872B2 (en) System and method for managing and processing channel lines in a communication network
US9065788B2 (en) Method, device and system for voice communication
JP2009500708A (en) Peer-to-peer group management framework and method
US20130035079A1 (en) Method and system for establishing data commuication channels
JP2012510231A (en) Method and apparatus for providing communication history
CN103188130A (en) Social network user information correlation method and correlation device
JP5263648B2 (en) Interactive communication system using presence technology, method and program thereof
EP2974159B1 (en) Method, device and system for voice communication
CN102215216A (en) Transitioning between circuit switched calls and video calls
WO2016180220A1 (en) Conversation setup method and apparatus
US20020078154A1 (en) WAP/IRC based instant collaboration tool
CN102843308A (en) Instant messaging method and system based on mobile terminal local address book
US9485283B2 (en) Method and apparatus for enabling communications between users
CN100362799C (en) Method for realizing social network
RU2589359C2 (en) Multimodal telephone calls
CN113381923A (en) Instant messaging method for IOS platform collaborative office
CN104052784A (en) Web phone integrating voice and data
CN102986173A (en) Method for setting message status and converged internet protocol message (CPM) traffic server
KR100640512B1 (en) Method and system for synchronizing data between server and terminal using messenger service system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20210910