Strophe.js is an XMPP library for JavaScript
6
votes
1answer
983 views
How to call jquery trigger from gwt?
public static native void doConnect() /*-{
$wnd.jQuery(document).trigger('connect',
{
jid: 'sss',
password: 'sss'
...
4
votes
2answers
1k views
XMPP web chat: how to resolve multiple tabs/windows?
We have a site and we developed a chat system for it using strophe.js library and ejabberd XMPP server. We use session attachment that was initiated with PHP (using an in-house library). What we do is ...
3
votes
0answers
269 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
2answers
928 views
Is it right that Strophe.addHandler reads only first node from response?
I'm starting to learn strophe library usage and when i use addHandler to parse response it seems to read only first node of xml response so when i receive a xml like that :
<body ...
2
votes
3answers
1k views
architecture to Facebook-chat from a webpage, (XMPP? Strophe? Punjab?)
I would like to implement FB-chat inside a webpage. I looked around in Facebook API, i found out that chat is allowed only using XMPP. First I tried to connect to FB-chat using Pidgin and it worked ...
2
votes
1answer
356 views
libstrophe and Strophe jabber id, session id, and request id
For XMPP instant messaging, I am using libstrophe (C library) to automatically create a connection for my users when the login into my site. This happens on the server side. Then on subsequent page ...
2
votes
1answer
699 views
Disconnect Strophe Connection on Page Unload
I've written a web-based MUC client using strophe.js and jQuery and I'm trying to send an
unavailable presence to the room and disconnect the user in the jquery
unload event for the window. If a ...
2
votes
2answers
1k views
Anonymous Login in Openfire with Strophe
I am running openfire 3.6.4 and connecting with Strophe library. The setup is working fine. Now i want to do one thing i want a anonymous login for my application and that login should also get ...
2
votes
2answers
1k views
Session resume problem with Strophe attach and Ejabberd
I'm having a lot of difficulty getting strophe's 'attach()' function working.
I am working on a social network where users will be surfing pages and at the same time keep their chat connection on. I ...
2
votes
2answers
220 views
run javascript at serverside
Is there any way to run one same instance of JavaCcript(jQuery) on the server side and call it from a Java method? :)
I am interested to know whether it is possible to run it on the server side ...
1
vote
1answer
100 views
querying openfire message archive
I'm playing around with strophe and Openfire 3.7.1 (with user-service and monitoring plugin).
I've read in http://xmpp.org/extensions/xep-0136.html (7.2 Retrieving a Collection)
that I could retrieve ...
1
vote
1answer
75 views
Extracting SID using Session PID & JID
I am trying to find a way for extracting SID of a bosh session (ejabberd) using PID and JID so that I can use it in ejabberd_sm:unset_presence, I have searched everywhere but can't find a way to do ...
1
vote
0answers
247 views
XMPP file transfer using Strophe library
Can anyone let me know the implementation of file transfer in XMPP using strophe
library
1
vote
1answer
647 views
Integrating Google Talk to web app using strophe.js and punjab
I'm trying to integrate Google Talk (a.k.a. gtalk) into my web app. It's going to be a tight integration, so Google Talk chatback badge, and embedding Google's flash based web client using an iframe ...
1
vote
1answer
211 views
strophe.js PEP handler not attaching properly
I have been using a PEP plugin (found here: https://github.com/flosse/strophejs-plugins/blob/master/pep/strophe.pep.js) to connect to a users node however I am having some trouble. When my connected ...
1
vote
1answer
407 views
XMPP - Example chapter 3 “Professional XMPP Programming with JavaScript and jQuery” doens't work
I am just new to XMPP, and I am making the first "HELLO" code. Please take your time look at the following code (the .zip is at the end of this topic):
<html>
<head>
<title>Hello - ...
1
vote
1answer
645 views
facebook chat using strophe, punjab
using the answer of my previous question and another post I tried to implement facebook-chat from a browser. Here is what I did:
on an ubuntu virtual machine, I have python 2.6.5, ...
1
vote
0answers
225 views
Implementing custom (Facebook Platform) authentication in Strophe
I'm trying to integrate a Facebook chat in a web application. I have to use Facebook Platform Authentication but AFAIK there's no built-in support for this in Strophe . So I ask :
Q:
Is there a ...
1
vote
1answer
534 views
Using Xmpp, strophe.js for chat application
Actually I am trying to create users in the ejabberd server using strophe library.. I got one code for little same like below (this code is developed myself):
chat.js
var stanza = $iq({to: MUC_ROOM ...
1
vote
2answers
273 views
Unable to run Punjab
I downloaded Punjab from Github. I also have Python 2.7, Twisted Python 10.2, OpenSSL required to run Punjab. I was able to install Punjab successfully but while running it reports "twistd is not ...
1
vote
2answers
801 views
Integrating Facebook Chat
I have been asked to integrate Facebook Chat to my application using JavaScript only. I cannot use X Facebook platform authentication as it needs a domain URL. So my option is to set up an XMPP chat ...
1
vote
1answer
368 views
XMPP Punjab BOSH connection manager giving 405 while using Strophe.js
Configuration:
Windows 7
Python 2.7
TwistedPython 10.2.0
Latest Punjab on GitHub
I started Punjab from the command line with: "python c:\python27\scripts\twisted.py -y punjab.tac"
I can hit the ...
1
vote
1answer
317 views
Is it possible to add a contact to buddy list with out subscribe request?
I have developed MSN, Yahoo and Facebook Instant Messaging using ejabberd, strophe and transports. Every time when legacy user register him self with his credentials to transport, he has to authorize ...
1
vote
1answer
485 views
strophe to register user on ejabberdctl
I would like to add a user on ejabberd server using strophe with out typing ejabberdctl register uname servename passwd at command prompt. Is it possible to implement?. Is there any
XMPP protocol ...
1
vote
1answer
364 views
Facebook with Strophe and punjab
I am new to xmpp.I created my own ejabberd server and tried to
implement facebook chat through it, but it is giving the response as "
remote connection failed". I also tried with punjab but not
...
1
vote
4answers
674 views
real time notifications using xmpp
I am looking to include two features in my app using xmpp. The first one is a one-to-one chat which is almost complete (using strophe) and the second one is real time notifications just the way it ...
1
vote
0answers
337 views
Ejabberd and Strophe problem: “terminate: Deleting session”
I'm "fighting" with this problem for more than 3 days and have googled just everything related that can come to my mind.
So, I want to setup Strophe and Ejabberd in order to create a basic chat ...
1
vote
5answers
2k views
What is strophe and how to use it with JQuery?
Can somebody explain what strophe is?
I believe it has something to do with XMPP?
How can I incorporate it into a site using Jquery?
0
votes
0answers
11 views
get list of online user using XMPP stanza in facebook chat
I want to fetch the list of all online users in facebook chat , using XMPP iq stanza
can anyone tell me that which request i have to send to facebook chat server
so far i have tried to access ...
0
votes
0answers
35 views
+200
remote-connection-failed when connecting with Facebook Chat
i am trying to integrate Facebook Chat on my jQuery Mobile and considering following
But when i turn on the server ( punjab ) , and put the following necessary credential in javascript related to ...
0
votes
1answer
25 views
how to use strophe with XMPP or Pujab
I have successfully installed following items as i want to Integrate Facebook Chat Into my web page
Python
Punjab
Twisted
on my windows XP , but now i want to use strophe library , to connect with ...
0
votes
0answers
9 views
Anonymous Login to Open fire With Strophe
I want to login to Openfire Server anonymously. I have tried with null username and password but not able to login. I have used Strophe on client side. Please Help me and give any suggestions. Thanks ...
0
votes
1answer
46 views
how to create new group in xmpp server
Am using Strophe.js library for communication between my application with XMPP(Openfire) server.
I want add user with group,
How can i create new group?
How can i mention group name with add buddy ...
0
votes
0answers
35 views
JS library Strophe (WEB Jabber chatting) upon Nginx
Merry Christmas everyone!
I've decided to run web-based JMPP client on my VPS (Gentoo based), but first I've decided to play around it on my local Ubuntu laptop,,
So I've installed
apt-get install ...
0
votes
1answer
27 views
Writing start-end notification
How can we send a notification to the other party when a client began to writing? (And also when ended up writing)
0
votes
0answers
25 views
PEP handling with tigase server
Originally I was using an openfire backend for my web based chat client. But since its pep did not work with clustering, I had to migrate to tigase.
Chat works fine with tigase, I haven't gotten to ...
0
votes
1answer
34 views
Javascript way with StropheJS for a clean exit when you close the chat window
So here's the predicament - I'm currently using StropheJS which hooks into an Openfire server, and I am trying to trap the event of physically closing the browser that the chat application is running ...
0
votes
0answers
43 views
Why there is no error thrown with Strophe.js?
Example code:
var connection = null;
function onConnect(status) {
im_a_big_error.log('wtf');
// Why it doesn't throw me an error here ?? ...
0
votes
0answers
91 views
Strophe and Ejabberd (Web IM) - attach to existing session
i have problem with attaching to existing session in my web im backended with Ejabberd XMPP server. I am using Strophe library. I have login site and there is only one login form. When user puts login ...
0
votes
1answer
62 views
How do I detect a disconnected session with Strophe.js?
Assuming long chat conversations, the connection between Jabber chat clients is likely to get disconnected eventually.
How does one go about detecting that a connection from a Strophe.js based jabber ...
0
votes
1answer
132 views
Multiple simultaneous XMPP connections using Strophe and Openfire
I was wondering if anybody has experience using a single javascript client to establish multiple connections to an Openfire server over BOSH. It seems like if I try to establish more than 4 or 5 ...
0
votes
1answer
74 views
Strophe sending double request on page unload
I have written an XMPP client with jQuery+Strophe. It all works well (1-on-1, presence, MUC, etc) and is contained within a jQuery-plugin. However, when the page unloads, it sends 2 final requests ...
0
votes
2answers
188 views
FB Chat API - Authenticating X-FACEBOOK-PLATFORM using Strophe
I am trying to connect to FB Chat using the X-FACEBOOK-PLATFORM authentication technique. I am currently using the Strophe library.
Everything else is done and working, I saved this bit for last (I ...
0
votes
1answer
363 views
Rendering tabs (jquery ui) with Backbone.js & underscore.js
I'm currently playing with strophe.js, backbone.js & wijmo (UI library based on jquery UI) and working on a chat interface. I have two dialog boxes, one is the contacts list, the other one will be ...
0
votes
1answer
74 views
this reference in Strophe stanza handlers
I have an object for each room I'm joining with Strophe. This object contains a function for handling presence stanzas for this particular room.
function Room(name, someData)
this.name = name;
...
0
votes
1answer
44 views
Ejabberd Stanza Execution Order (Grouped together)
I am trying to find out the execution order of XMPP stanzas, I am using Strophe + Ejabberd and if I send a request like this.
<body rid='someRID' xmlns='http://jabber.org/protocol/httpbind' ...
0
votes
1answer
52 views
XMPP Chat works with client not within web
I've created a XMPP Chat Web application. If I chat between web and client it works perfectly fine. However, if I chat between two web windows it doesn't work properly. It shows only first message and ...
0
votes
0answers
86 views
File transfer using strophe library
How the files can be transferred between users in a chat using strophe library in XMPP
0
votes
1answer
145 views
Invisible users in XMPP Multi User Chat (ejabberd 2.1.8)
I need a configuration that will allow me to join to Multi User Chat rooms in invisible mode. Such that joining contacts will not broadcast their presence to other members of the chatroom.
They ...
0
votes
0answers
61 views
Does JSJaC provide functionality roughly equivalent to strophejs?
https://github.com/metajack/strophejs seems like a good way to go when trying to implement a client-side jabber client in Javascript. I'm wondering whether https://github.com/sstrigler/JSJaC provides ...