Questions tagged [strophe]

Strophe is a collection of libraries for speaking the XMPP protocol.

While most XMPP libraries and implementations are focused on chat-based applications, Strophe takes a grander view. It has been used to implement real-time games, notification systems, search engines, as well as traditional instant messaging. The implementations are production ready, well documented, easy to use, and easy to extend.

There are currently two members of the Strophe family of libraries.

Strophe.js

Strophe.js is a JavaScript implementation targeting browser-based clients. It uses BOSH, a binding of XMPP to HTTP using long polling and WebSockets, a full-duplex single socket connection to a server. Strophe.js makes creating real-time web applications easy.

libstrophe

libstrophe is a C library for XMPP clients and components. It has very minimal dependencies and was designed with both POSIX and Windows systems in mind.

469 questions
-1
votes
1 answer

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 created and I get the sid and rid of a session.…
mlakhara
  • 235
  • 3
  • 11
-2
votes
1 answer

ejabberd Websockets Presence

I'm trying to implement a XMPP Client with Strophe.js. I installed ejabberd and use it over Websockets and I installed Adium for test uses. I tried to get the presence information from other clients, but when I track the connection via Wireshark, I…
benu
  • 59
  • 1
  • 12
-2
votes
1 answer

how to use functions from other js libraries in angular factory and controllers?

Is there any way I can use functions of these libraries in my angular factory?
HIRA THAKUR
  • 17,189
  • 14
  • 56
  • 87
-3
votes
1 answer

How implement seen by and message carbon feature in XMPP ( Openfire server) using Strophe.js?

I am trying to develop a chat application based on XMPP using Strophe.js. Important Points:- 1) Server- Openfire 3.9.3 2) client- Strophe.js Messaging is working fine but I want to implement the seen by and message carbon feature just like Whatsapp…
Ajay
  • 17
  • 5
1 2 3
31
32