{"id":24113686,"url":"https://github.com/asutosh11/customersupportchat","last_synced_at":"2025-09-18T01:32:25.838Z","repository":{"id":85044840,"uuid":"92820819","full_name":"Asutosh11/CustomerSupportChat","owner":"Asutosh11","description":"Android library: An XMPP based customer support chat system built using Smack API","archived":false,"fork":false,"pushed_at":"2019-03-31T02:42:25.000Z","size":17395,"stargazers_count":57,"open_issues_count":0,"forks_count":25,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T10:44:43.044Z","etag":null,"topics":["android","android-library","chat","customer-support","smack","xmpp"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Asutosh11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-05-30T10:15:45.000Z","updated_at":"2023-12-11T05:52:03.000Z","dependencies_parsed_at":"2023-03-05T19:45:28.376Z","dependency_job_id":null,"html_url":"https://github.com/Asutosh11/CustomerSupportChat","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Asutosh11/CustomerSupportChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asutosh11%2FCustomerSupportChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asutosh11%2FCustomerSupportChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asutosh11%2FCustomerSupportChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asutosh11%2FCustomerSupportChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asutosh11","download_url":"https://codeload.github.com/Asutosh11/CustomerSupportChat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asutosh11%2FCustomerSupportChat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275695807,"owners_count":25511349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-library","chat","customer-support","smack","xmpp"],"created_at":"2025-01-11T04:24:16.298Z","updated_at":"2025-09-18T01:32:25.808Z","avatar_url":"https://github.com/Asutosh11.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://jitpack.io/v/Asutosh11/CustomerSupportChat.svg)](https://jitpack.io/#Asutosh11/CustomerSupportChat)\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android%20Customer%20Support%20Chat%20library-blue.svg?style=flat)](https://android-arsenal.com/details/1/5847)\n# Android Customer Support Chat Library\nThis is a Customer support chat library built using Smack API that you can add to your Android applications. \u003cbr\u003e\u003cbr\u003e\n\u003cb\u003e\u003ch4\u003e(Please note that I'm working on converting the architecture of this library to MVVM, will notify when its done)\u003c/h4\u003e\u003c/b\u003e\n\u003cbr\u003e\u003cbr\u003e\nOnce I was in search of a customer support chat library that I could embed in my Android app easily without writing much code and without taking much time.\nI couldn't find any. So later I made this library to accomplish that task. Try using it. Try experimenting with it.\n\n\u003cb\u003eHow it works?\u003c/b\u003e\u003cbr\u003e\nYou need to enter your XMPP server details, details of your user's XMPP account and XMPP id of the customer support executive sitting somewhere else on an XMPP client.\nThe library opens a chat window for your app user and the customer support executive to chat.\n\n\u003cb\u003eScreenshots\u003c/b\u003e\u003cbr\u003e\u003cbr\u003e\n\u003ckbd\u003e\n\u003cimg src=\"https://github.com/Asutosh11/CustomerSupportChat/blob/master/screenshot1.jpg\" alt=\"Screenshot1\" width=\"300px\"/\u003e\n\u003c/kbd\u003e\n\u0026nbsp; \u0026nbsp;\n\u003ckbd\u003e\n\u003cimg src=\"https://github.com/Asutosh11/CustomerSupportChat/blob/master/screenshot2.jpg\" alt=\"Screenshot2\" width=\"300px\"/\u003e\n\u003c/kbd\u003e\n\n\u003cbr\u003e\n\u003cb\u003eUsage\u003c/b\u003e\n\u003chr\u003e\n\n\n1. Add the dependency to your build.gradle\n\n```\nallprojects {\n    repositories {\n        maven {\n            url 'https://jitpack.io'\n        }\n    }\n}\ndependencies {\n    implementation 'com.github.Asutosh11:CustomerSupportChat:1.1'\n}\n```\n\n2. This is how you use it\n\n```\nChatConnection mChatConnection = new ChatConnection();\nmChatConnection.setxmppCustomerUsername(\"test1\");\nmChatConnection.setxmppCustomerPassword(\"test1\");\nmChatConnection.setxmppPortNo(\"5222\");\nmChatConnection.setxmppHostName(\"asutosh.p1.im\");\nmChatConnection.setxmppServiceName(\"asutosh.p1.im\");\nmChatConnection.setxmppIdOfSupportExecutive(\"test2@asutosh.p1.im\");\nmChatConnection.setchatWindowTitle(\"Support chat window\");\nChatActivity.startChat(mChatConnection, MainActivity.this);\n```\n\u003chr\u003e\n\n### Thanks\n\n * [Smack](https://github.com/igniterealtime/Smack)\n * [android-ago](https://github.com/curioustechizen/android-ago)\n\n### License\n\n\u003ca href = 'https://github.com/Asutosh11/CustomerSupportChat/blob/master/LICENSE.md'\u003eApache License 2.0\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasutosh11%2Fcustomersupportchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasutosh11%2Fcustomersupportchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasutosh11%2Fcustomersupportchat/lists"}