0
votes
1answer
84 views

Unable to connect to OpenFire server using strophe [closed]

I am having a bit of a problem with OpenFire + strophe. Initially i am unable to connect to OpenFire server due to this reason: "NetworkError: 404 Not Found - http://localhost/crossdomain.xml" I ...
0
votes
0answers
90 views

Can't connect to XMPP server (openfire) with HTTP binding

I'm trying to learn XMPP protocol to make web applications using it. So, I've installed a XMPP daemon called openfire, I configured it to support HTTP-Bind, I can connect to it using Pidgin and the ...
1
vote
0answers
50 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 ...
0
votes
0answers
24 views

Bulk Subsciption Node using Strophe js

i am developing notification server using Strophe.js + strophe.pubsub.min.js + Openfire + Smack API. i have created multiple node using Smack API. i want to know how to subscribe on multiple node ...
1
vote
4answers
257 views

Pure Javascript based jabber client [closed]

We are developing an HTML5 chat client using strophe.js along with flxhr.js & strophe.flxhr.js. The later js file injects a swf file in the DOM at runtime. Its through this flash it tries to ...
-1
votes
1answer
190 views

Get online users list xmpp with strophe [closed]

I successfully connected to openfire server using strophe librabry. I want a javascript function that returns all users from a conference room. An another question is: how can i set/get current ...
0
votes
0answers
76 views

xmpp based web chat

I'm developping a web chat, based on XMPP. Currently I make a connection for each page, while I think it waste too much system resource. Does anyone have some good suggestions? Using openfire + ...
1
vote
1answer
75 views

Does Facebook chat platform support BOSH?

