Instant Messaging Server Restricted View Control

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current messaging services lack the ability to effectively restrict message content in chat rooms, allowing unauthorized access and sharing, copying, or capturing of messages, which can compromise user privacy and control over shared information.

Innovation Solution

Implementing a method where messages can be sent with restricted view conditions, such as payment-type or authentication-type conditions, that require participants to satisfy specific actions before viewing, sharing, copying, or capturing the content, allowing senders to control access and usage of message content within chat rooms.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If messages are sent without restriction in chat rooms, then communication efficiency and ease of operation are improved, but user privacy and message integrity are compromised due to unauthorized access and sharing

Engineering Contradiction:
Improvemessage sending easeVSAvoidmessage integrity
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The sender performs preliminary actions by setting restricted view conditions and required actions before the message is received. The server stores these restriction settings along with the message content, so that when the message is delivered, the receiving terminal can automatically enforce the restrictions without requiring additional manual configuration, thus maintaining message integrity while preserving ease of operation for the sender.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The server acts as an intermediary between the sender and receiver by storing both the message content and the associated restricted view conditions. The server facilitates the transmission of messages while enforcing access controls, mediating between the sender's intent to restrict and the receiver's need to access, thereby protecting message integrity without significantly impacting operational ease.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If restricted view conditions are implemented for messages, then message integrity and user privacy are improved, but device complexity and system complexity increase due to additional restriction management mechanisms

Engineering Contradiction:
Improvemessage integrityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The server is designed to handle multiple functions: it not only transmits messages but also stores restriction settings, manages required actions, and enforces access controls. The receiving terminal similarly performs multiple functions by checking restrictions, managing required actions, and controlling content display. This multi-functionality reduces the need for separate dedicated systems for each function, thereby limiting the increase in overall system complexity.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system implements self-service mechanisms where the receiving terminal automatically checks restricted view conditions and manages required actions without needing complex external intervention. The terminal itself handles the logic of verifying whether the user has completed required actions and controlling content display, reducing the burden on the server and simplifying the overall system architecture.

Inventive Principle:
Principle #25Self-service

3Reliability

If required actions are mandated before viewing restricted content, then user privacy control is improved, but ease of operation deteriorates due to additional steps required from users

Engineering Contradiction:
Improveprivacy controlVSAvoidcontent access ease
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The system dynamically adjusts the access process based on the restricted view conditions. When a message has restrictions, the terminal automatically presents the required action to the user and only displays content after verification. When no restrictions exist, the message is displayed immediately without additional steps. This dynamic behavior ensures privacy control is enforced only when necessary, minimizing the impact on ease of operation for unrestricted content.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The restriction mechanism is applied locally to specific messages or content portions rather than globally to all communications. The sender can selectively apply restricted view conditions to particular messages or specific content within messages, allowing users to maintain ease of operation for routine communications while enabling strong privacy control only where needed, thus balancing both requirements.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS20250016122A1Method and apparatus for messaging service
Publication Date: 2025.01.09 KAKAO CORP
  • US20250016122A1 patent drawing
  • US20250016122A1 patent drawing
  • US20250016122A1 patent drawing

AI summary

A messaging service method and apparatus are disclosed. A method of operating an instant messaging server, according to an embodiment, may include sending, through a chat room, a message on which display of content is restricted based on settings of a restricted view condition for the message. The method may include receiving a request to view the message from a terminal of a participant in the chat room. The method may include activating the display of the content of the message on the terminal of the participant, based on whether the participant satisfies the restricted view condition.