🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

io.hyphenate:hyphenate-chat

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.hyphenate:hyphenate-chat

With hyphenate-sdk, we can realize instant communication quickly and easily.

Source
mavenMaven
Version
4.18.1
Version published
Maintainers
1
Source

sdk_release_android

Install SDK

Add the repositories url to your project-level build.gradle:

repositories {
    maven { url "https://raw.githubusercontent.com/HyphenateInc/Hyphenate-SDK-Android/master/repository" }
}

Add the following code to your module-level build.gradle:

android {
	//use legacy for android 6.0
	useLibrary 'org.apache.http.legacy'
}
dependencies {
	compile fileTree(dir: 'libs', include: '*.jar')
	compile 'com.google.android.gms:play-services-gcm:9.4.0'
	compile 'com.hyphenate:hyphenate-sdk:3.2.1'
}

If you want use the sdk without voice/video calling, use compile 'com.hyphenate:hyphenate-sdk-lite:3.2.1'.

Demo source code

Demo github link: https://github.com/HyphenateInc/IMDemo_android

Demo is dependent on EaseUI library project, EaseUI github link:https://github.com/HyphenateInc/easeui_android

Remeber put the two projects in the same directory

FAQs

Package last updated on 12 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts