XMPP (Extensible Messaging and Presence Protocol) is an open, standard protocol for fast delivery of real-time messages.
6
votes
0answers
307 views
xmpp login fails after authentication
I've been seeing this behaviour for some time now, but it wasn't really a problem. After I succesfully authenticate in xmpp with my own app, an error close my connection:
<message ...
5
votes
0answers
576 views
Openfire prebind + robbiehanson/XMPPFramework using BOSH not working
We're trying to implement XMPP over BOSH for our product. The Strophe.js javascript library works fine for our needs on the WWW site. We request a prebind, it's delivered and then we use Strophe's ...
5
votes
0answers
856 views
How to receive the file when connecting success in TURNSocket Of XMPPFramework in ios?
I want to use TURNSocket to transfer the file between the two users.
User1: (iphone sumulator)
User2: (Spark user)
Now the socket has connected, and i want to send a file to User1 from User2 via the ...
4
votes
0answers
966 views
How to use a TurnSocket (XEP-0065: SOCKS5 Bytestreams) connection? XEP-0096: SI File Transfer? [socket writeData]?
I'm attempting file transfer via XMPP on iOS using the XMPPFramework and OpenFire. The base of my code is from the following tutorial. I have a successful TurnSocket (XEP-0065: SOCKS5 Bytestreams) ...
3
votes
0answers
87 views
Access muc roster from an ejabberd module (disco_items?)
I'm building an ejabberd module to send carbon copies of messages to an external RESTful API. Everything works okay, and requests to that API are sending POST params with Sender, Recipient and the ...
3
votes
0answers
214 views
Adding participants to XMPP chat rooms
I want to implement Group Chat in my application, for that purpose i am using MUC chat rooms to implement the same.
Here I want to add a list of members( i have the JID's) to the room.
I want to add ...
3
votes
0answers
170 views
Matrix xmpp SDK in windows phone mango, want to notify the user for new chat message even if app is running in background
i am using MatriX xmpp library for chatting purpose.it works fine when my application is running in foreground. i want to notify the user for new chat message even if my application is in ...
3
votes
0answers
1k views
Configuring ejabberd + BOSH + HTTP Binding + Candy.js
I am trying to get the Candy.js example to connect to a locally installed ejabberd server that I have configured according to this tutorial.
I know nginx is proxying correctly because I can navigate ...
3
votes
0answers
707 views
Is there any XMPP Jingle Implementation in Javascript
Is there any XMPP Jingle Implementation in Javascript, I only see libJingle library written in C++.
3
votes
0answers
968 views
XMPP strophe Connection attach process failed
I'm able to create a XMPP connection on page load. However whenever I move to another pages, I want to use the same connection to remove recurring notifications in client. I've used following code.
...
3
votes
0answers
479 views
Using Apache ActiveMQ + XMPP over plain XMPP for messaging
I am producing a message passing system and considering using ActiveMQ with XMPP as the transport. I have used plain XMPP with OpenFire server for similar messaging based communication between ...
3
votes
0answers
642 views
send large text using asmack
I use asmack building a jabber client for android, it works well ,but I got a problem when sending a large text in Chinese. The XMPPConnection just disconnected from server immediately,here are my ...
2
votes
0answers
57 views
Is it good to use only GCM for developing chat applications for android ditching XMPP?
A lot of applications like WhatsApp rely on GCM to send notifications to device when the device is idle or the app is running in background. The GCM message just tells the app to sync from the server ...
2
votes
0answers
49 views
Xmpp protocol + ejabber server: Turn connection fails with feature-not-implemented error on IOS Application
I am using https://github.com/robbiehanson/XMPPFramework xmpp framework for iOS. while trying to make TURN Connection I get below error for iq sent to establish the connection. while debugging the ...
2
votes
0answers
32 views
Presence listener not working in asmack
I am developing a chat application for Android using asmack. The connection is getting established and I'm able to login also. I've added listener for IQ packets and that is working fine. I have added ...
2
votes
0answers
44 views
Android asmack received iq packets are formatted in wrong way
I am using asmack for implementing chat client application.
I am sending an IQ request for fetching previous chats. Though I get all previous chats some of them are broken. Actually output should be ...
2
votes
0answers
61 views
Multi user chat is not working on server
Using smack API,openfire and XMPP i had created chat application in android.
In that i added group chat functionality.But on my local server it work's fine but when i am trying to run on server first ...
2
votes
0answers
95 views
Show chat history with asmack in android
I am developing an android chat client app and I'm using asmack for XMPP implementation. I was able to make connection to my XMPP server and was able to make send chat messages. I need to show chat ...
2
votes
0answers
112 views
Is there a good way to add and auto-accept buddies using XMPP?
I am trying to build a iOS app that uses XMPP protocol. I'm using XMPPFramework for iOS.
My app has some restrictions. I have to automatically register some new users (Ok, that was kinda easy to do). ...
2
votes
0answers
46 views
Can I add extra property to a MultiUserChat RoomInfo?
In Smack, we can get the information of a room by RoomInfo. And now I have an extra info(like the location where a room belongs) for a room, how can I do this by smack?
for example, in current smack:
...
2
votes
0answers
97 views
APE ajax push engine tcp socket (jabber web client)
I'm trying to make a web based chat using APE to create a TCP socket. Everything is working fine, but when I try to send many messages the socket breaks and I get the raw BAD_CHL.
var ...
2
votes
0answers
226 views
xmpp + ssl handshake failed
I am having difficulty in establishing a connection with XMPP (Prosody) . But if I use PSI it works fine and request for your suggestions.
Here is the code snippet of my python :
client = ...
2
votes
0answers
93 views
HOsted XMPP Service with HTTP Developer APIs
Is there any services out there that supports XMPP Server with a developer API that allows xml/json http request to send/receive IMs?
I am trying to build a web chat system that connects to my ...
2
votes
0answers
230 views
How to make the other person reply to the chat message in xmpp?
I have used the following code to make the chat app in android.With the help of this code I'm able to send message to a client.But my need is to make the other person to communicate using my app.But ...
2
votes
0answers
223 views
Spectrum XMPP gateway and Facebook Platform Auth
I'm the Jappix XMPP web-client founder, and need this really important thing for Jappix-related project purposes.
I'd like to login to Facebook Chat through the Spectrum Gateway so that I can chat ...
2
votes
0answers
127 views
IMServicePlugIn for Jabber Server
I have to write a Messages plugin to access an internal Jabber server due to some special authentication. I have two questions:
Is there source code available for the Messages Jabber plugin so I
...
2
votes
0answers
707 views
Multiple XMPP BOSH Connections Interfering in Internet Explorer - UPDATE: Seen In Other Browsers
Introduction
I am working on an MVC web app that is using XMPP for two purposes:
1) Communicating real time data from the server to the client - XMPPMessaging
2) User group chat - XMPPChat
I am ...
2
votes
0answers
537 views
Cannot handle Uploading in XMPP FileTransfer using Beem-Asmack
I have a problem on handling the file transfer from an "Android chat" to an other client (like Pidgin): the Pidgin client receives the transfer request, but my application cannot start transferring ...
2
votes
0answers
516 views
How to accept buddy request porperly in Android smack?
There is a openfire server and Android clients (smack). All clients can add each other to buddy/roster list (without authorization, I want user can see each other without accept buddy request). I have ...
2
votes
0answers
453 views
Get a gtalk XMPP auth token from android's AccountManager
Ok, so I have an SASL mechanism set up to respond to X-GOOGLE-TOKEN.
I also have my AccountManager and Account that I want to use from the device.
Now I call the getAuthToken method like this to get ...
2
votes
0answers
465 views
Iphone File Transfer using xmpp
I am trying to implement file transfer using Xmpp. i need to send images from one user to another. i have seen some questions on stack overflow but no one seems to have succesfully implemented using ...
2
votes
0answers
954 views
smack “No response from server.” Error
Smack works fine on many xmpp server,but...
It fails on one server. "No response from server."
sent
<stream:stream to="talk.renren.com" xmlns="jabber:client" ...
1
vote
0answers
22 views
Voice Chat with XMPPFramework
Hi I`m a student developer and I have made iPhone mobile chat application with XMPPFramework!
I have already made various functions in my App
For instance, I made Multi-User Chat and Send/Receive ...
1
vote
0answers
33 views
Bind process error code-400 bad-request
I am trying to include jabber in my iOS application, for that i am using the XMPPFramework . I am able to authenticate successfully by following SASLAuthentication. Once i authenticate the next step ...
1
vote
0answers
85 views
How to invoke CXF Asynchronous web service from apache camel
I have a javascript client which invokes an asynchronous web service with the callback in apache tomcat server. Webservice places the request to xmpp server and returns. I have another receiver ...
1
vote
0answers
61 views
Retrieving location information of users registered in a Smack XMPP Server (Without subscription)
So here's my idea.
I wan't to list all the users registered on an XMPP server within my location radius.
So that I could add (if interested).
I use smack API and I am basically building an android ...
1
vote
0answers
52 views
What's the difference between http_bind and mod_ping inactivity time ejabberd
I am doing some testing with both modules of ejabberd
mod_http_bind
and
mode_ping
Setting up http_bind *inactivity_period* and mod_ping *ping_interval* will disconnect the user after ...
1
vote
0answers
64 views
How to Get and Set Priority with XMPPHP
I want my XMPPHP client to always get a copy of the messages that a specific user receives. This requires:
- being able to detect all of their existing clients and their priorities
- being able to ...
1
vote
0answers
182 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 ...
1
vote
0answers
130 views
aSmack as a service
Basically I have a Main class running the entire project. The code is working perfectly although once the App is unfocused it becomes inactive. I was wondering how I would go about making it a ...
1
vote
0answers
64 views
xmpp4r throws exception on login: “Exception caught in Parser thread! (Jabber::ServerDisconnected)”
I tried to connect to my XMPP server using xmpp4r in ruby and my code is very simple, but I don't know why I got error.
I can successfully use ichat to log in using chat@localhost and also to the ...
1
vote
0answers
80 views
XMPP, <message failed=“1”>
I'm using psi to connect to an xmpp server at chrome.pl. I was talking, when suddenly my messages started instantly coming back from my server xmpp address. The typical exchange looks like this (this ...
1
vote
0answers
60 views
from.createForm() produce error while using asmack for android
I am using asmack for chatting in my application.
i am getting error while running following code.
mXmppConnection=connectionToXmppServer(HOST, PORT, SERVICE, mUserName, mPassword);
/*creating ...
1
vote
0answers
68 views
MessageListener in asmack to integrate facebook chat not able to bind to any widget
I am working in an android application and I want to integrate facebook chat in it.For that I am using asmack-jse-buddycloud-2010.12.11. I am able to sent and receive chats. But I am not able to bind ...
1
vote
0answers
102 views
How to intercept a Ping message from the Openfire Server?
I am writing an Openfire plugin to intercept the Ping message the server sends to the client when the client becomes idle. The system Ping looks like:
<iq from='capulet.lit' ...
1
vote
0answers
185 views
Retrieving Archived messages from XMPP server in ios
I am integrating XMPP functionality in my ios app and i came across a problem i cannot solve.
The problem is i cannot get archived messages from the server. My client is able to log in and i have ...
1
vote
0answers
90 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 ...
1
vote
0answers
133 views
Multiple Publisher for Publish Subscribe java
try after my question was marked as not real question.
Here is what i am trying to do:
i create a node with a open Accessmodel with a user called "server" as Example
`
ConfigureForm form = ...
1
vote
0answers
81 views
How to decompress XMPP/Jabber stream from command-line?
I'm trying to query conference.jabber.org from the command line, but
can't figure out how. Instead, I had Pidgin/GAIM do this and I sniffed
the traffic with tcpflow.
Unfortunately, my traffic to ...
1
vote
0answers
81 views
Can I use one servlet to receive xmpp messages, and another to send them in App Engine?
Does the required servlet URL mapping (/_ah/xmpp/message/chat/) for the xmpp service restrict me to using only that servlet for both sending and receiving xmpp messages?
My application receives ...

