OpenIMSDK Modules and Features
mainThe OpenIMSDK is designed for integration into client applications and provides the following core capabilities:
Main Features
- Local Storage: Manages data on the client device.
- Listener Callbacks: Notifies the application of IM events.
- API Wrapping: Simplifies interaction with the server.
- Connection Management: Handles the lifecycle of the connection to OpenIMServer.
Main Modules
- Initialization and Login
- User Management
- Friends Management
- Group Functions
- Session Handling
For the Go implementation, refer to the OpenIM SDK Core repository.