I've read a relative question(Integrating Facebook Chat) 's answer whitch said Facebook does not do S2S federation, only C2S, so you will have to use that as your XMPP server (or implement ...
1
vote
1answer
227 views

BOSH module not started: Ejabberd / Strophe setup issue

Am trying to setup Strophe with Ejabberd on Ubuntu 12 (Linode latest version) using the internal Ejabberd webserver to serve the chat. The test urls (http-bind and admin) both work. JWChat works. ...
0
votes
0answers
106 views

What's the current support for websockets XMPP client in web browsers?

What's the current (spring 2013) support of WebSockets technology in XMPP clients implemented in web browsers? I have read it's possible to turn on WebSockets module on the server (for example via ...
1
vote
1answer
186 views

XMPP and Strophe

I want to connect to xmmp via Strophe , I have configured anything I use WAMP on my system to run localhost php I have enabled Script Syntax in openfire admin I have configured APACHE httpd.conf ...
0
votes
1answer
110 views

Send google group chat invite to non-contacts

My requirement is that I need to send a google group chat invite to to people who are not in my contact list. From my application I am able to create room on groupchat.google.com. I am able to invite ...
0
votes
1answer
45 views

Connect to Google Account without setting SRV Records

Is there any way I can bypass the setting SRV records. How can you connect to mycompany.com which is a google account, without having to set the SRV records. I am using the combination of Strophe + ...
0
votes
1answer
198 views

strophe.js - XMPP Connect to Google account using X-OAUTH2

I am using strophe.js for implementing XMPP to connect using google account. I am already using Google OAuth for login into my application using the OAuth token. How do I use the X-OAUTH2 mechanism to ...
0
votes
1answer
193 views

Register XMPP-Account using the Strophe.js-Register-Pluging

I try to register a xmpp-account using the strophe-register-pluging (https://github.com/metajack/strophejs-plugins/tree/master/register). It works fine with the connection manager from example ...
0
votes
0answers
90 views

openfire-XMPP-Strophie-https

I have created a web based Chat-application which is connected to open-fire server using strophe XMPP on the port 7070. Now I want to connect to SSL port (7743). I have hosted my application on IIS ...
1
vote
1answer
299 views

XMPP strophe, get presence roster

How can I get a the online presence of my "friends" using Strophe lib for JS? Not the roster, even the single presence ( or have I to do 1 req/user in roster? ) Usually I'm notified only at 'presence ...
0
votes
1answer
111 views

Login to gtalk with strophie and punjab

I have setup punjab on port 5281 and ejabbered xmpp server. I am coding a client using strophe.js and able to successfully login and chat with the users on three different domains that i have created ...
0
votes
1answer
139 views

XMPP Multiple tabs synchronize sent message

I am implementing an Openfire chat client in a web site with Strophe.js. I managed to get multiple sessions and multiple windows reloading page and reconnecting back. Now I have challenge in restoring ...
1
vote
1answer
237 views

Spotify App Strophe.js cannot connect to nginx/ejabberd combo

So I set up an ejabberd XMPP server and use nginx as a proxy on an EC2 instance. The Strophe.js echobot example can connect from my Chrome browser. Here are the Request Headers: Request ...
0
votes
0answers
190 views

I need Strophe jingle plugin Documentation or any tutorial/example

I have created the browser based chat client which uses strophe JavaScript lib to connect to openfire server. Now i need support for VOIP and video stream feature in that application. I have checked ...
0
votes
1answer
188 views

Strophe JS subscribe callback gets called only once

I am using Strophe JS & Openfire to do simple pubsub. Setup : OS: Windows 7 Openfire : 3.7.0 Strophe JS,Strophe plugin for pubsub. Tomcat 6:Serving webpage Use case: Two browser Window ...
-1
votes
1answer
198 views

Strophe session attachment — 403 forbidden

I am working on an XMPP web application which need to include session attachment. I am using Openfire XMPP server. I have successfully implemented the server side attachments where the session is ...
0
votes
1answer
208 views

XMPP— openfire,PHP and python web service

I am planning to integrate real time notifications into a web application that I am currently working on. I have decided to go with XMPP for this and selected openfire server which i thought to be ...
0
votes
2answers
135 views

How to route groupchat message in Strophe

I have an incoming message that looks like this... <message from='pinza@some.com' to='tulyar@some.com' type='groupchat' xmlns='jabber:message:group_chat_test'> ...
0
votes
1answer
428 views

404 not-found after setting proxy in apache for BOSH

I am tryting to setup BOSH with openfire , after enabling it , i have set the proxy for apache as follows <VirtualHost XX.XX.XXX.XXX:80> ServerName mydomain.com ServerAlias ...
0
votes
2answers
938 views

enable http-bind on openfire

I am trying to enable BOSH connection over Openfire so that i can create a XMPP client over a web. curretly i am testing it with the strophe.js. the problem is when i try to fire following url in a ...
0
votes
1answer
59 views

Presence information of Publishers in PubSub

Setup: I have setup a pubsub service wherein the publishers publish geolocation data at regular intervals. The subscribers receive the location data of the publishers. The subscribers are not ...
1
vote
1answer
380 views

Connection failure when using strophe with ejabberd bosh to connect to jid account on localhost

I have installed ejabberd on my machine and its running fine. localhost:5280/admin localhost:5280/http-bind It is also displaying "ejabberd mod_http_bind An implementation of XMPP over BOSH ...
2
votes
1answer
373 views

Strophe.Connection.addHandler no works if call Strophe.Connection.sendIQ

I have a question about the Strophe.Connection.addHandler and Strophe.Connection.sendIQ. The code below can works: Strophe.Connection.addHandler(context.onMessage, null, 'message') onMessage = ...
0
votes
1answer
146 views

Ejabberd mod_acrhive_odbc internal-server-error

I am trying to retrieve a collection of a messages from ejabberd server with Strophe. I use query: $iq({type: 'get'}).c('retrieve', {xmlns: 'http://www.xmpp.org/extensions/xep-0136.html#ns', ...
0
votes
1answer
141 views

Configure a pubsub node with strophe.pubsub plugin for multiple publishers or a create a whitelist

How do I use the strophe.pubsub plugin to configure a node for multiple publishers or a whitelist, e.g. "pubsub#leaf_node_association_whitelist" variable? I tried to pass in an array but this didn't ...
1
vote
1answer
216 views

How to use strophe.plugins with backbone and require.js

I use the strophe.archive plugin but the done function of the Deferred object seems to be "undefined" after Strophe sends the query. I also added the plugin to the "shim" of require.js: var q ...
0
votes
1answer
171 views

file transfer in xmpp using strophe

I know this type of question is posted earlier also. But I didn't got any answer on that link. I am using open fire server, XMPP, and strophe for html chat client. now I want to transfer image to all ...
0
votes
1answer
239 views

Tracking MUC room list with XMPP (ejabberd)

I'd like to allow a client to keep track of the list of rooms on a multi-user chat service provided by ejabberd. This would require receiving notifications of room creation/destruction and presence ...
0
votes
0answers
72 views

XMPP MSN return empty see-other-host [duplicate]

When I try to connect with MSN, in the first request y obtain the next error: <body xmlns="http://jabber.org/protocol/httpbind" type="terminate" condition="remote-stream-error"> <error ...
0
votes
1answer
101 views

subscriber list of a pusub node in xmpp

I want list of all the subscribers (jid of subscribers) who are subscribed to my pubsub node.I am using strophe.js. I have done it.but its not working properly:- $iq({to: service, type: "get"}) ...
0
votes
0answers
108 views

getting all the items from xmpp pubsub node each time we login

I am creating a pubsub related application in html where I have to create a pubsub node. I want to fetch all the items from the node each time user login(subscribe) to node no matter whether user have ...
0
votes
1answer
299 views

creating a xmpp pubsub node using strophie

I am creating a pubsub related application in html where I have to create a pubsub node.I have seen in 'Professional XMPP Programming with JavaScript and jQuery' how to create anode.but In the book ...
3
votes
1answer
2k views

Handling presence in Strophe.js-based chat application

Is there any existing solution which provides the presence handling for chat app based on Strophe.js? I have simple chat application based on Strophe.js. I'd like to show only the users who are ...
2
votes
0answers
702 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 ...
0
votes
1answer
349 views

Backbone and Strophe muc plugin: Handle incoming events

I get the last messages sent to the room which will be also displayed in the View but if a new message comes in the Strophe event handler does not fire although I see incoming message stanza over the ...
-1
votes
1answer
282 views

Punjab does not consistently acknowledge that it is getting messages from strophe

First, thank you in advance for taking a look at this problem with me. I'm currently using strophe.js to connect to Punjab over a BOSH connection, which ultimately forwards the messages to Openfire. ...
0
votes
0answers
49 views

strophe.js perform keyword searching

How to perform keyword searching in strophe.js? (js library for xmpp). In xmpp, keyword searching is specified in xep 0055 . but does strophe provide support from keyword searching?
1
vote
0answers
109 views

posting images to xmpp pubsub nodes

I'm reading Jack Moffit's book Professional XMPP Programming and I've got some questions which is the right solution on my current issue. I'm building primarily an XMPP application where mainly text ...
2
votes
2answers
957 views

How to implement facebook chat using XMPP and BOSH

I am developing a php based website. i want to implement Facebook chat in it. My question is that how i can use XMPP with BOSH. what is the relation of XMPP and BOSH. is there any sample source ...
1
vote
1answer
233 views

Should Presence Be Broadcast to an XMPP Server When Attaching (not connecting) via Strophe?

The XMPP spec states that the client should broadcast presence upon connecting to an XMPP server. Strophe has two methods to "connect" to an XMPP server: connect and attach. Connect does a full ...
0
votes
1answer
241 views

Using strophe attach() instead of connect() doesn't work unless I trigger my connected callback twice

I'm using prosody XMPP server and trying out chapter 3 example from "Professional XMPP Programming with JavaScript and jQuery". It is basically ping - pong example and it works fine. Problem is when I ...
1
vote
0answers
415 views

unable to connect to openfire using strophe in phonegap app

I am creating a phonegap application which tries to connect to xmpp server (openfire in my case) using strophe...but I always get Status.CONNFAIL as status in my call back function. what could be the ...
0
votes
1answer
432 views

Openfire: create users with SASL Anonymous in openfire server

is it possible to create new users (In-band registration) using anonymous user using Strophe.js like in the example here: ...

1 2 3