-1
votes
0answers
25 views

javascript non-xmpp chat libraries with conversation backlog [closed]

I'm looking for a javascript library or libraries for a non-xmpp based web-chat. I need to set something up that can function essentially like facebook chat in that users can receive offline as well ...
0
votes
0answers
52 views

Can not receive chat messages in Android using XMPP and aSmack

I am writing a chat client in Android using the XMPP protocol. I have used the asmack.jar as provided by http://asmack.freakempire.de/. The implementation works in plain Java (using smack.jar) which ...
0
votes
2answers
74 views

How to create multiplayer game with contacts and realtime communication, without creating server?

I would like to have some advices about my project. I am currently developing a musical application/game in C++/Qt, with a multiplayer mode, and I have the following requirements (ideally): I want ...
0
votes
0answers
57 views

Receive message packets in Facebook chat in android (Asmack API)

I have followed the thread : Integrate Facebook chat in android with Asmack API and I can connect to Facebook chat properly. The problem is that I can not receive any packet from my buddies using the ...
-1
votes
0answers
66 views

google talk desktop client to another xmpp or jabber account [closed]

Is there any method right now to tweak the google talk registry to use the same client to connect to what ever jabber or xmpp network we want? I have tried almost everything from its registry. tried ...
-5
votes
2answers
53 views

How chat application actually works [closed]

I was wondering how chat application works. Imagine I have a server that bind two users to other. USER_2 waits for USER_1 message, now server should wait for USER_1 message to respond that to USER_2, ...
0
votes
1answer
33 views

Extract XMPP messages from server for data mining

I'm creating a mobile application for android. I want to gather chat messages of XMPP clients at the server and use it for data mining. Saving those messages in a database is the aim, but it should be ...
0
votes
0answers
24 views

how to customise my userdatabase with personal chat/private messaging system

Currently I have android/iOS app which connects to PHP/MySQL via json and has customized private messaging system. But it's not encrypted, and I am currently using get method in php. I am using ...
0
votes
0answers
15 views

chat application with queues XEP0142

