Bidirectional-streams Over Synchronous HTTP

learn more… | top users | synonyms

0
votes
0answers
15 views

What's wrong with my XML script (XMPP over BOSH)?

I've been developing XMPP client that support XMPP over BOSH (I don't think to use third-party library). I've read XEP-0206 and XEP-0124. But, when implement this XEPs, I got empty child of body node ...
1
vote
0answers
23 views

how to implement XMPP over BOSH for iOS? any known library?

I know about robbiehanson/XMPPFramework and also know that it doesn't support BOSH so please don't bother to give links to its git page. I also know about directi/XMPPFramwork which is a fork of ...
-2
votes
1answer
15 views

How to avoid long-lived tcp connection in XMPP so that server can handle millions of users?

If answer is "using xmpp BOSH", then to use BOSH, we need to have in-between CM (Connection Manager) server that would interact with xmpp server. So that xmpp client to CM interaction will then happen ...
0
votes
0answers
38 views

Smack-bosh XMPP conection

I am using smack library with bosh (library compiled from http://svn.igniterealtime.org/svn/repos/smack/branches/bosh/smack-bosh/). I have a problem: I manage to connect to the server over bosh, and I ...
0
votes
0answers
24 views

jaxl counld not connect openfire via bosh

When I'm running the following code, it comes an error (Fatal error: Maximum execution time of 30 seconds exceeded in E:\wamp\www\chat\vendor\abhinavsingh\jaxl\xep\xep_0206.php on line 123). But when ...
0
votes
2answers
71 views

Error setting up CloudFoundry 2 on AWS (AWS::S3::Errors::AccessDenied)

After watching this awesome demo video, I've been trying to setup a CloudFoundry2 installation on AWS according to the docs and keep running into issues. I'm on OS X, so I ended up installing rbenv ...
0
votes
0answers
26 views

BOSH connection is aborted when chrome's back button is clicked

I have a webchat application which uses jsjac.js BOSH library to connect to the jabberd xmpp server. Since, we use BOSH http bind technology for chat connections, the basic working involves alive http ...
0
votes
0answers
36 views

Cannot get anything about services from cloudfoundry

Cloudfoundry has been deployed by BOSH. I do connect to local cloudfoundry site and login local site. I successfully push Java Web application onto local site. This Java Web application can be ...
0
votes
0answers
39 views

Health of the app that is pushed onto cloudfoundry is 0%

Cloudfoundry has been deployed by BOSH. I do connect to local cloudfoundry site and login local site. I successfully push Java Web application onto local site. This Java Web application can be ...
0
votes
1answer
203 views

Cloud Foundry - Installing Micro Bosh in a VM ( OpenStack )

I have followed the instructions on http://cloudfoundry.github.com/docs/running/deploying-cf/openstack/install_microbosh_openstack.html to install the micro bosh in a VM. I'm a little confused about ...
0
votes
1answer
60 views

Deploy multiple releases on cloud foundry infrastructure

I am trying to deploy multiple releases (e.g. cassandra cf-release, mysql cf-release, elasticsearch cf-release) on a BOSH based CF instance . For every individual release listed above, I have a ...
1
vote
1answer
89 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
votes
1answer
225 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
186 views

Punjab vs Openfire connection manager performance

I'm doing a benchmark test of openfire+bosh. I'm comparing punjab vs openfire built-in connection manager. Following is my test setup : Server : VirtualBox VM running RHEL 6.0 with 2 cpu + 2 gb ram. ...
2
votes
0answers
50 views

Tsung not working with JabberHttpBind

I'm using tsung to test BOSH with openfire and jabberd2. I'm able to test openfire with tsung. But for jabberd2+JabberHttpBind, the authentication itself does not happen. Any clues or tricks to ...
0
votes
0answers
118 views

Error connecting to google server using Punjab

I've installed punjab with (python 2.7.3). I am trying to connect to google server (gmail.com) using emite via Punjab as the intermediate. The server seems to start fine, and I can access ...
0
votes
0answers
85 views

Server for JSJaC XMPP Library

I want to connect a JSJaC-Client with an OpenFire XMPP-Server. Unfortunatley both hosting domains differs so I want to use a stand-alone xmpp connection manager hosted in the same domain as the client ...
0
votes
1answer
148 views

Cloud Foundry multi-node environment RestClient Request Timeout during VMC push

I am using VMC 0.3.18 and I set up my environment like the one discussed here: http://support.cloudfoundry.com/entries/20407923-single-multi-node-vcap-deployment-using-dev-setup Each VM VCAP status ...
0
votes
1answer
127 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
578 views

Deploy Cloud Foundry v2.0 (next generation). BOSH manifest file error

I successfully deployed full Cloud Foundry on top of vSphere based on this manual and used this manifest file like template (I change a lot of it because it's little bit out of date). Now I realised ...
0
votes
1answer
62 views

How to set up CloudFoudry in my data center

I want to deploy a CloudFoundry private in my data center. I do want to expose port 80 traffic for internet accress. I do not want to expose all the CloudFoundry roles (Cloud Controller, DEA, Haelth ...
0
votes
2answers
161 views

How to scale punjab bosh connection manager?

How can I scale punjab connection manager? server1 and server2 are behind loadbalancer. Not I first got connected with server1. It created the session on second request lets say I got connected with ...
0
votes
0answers
99 views

CloudFoundry Instance. vmc error: “Denied: Operation not permitted”

I was deployed my own Cloud Foundry instance on top of vSphere with uaa settings: uaa: catalina_opts: -Xmx768m -XX:MaxPermSize=256m jwt: signing_key: | -----BEGIN RSA PRIVATE ...
0
votes
2answers
219 views

Can't login into my CloudFoundry instance. SSL error

I deployed CloudFoundry on top of vSphere using BOSH (full BOSH with CF manifest file) with attribute srv_api_uri: http://api.cf.epam.by When I trying to login into my CloudFoundry instance I got ...
2
votes
1answer
48 views

Can I use my existing VM when deploying CF using BOSH

If my understanding is correct BOSH get all the vm it needs by making dynamic calls to vSphere or AWS. Can I pre-provision VM and then hand it to BOSH for deployment?
0
votes
1answer
96 views

Connecting via HTTPS to Prosody

I'm trying to set up prosody to work over https with candy. I've tried configuring SSL and all of the steps listed to get that working but for some reason when I try ...
1
vote
1answer
215 views

Deploying cloud foundry with BOSH - what does a “bosh delete deployment” clean up?

We've just gone through the process of deploying a multi node (34 nodes) cloud foundry using BOSH, with a few hiccups along the way. One in particular was that it took us several "bosh deploy" runs ...
0
votes
1answer
94 views

CloudFoudry BOSH and Ubuntu Juju

I am looking for some gudiance between CloudFoudry deployment tool BOSH and Ubuntu Juju. It looks like they server the same problem. Q1: Is my assumption correct? Q2: When one should BOSH and when one ...
0
votes
0answers
127 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
148 views

get offline messages of publisher

I have implemented XEP-0060 pubsub using openfire , i am able to publish messages over an existing node and i have other subscribers who can get those published messages. now the issue is , i am not ...
0
votes
1answer
472 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
3answers
1k 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
141 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, ...
1
vote
1answer
84 views

Does gloox support BOSH and XMPP over BOSH?

Does gloox library support BOSH(XEP 124) and XMPP over BOSH(XEP 206). Since gloox community is not active I thought this is right place to post this question. Really appreciate any response on this.
0
votes
0answers
153 views

How to integrate punjab bosh connection manager with ejabberd xmpp server

I am using ejabberd as xmpp server and candy chat as client and apache as web server, it is working fine for me, and I want to use punjab as bosh connection manager for persistent connection. I ...
0
votes
0answers
68 views

SoapBox XMPP API

I am using soapbox API and c# to connect with my ejabberd server. I have successfully connected to TCP port, but I am unsuccessful when I try to use http-binding or BOSH on port 5280. I simply dont ...
1
vote
0answers
136 views

J2ME BOSH client to ejabberd

I am writing a J2ME client that must connect to an XMPP server through BOSH. The server I am using is ejabberd. I have two other applications that connect successfully via BOSH to the server. The ...
1
vote
1answer
422 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 ...
0
votes
0answers
132 views

How to implement BOSH connection over TLS over proxy

I am using Gloox library to implement BOSH connection over TLS over HTTP Proxy. I am getting following error: Attempt to receive data on a connection that is not connected (or is connecting) ...
0
votes
1answer
297 views

Is a good idea to set “leastconn” as load balancing method in HAproxy to handle BOSH connections?

I have an HAproxy instance used as load balancer of BOSH (http-bind, http://xmpp.org/extensions/xep-0206.html) servers. It was running with "roundrobin" load balancing method, but I experimented some ...
0
votes
0answers
126 views

Is there any BOSH server host available?

I am planning to develop a website like Meebo, IMO(seems there are many) to integrate MSN, Yahoo, Gtalk, Facebook, etc. What I will use are Punjab, Strophe and primarily on GAE, while it seems I need ...
0
votes
0answers
314 views

The module mod_http_bind is not started

I started ejabberd server and provided DS-001D92DDE38D as host name (My windows machine name). My pidgin client is successfully connected to ejabberd server and htp://localhost:5280/http-bind ...
1
vote
2answers
235 views

ejabberd pubsub unsubscribe issue

I have issues when I try to unsubscribe from a pubsub node. I am writting a BOSH client in js. This is how I subscribe (with a full JID) : <body rid='1023502710' ...
0
votes
0answers
240 views

ejabberd and bosh

I tried to connect to ejabberd server over bosh using gloox library. I am always getting error code 503. Received XML: <stream:stream xmlns:stream='http://etherx.jabber.org/ streams' ...
0
votes
0answers
297 views

pidgin always show connecting

I need to connect pidgin to xmpp server on BOSH. My xmpp server is ready with http-bind. But pidgin always shows connecting message and it never connects. If i connect with xmpp without BOSH, it got ...
0
votes
0answers
161 views

Installing Bosh - gerrit: Command not found

I installed a clean ubuntu 10.04 and put up ruby. I installed the gerrit gem and tried to clone the repository and received gerrit: command not found sclu120@sclu120:~/ruby-1.9.2-p290$ gem install ...
2
votes
1answer
272 views

No response from server while publishing to node

I am trying to get the node (in android and using asmack library ) and trying to publish some content over that node , but unfortunately when node = (LeafNode) ...
0
votes
0answers
274 views

feature-not-implemented error in pubsub xmpp

I am trying to create a node in ejabberd and BOSH Manager based on pubsub model. But when i try to do the same i am getting feature-not-implemented error. and i really don't know what is the reason ...
0
votes
1answer
421 views

create a pubsub node in xmpp

I am trying create a node in ejabber using XMPP and BOSH Manager. But I want to know what values need to be passed in a create node stanza. Following is the format of create node stanza but i am not ...
0
votes
1answer
441 views

Not logged in to server while login into a server

I am trying to connect with ejabber using BOSH Manager in android with the help of asmack library. but i am getting following error. Caused by: java.lang.IllegalStateException: Not logged in to ...

1 2 3