Questions tagged [quickblox]

QuickBlox is a proprietary set of client-server solutions that allows you to build more powerful, engaging and secure mobile apps. QuickBlox runs from your own Amazon instances. You own the servers and can access the source codes of the running system.

QuickBlox is a proprietary web backend that allows you to add communication and data service features to mobile apps.

It provides a couple of modules such as "Location", "Users", "Ratings", "Chat", "Content", "Messages" and "Custom Objects".

1551 questions
0
votes
2 answers

QuickBlox login with Facebook's own SDK?

Is it possible to use QuickBlox iOS SDK in conjunction with Facebook's iOS SDK to log into service? Or rather, my real intention is to be able to to use Facebook to find the user's liked page. So I need to create Facebook session. Anyway to achieve…
huggie
  • 17,587
  • 27
  • 82
  • 139
0
votes
1 answer

Send presence while not chatting with anyone

What is the best way to send presence to the server. Currently I am using multiple times QBAuth.createSession(this); but I think there should be abetter way to send presence then to auth/login every time? P.S. I don't want to connect with any…
namik
  • 53
  • 1
  • 8
0
votes
1 answer

QuickBlox Not sending message Very odd behavior

I have been working on this bug for days and I have no idea what is wrong. Let me outline my design than I will explain the issue. I have two areas where I handle incoming messages, one in a chatviewcontroller and another in the app delegate. My…
EK_AllDay
  • 1,095
  • 2
  • 15
  • 35
0
votes
1 answer

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[QBDDXMLElement attributeFloatValueForName:withDefaultValue:]:

- (void)completedWithResult:(Result *)result{ // QuickBlox session creation result if([result isKindOfClass:[QBAAuthSessionCreationResult class]]){ // Success result if(result.success){ // Set QuickBlox Chat…
0
votes
1 answer

QuickBlox beginner - connecting from desktop

I'm new to QuickBlox. I'm trying to connect to my account from a web page based on the code under the "getting started" in: http://quickblox.com/developers/Web here is my code. just a simple html form. After submitting (though the details are…
mosh
  • 404
  • 2
  • 8
  • 16
0
votes
2 answers

Issues with the Sample Sample-chatv2-android and XMPP chat server

I was able to get Sample-chat version 2 android sample to run. The one-on-one chat function in the app works fine but the chatroom functionality does not work most of the time. Since the chatroom functionality works sometimes the code seems to be…
Sohan Alam
  • 529
  • 1
  • 6
  • 12
0
votes
1 answer

How Does QuickBlox work?

This is gonna be my first app in android. I have add some experience coding in java and C++. Now I need to create an app and i would like to add chat functionality similar to Whatsapp. Could this be done with Quickblox ( Also push notifications are…
Ash
  • 21
  • 3
0
votes
1 answer

How to get a chat room owner in quickblox?

i want to retrieve that info for can handle the way of the users can view or join to the chat rooms. i've tried many differents ways, but i can't find how quickblox assign or sets the owner.
0
votes
1 answer

Quickblox get random custom object

Previously I asked about getting random users. I was able to use page request and just request certain page with certain page size. And I needed to get the total number of users first. And that went well. I now realized that that was the wrong…
huggie
  • 17,587
  • 27
  • 82
  • 139
0
votes
1 answer

Quickblox: Share 1.Image and 2.Video along with text chat among users

I am able to establish 1-1 chat by creating a room. I have used room because I will get history of last 50 messages (I would prefer more in number with paged results and expecting this feature in the near future). I am unable to figure out how I…
Revanth
  • 113
  • 12
0
votes
1 answer

QuickBlox Video Chat Quality

We have this iOS project that uses QuickBlox Video Chat. Basing from the sample app they've given, we were able to implement it successfully. When we tested it, the quality looks a bit bad. Does anyone know how to up the quality of the video…
0
votes
1 answer

Storage/Traffic usage for different features (chat,content...)

since Quickblox plans have a storage/Traffic limitation lets say 50Gb. I am trying to figure out the Storage/Traffic usage of the features, chat, user, custom objects, content and video in terms of the limitation (I am calling it usage charge) 1)…
Sohan Alam
  • 529
  • 1
  • 6
  • 12
0
votes
2 answers

QuickBlox getting started

I really like to learn how to create a web chat in a WebProject, not to Android, not to IOs, I mean, I want to learn step by step how to create a chat from a PC to other PC, I downloaded the QuickBlox SDK to Web + Facebook, but what is the next…
0
votes
2 answers

Quickblox: Only receive the correct messages

I am developing a chat using quickblox but I am having some problems when I open a new chat. Suddenly I received all the messages that others users sends to me when I was disconnected. The problem is that when I start a chat with user A, I receive…
MarcForn
  • 3,321
  • 7
  • 25
  • 39
0
votes
1 answer

Get Status of receiver user in a chat

I want to detect the presence of a specific user in the chat: Presence presence = roster.getPresence(xxxx@xxx.xx); System.out.println("Status receiver :" +presence); How can I convert the presence variable to a String? How can I verify the value?…
MarcForn
  • 3,321
  • 7
  • 25
  • 39