quickblox

How to get message text from Xmpp message streem using Quickblox Xamarin nuget

↘锁芯ラ 提交于 2019-12-12 05:05:49
问题 Using Xamarin, I installed the QuickBlox Nuget (1.2.7): https://www.nuget.org/packages/Quickblox.Sdk/ and using this tutorial: http://quickblox.com/developers/Sample-chat-xamarin this tutorial is probably out of date, as some of the code snippets do not work out of the box and some changes to classes names and functions needs to be done, but it's the best source I could find for Xamarin and QuicBlox. I'm trying to send and receive messages and having some difficulties. While I can send

QBChat didReceiveMessage is not getting called while receiving a call

ⅰ亾dé卋堺 提交于 2019-12-12 04:54:00
问题 I'm using Quickblox for voice/video call between two devices. While receiving a voice/video call from an user, I can see the log below, QBChat/didReceiveMessage: <message xmlns="jabber:client" id="XXX-XXX" to="XXXXX-XXXX@chat.quickblox.com" from="1XXXX20@chat.quickblox.com/Smack" type="qbvideochat_call"><extraParams xmlns=""><callType>1</callType><sessionID>XXXXXXX</sessionID></extraParams></message> The method, chatDidReceiveCallRequestFromUser is also being called. I can attend the call.

Quickblox Javascript SDK + Angular + webRTC - Chat room filter by name is not showing up in results after creation by another user

淺唱寂寞╮ 提交于 2019-12-12 03:33:45
问题 I am adding a chat client to my webRTC app and my issue comes when a chat room doesn't exist. One user logs in and looks to see if the chat room exists with a certain name. If it doesn't exist the user creates one. Now here is where the issue comes in. The second user logs in with the same chat room name to search with and does a search with QB.chat.dialog.list({name: 'stringWithMyChatRoomName'}) but even after the first user had just created the room it doesn't get returned in the results. I

Trying to create a Quickblox group chat dialog, get Error when using REST API to login user.

孤街浪徒 提交于 2019-12-12 02:39:20
问题 I'm attempting to create a group chat dialog in quickblox entirely through the REST API. How to create a user, a session, login, and then create a chat dialog all from the REST API? I can only successfully do the first two. The tutorial has examples: http://quickblox.com/developers/Authentication_and_Authorization#API_User_Sign_In I am able to create a session and create a user, after that I can't do more. When I try to login a user, as the example above, using this from the tutorial with my

Quickblox REST API for System Notification

 ̄綄美尐妖づ 提交于 2019-12-12 02:36:06
问题 Copied from email. I would like to know, is there a way to send System Message in REST API, which just like the iOS API. I have tried "System Notifications" in the documents, but it returns error. Below is my REST request sent to server. I logged in using the token before send this one. curl -X POST \ -H "QB-Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \ -d "chat_dialog_id=xxxxxxxxxxxxxxxxxxxxxxx&recipient_id=xxxxxxx&extraParams.moduleIdentifier=SystemNotifications&sys_msg_type=update_group

Symbol not found: _kVTDecompressionPropertyKey_RealTime

混江龙づ霸主 提交于 2019-12-12 01:35:52
问题 I am getting crash at launch time, with the following terms in the console. dyld: Symbol not found: _kVTDecompressionPropertyKey_RealTime Referenced from: /var/mobile/Applications/25A09982-788D-4847-93D9-C6420B0B5628/Makeit.app/Makeit Expectedin:/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox in /var/mobile/Applications/25A09982-788D-4847-93D9C6420B0B5628/Makeit.app/Makeit can any one tell how to fix this. I already checked for VideoToolbox framework, its added in my project

Could not find com.android.databinding:baseLibrary:3.0.0

给你一囗甜甜゛ 提交于 2019-12-11 16:18:27
问题 Android Quickblox Demo App unable to run while sync it always shows error "Could not find com.android.databinding:baseLibrary:3.0.0." Error : Required by: project :sample-custom-objects Could not find com.android.databinding:baseLibrary:3.0.0. Searched in the following locations: file:/O:/AndroidSDK-2.3.3/extras/m2repository/com/android/databinding/baseLibrary/3.0.0/baseLibrary-3.0.0.pom file:/O:/AndroidSDK-2.3.3/extras/m2repository/com/android/databinding/baseLibrary/3.0.0/baseLibrary-3.0.0

quickblox javascript sdk one to one video chat

本秂侑毒 提交于 2019-12-11 14:22:16
问题 I am working in a system for on line solution where two types of user will be available: experts,normal user. 2 things is need to do: 1) after normal user login i want to show a list of expert available in the on line for hangout. Normal user can click one expert from the list and clicked expert will receive one call signal and they can have conversation. 2) I need video call details( caller, receiver, duration, date etc) I want to do this by javascript sdk. I have this git repository.

quickblox-android jar couldn't find

倾然丶 夕夏残阳落幕 提交于 2019-12-11 13:56:00
问题 In this link http://quickblox.com/developers/Android_XMPP_Chat_Sample they have mentioned <quickblox-android-sdk>/jars/quickblox-android-sdk-core-2.0.jar and <quickblox-android-sdk>/jars/quickblox-android-sdk-chat-2.0.jar but in the download folder there is no jar files. Also I surfed more to get these jar but I couldn't get can anyone help to get this jar. 回答1: Starting from 2.5 version of QuickBlox Android SDK they were moved to separate repository https://github.com/QuickBlox/quickblox

Can we send push notifications between two apps using quickblox?

半世苍凉 提交于 2019-12-11 13:55:28
问题 In my application, I am using Quick blox for chat and push notifications. I have two applications agentapp and seeker app. Can I send push notifications through Quick blox between these two apps as I've added only one app over quickblox. 回答1: QuickBlox has functionality to send pushnotifications and chat messages per application. Two QuickBlox applications are not connected and Chat is set per application. Also, here is information on how to setup automatic push notifications for offline