You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a code sample for [QuickBlox](http://quickblox.com/) platform. It is a great way for developers using QuickBlox platform to learn how to integrate private and group chat, add text and image attachments sending into your application.
5
+
6
+
# Credentials
7
+
8
+
Welcome to QuickBlox [Credentials](https://quickblox.com/developers/5_Minute_Guide), where you can get your credentials in just 5 minutes! All you need is to:
9
+
10
+
1. Register a free QuickBlox account and add your App there.
11
+
2. Update credentials in your application code.[Chat](https://quickblox.com/developers/5_Minute_Guide#Update_authentication_credentials_3)
12
+
13
+
# Chat Sample
14
+
15
+
This Sample demonstrates how to work with [Chat](https://quickblox.com/developers/Web_XMPP_Chat_Sample#Guide:_Getting_Started_with_Chat_API) QuickBlox module.
16
+
17
+
It allows:
18
+
19
+
1. Authenticate with Quickblox Chat and REST.
20
+
2. Receive and display list of dialogs.
21
+
3. Modify dialog by adding occupants.
22
+
4. Real-time chat messaging and attachment's handling.
23
+
24
+
# Documentation
25
+
26
+
Original sample description & setup guide - [JS Chat Sample](https://quickblox.com/developers/Web_XMPP_Chat_Sample#Guide:_Getting_Started_with_Chat_API)
0 commit comments