We are planning to implement a chat application similar to Olark. The expected requirements are as follows. one to one chat with an agent agent can handle multiple chats a chat queue (If all ...
0
votes
1answer
31 views

See group of online user without having to subscribe on openfire chat server

Not sure if this question is programming related, but i think SO users might having experience about my problem to share. is it possible to automatically see online user on specific group without ...
1
vote
0answers
38 views

No answer from Facebook chat when connecting through XMPP

I'm using node-xmpp to connect to Facebook chat XMPP api. I cannot find why, but sometimes everything is fine : I ask facebook for a connection with my ID (-@chat.facebook.com), my api_key, my ...
0
votes
0answers
98 views

how to use xmpp (smack) over talk.google.com server for OWN chat app

private static final String HOST = "talk.google.com"; private static final int PORT = 5222; private static final String SERVICE = "gmail.com"; // establish connection connConfig = new ...
7
votes
3answers
135 views

How to block anonymous user in XMPP

In order to implement chat functionality in my app, I have integrated XMPP framework in to it. There is no buddy request functionality hence users can send messages to other users without sending a ...
0
votes
1answer
176 views

Jabber client issue with Authentication c#

Given below is a sample console application uses jabber-net client for sending a sample test message after authenticating the connection. I am receiving error while authenticating the login ...
0
votes
1answer
128 views

Looking for an alternative to Candy Chat

I am currently experimenting with XMPP based cross-platform (android, web, blackberry, windows 8) chat application and so far found out that OpenFire is one of the best Chat Server and i also have ...
0
votes
1answer
39 views

chat application with cometd only is good enough?

I want to create a web chat application that will just do text chatting. A client will talk to owner. An owner will see the available client to chat with but a client cant see the list of available ...
2
votes
1answer
422 views

send push notification to ios for chat to offline user, openfire xmpp

I have an ios chat application that uses openfire, what I need to do is send push notification when the message (1) can't be delivered for any reason, (2) app is in suspended state, i.e. can't ...
0
votes
1answer
182 views

ios xmpproom tutorial

I've been searching for a good XMPP with chatroom tutorial. I found this tutorial helpful, but still no luck on implementing multi-user chat. Can someone give me a good reference for this? Thanks in ...
0
votes
1answer
158 views

Ejabberd xmpp Active user list

I'm writing a chat app for ios, i have a local installation of ejabberd server, the xmppframework on my xcode project and the xmpphp framework on a web server. I simply need to know how i can retrive ...
0
votes
0answers
143 views

Not Receiving Chat Messages In Android Chat Application

I am developing an application that will require chat features...i have an activity that uses a listview to display messages. The issue is that the listview only displays messages that i type, and ...
0
votes
2answers
162 views

Chat server on node.js (NowJS) with features found in XMPP?

I am looking for a chat server written in node.js, I am looking for something I can extend. can anyone suggest something that is out there that supports at least a minimal amount of features out of ...
0
votes
1answer
41 views

How to detect an error while sending a chat using Smack

I'm using smack to send a chat message. While testing i figured out that, when the network is unavilable, the API does not throw any exceptions. my code : Chat chat = ...
0
votes
1answer
164 views

XMPP service-unavailable(503) error during UserSearchManager

This morning i have involved with a complex problem. I am creating chat application using XMPP. I have success to login and can chat with user. Now, I want to search user in XMPP server. But i got ...
-6
votes
1answer
90 views

Integrate Chat functionality in android app [closed]

what is the best way to integrate chat functionality in android application, i have searched and found using xmpp we can integrate chat functionality,but how to configure xmpp into android ...
1
vote
1answer
174 views

XMPP Chat Client - Some IM messages to Google Talk don't get received

I've created an XMPP chat client in python. Chat generally works except it seems that Google Talk 'blocks' some messages when sending from my chat client to a user using Google Talk. For example, if I ...
1
vote
1answer
117 views

add buddy using xmpp to openfire

We are creating a chat application using XMPP and Openfire. We have to create a new social community and from there users have to chat.We have established the connection using XMPP with Openfire.We ...
2
votes
1answer
162 views

XMPP MUC returns error code 404 when joining, but it exists

Hoping somebody can help me make sense of this Error code 404 I'm getting when attempting to join a public MUC room that already exists. Here's the XMPP Sequence: Perform IQ Query on room <iq ...
0
votes
0answers
209 views

Add XMPP to PHP AJAX chat

I have own written AJAX multi-user chat based on PHP and dkLab Realplexor running on UNIX with MySQL storage. How can I integrate XMPP-server to make users able to chat using any jabber client. Users ...
1
vote
0answers
191 views

iPhone: XMPP Jabber client Error

I want to develop chat Application using XMPP. I studied using the following web URL: building-a-jabber-client-for-ios After Finishing I am successfully integrate. But This Application crashed with ...
0
votes
0answers
3k views

Best Open Source XMPP Client for Android [closed]

Most of my friends are 'suffering' the WhatsApp renewal issue, and I would like to take advantage from the situation to recommend them an Open-Source XMPP Client. I'm analyzing some options: Beem ...
0
votes
0answers
54 views

mobile users recieve blank messages

I am creating a embedded app in Facebook web that uses Facebook chat as part of a game. It goes from a n embedded player, through javascript to a bosh server, then to the Facebook XMPP server to sent ...
2
votes
1answer
137 views

Choosing correct Chat Protocol implementation

I am trying to create a forum based group chat application on android.I need to be able to draw and send voice messages over chat. I am confused between IRC and XMPP for chat protocol to use.Can ...
0
votes
1answer
266 views

What's the technology Facebook uses for their chat?

I know I can connect to the Facebook chat using XMPP client/protocol. I wonder whether Facebook guys run some of the XMPP servers, they implemented their own or they just use another technology ...
2
votes
1answer
267 views

iOS messaging system (chat system) in app

So I have my iOS App (it's a social networking one) and I would like to add a messaging and chat system. I've looked up ways to do this but haven't found one that I could either fully understand or ...
0
votes
0answers
70 views

Creating a P2P Messaging Smartphone App

I'd like to create an iOS and Android app that allows users to send and receive messages with other app users but am in need of a protocol to allow this. As planned, when the user opens their app it ...
0
votes
0answers
19 views

PacketListener attached to a connection in service not working [duplicate]

I have already asked a question but got no help. My code is as follows. I can see the packets being received in the asmack logs but the packetlistener does not seem to be getting hit. I am not just ...
0
votes
1answer
348 views

Send XMPP message element multiple destinations (Facebook Chat API)

I'm using Facebook Chat API in an iOS app. I already can send a message successfully to a Facebook friend. Now I'm wondering if a can send the same message to multiple recipients. I don't know if ...
0
votes
1answer
58 views

How to handle firewall restrictions while building chat apps?

I am building a simple chat application using a jabber based server. The clients are expected to connect over port 5222. But, when i was testing my app, I found that in some networks access is limited ...
0
votes
2answers
99 views

xmpp with workgroups

I read this document: http://xmpp.org/extensions/xep-0142.html#proto-agent-states But in no time it explains how to get a workgroup through a user or agent. Does the only way would be using web ...
0
votes
1answer
43 views

How to parse ReportedData

I'm receiving data in an ReportedData variable. And I have no clue how to get the data out, into a parsable form, pls help. The javadoc isn't very helpful. Here is how it all started. I've tried ...
2
votes
1answer
739 views

How to get Openfire chat history on Android device with aSmack?

I am developing a chatting application, where user will chats with one of the domain expert's group member. user uses my android app and domain expert uses spark web for chatting. I made Openfire ...
0
votes
0answers
922 views

how to use whatsapp and facebook chat api [closed]

I am working on app which also require user making group chat. I dont want to reinvent the wheel as there are 1000 of good chat app already available . SO i wanted to know If it is possible to create ...
7
votes
1answer
259 views

Facebook XMPP chat API - device priority

I've created a Facebook app that uses the chat api using the following structure Strophe.js <-- --> Punjab <-- --> Facebook XMPP All works fine. My question is: Can I prevent other ...
1
vote
1answer
145 views

How to get IP address of chat message sender using XMPP protocol in Google App Engine?

I am developing an app which can respond to user's chat message. I need to know the IP address of the chat message sender. I am doing my app on Google app Engine and using XMPP protocol for chatting ...
2
votes
1answer
81 views

Auto subscribe a user when signing up to app

This is so interesting question, I think. I am developing a chat application using xmpp in google go. Upon testing, I could not send chat message to a google user unless that user would add my app as ...
0
votes
0answers
147 views

Permanently available group chat based on google accounts

I'm joined to community, based on Google Groups. For make our communication more extensively we need to have permanently available group chat. All users have google accounts and ideally for me and ...
4
votes
2answers
690 views

Connect to GTalk server (XMPP, Smack) using an authToken

I'm writing a chat app which is connecting to a XMPP server, and if the user chooses, I want to give them the option to connect to their google chat account, without having to enter the credentials... ...
1
vote
0answers
92 views

To build a voice chat mobile apps like talkbox. XMPP / SID or other solutions?

Good day all, sorry if the question has confused you. My client has required us to build an IM apps like talkbox. Thet especially want the voice msg feature in talkbox. i.e. The sender can hold a ...
2
votes
1answer
268 views

Facebook chat rooms using XMPP

I'm trying to create mobile based chat app. Basically, I want users to connect to Facebook with their Facebook account (Using the XMPPFramework) I would like to have pre-existing rooms where users ...
0
votes
1answer
141 views

How can I change my profile status in XMPPFramework

For changing my logged status I use the following code.. XMPPPresence *presence = [XMPPPresence presenceWithType:@"away"]; [[self xmppStream] sendElement:presence]; But I am not getting the ...

1 2 3 4 5