Strophe.js is an XMPP library for JavaScript

learn more… | top users | synonyms

0
votes
1answer
19 views

How to xmpp web-chat multiple tabs

i have web-chat from xmpp-server Openfire 3.8.1 and StropheJS. Connection is by XMPPHP. A Strophe attached session from cookie. If web-chat open in two tabs are window, strophe is disconnecting. How ...
0
votes
0answers
42 views

Multiple Connections to Openfire using Strophe inside nodejs

I currently having following problem. I am writing a layer between a Openfire-Server and Chat-Clients in nodejs. The layer interface to the client side is using websockets, while the ...
1
vote
1answer
36 views

Call intern asyn callback more than once

Is it possible to specify the circumstances the asyn callback should be called in intern? Let's say we have a test testing a method which performs several XHR Requests in a row. Specificaly, I'm ...
0
votes
1answer
92 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
103 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
1answer
81 views

Django + Strophe + ejabberd - troubles with attach and groupchat

I try to use strophe + ejabberd to make something like webchat. What i've done already: when I login to website, i also authenticate to ejabberd (to achieve RID and SID), after login is finished, i ...
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 ...
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
276 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 ...
0
votes
0answers
35 views

Strophe MUC plugin having issues with IE, works fine in Chrome and Firefox

"onConnectCallback" method is invoked properly and displaying log messages in console. connection = new Strophe.Connection(BOSH_SERVICE); connection.connect('siri@localhost', 'siri', ...
-1
votes
1answer
202 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 ...
-1
votes
1answer
81 views

login anonymous openfire

I followed this : Anonymous Login in Openfire with Strophe i put the domain as the username and password null. The openfire propertie xmpp.auth.anonymous = true i tried many configurations e ...
0
votes
0answers
78 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
77 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
237 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. ...
-1
votes
1answer
154 views

Facebook-Chat Javascript Client - Server in the middle needed [closed]

I'm thinking about integrating the Facebook-Chat into my website. Therefore I want to implement a Javascript-Client that connects to the Facebook-Chat. I found that I could use StropheJS to handle the ...
0
votes
0answers
111 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
192 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 ...
2
votes
0answers
126 views

Strophe gets invalid SID

I'm building a web based client with strophe and jquery and I'm using openfire as server. Almost everything its working, I can get the roster list, send and receive messages, but when I'm trying to ...
0
votes
1answer
115 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
46 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
202 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
199 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
91 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
302 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
118 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
143 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
239 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
191 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
191 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
206 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 ...
1
vote
0answers
132 views

unable to connect XMPP server using stropher.js

When i connect to XMPP server using stropher.js it give connection status as 1 = The connection is currently being made What is the problem for this status. code is as below for connection. it ...
0
votes
0answers
110 views

Load Canceled error while making connection with BOSH

I am trying to establish BOSH with openfire and nginx as a proxy and using strophe.js to fire HTTP request but the issue is when ever i hit the server with following url to make connection with BOSH ...
0
votes
1answer
210 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
136 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
437 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
975 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 ...
1
vote
0answers
171 views

strophe.roster (backbone-xmpp library) and Strophe.muc plugins collide

I use Strophe.muc plugin and the backbone-xmpp's strophe.roster plugin (backbone-xmpp ) and if I use both simultaniously the presence stanzas (sometimes) will not be handled by any of the specified ...
0
votes
1answer
125 views

fulljid is empty after connection to BOSH service with XMPHP

I am trying to pre-bind an XMPP session via XMPHP and pass the rid/sid/jid to a strophe client to attach to the session. connection code here: $conn = new CIRCUIT_BOSH('server.com', 7070, $username, ...
0
votes
1answer
60 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 ...
0
votes
0answers
47 views

How to get rid from keep alive with Strophe

How can I create an event listener in Strophe that will take request id (rid) every time when keep alive is called? Thanks, Vladimir
0
votes
0answers
117 views

Strophe.js - Internet Explorer CONNFAIL

Works just fine in all browsers but in IE (9 and 8) CONNFAIL all the time. Has anyone had a same problem?
1
vote
0answers
144 views

Candy/Strophe with Ejabberd http-bind gets 404 on sending messages too quickly without waiting

I was recently working on a web application that uses Strophe.js (http://strophe.im/strophejs/) behind Candy (http://candy-chat.github.com/candy/). The client gets a 404 from ejabberd due to invalid ...
0
votes
1answer
160 views

Adding facebook user to my jabber roster

I have chat build on strophe. When I try to invite my facebook xmpp username I got this on my server: Trying to open s2s connection: pregmatch.org -> chat.facebook.com with TLS=true s2s ...
1
vote
1answer
384 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
375 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 = ...
1
vote
1answer
163 views

Strophe.muc plugin and backbone inproper callback binding

After the first group message the strophe.muc plugin doesn't react on the following messages. I get the first presence, message and roster from the room, but all subsequent messages and presence ...
0
votes
1answer
147 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
142 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
220 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 ...

1 2 3 4