xmpp

Best XMPP Library for Python Web Application

Hi, I want to learn how to use XMPP and to create a simple web application with real collaboration features. I am writing the application with Python(WSGI), and the application will require javascript enabled because I am going to use jQuery or Dojo. I have downloaded Openfire for the server and which lib to choose? SleekXMPP making tro...

Is there an open source WebSockets (JavaScript) XMPP library?

Has anyone written an open source XMPP library that uses WebSockets and is meant to be run by a browser? ...

Using AppEngine XMPP for Client Notifications

I've been looking for a way to tell clients about expired objects and AppEngine's XMPP implementation seems really interesting because it's scalable, should be reliable and can contain up to 100kb of data. But as I understand it, before a client can listen to messages, he should have a gmail account. That's very impractical. Is there ...

File transfer using XMPP

I am using Jabbernet DLL to implement a c# based XMPP client with some customizations specific to my project. I want to support file transfers in my XMPP client. From what I could google/read, This can be done using Muzzle DLL that's available. I could not find any documentation/example to do this. Can any one point me to a link/example...

Openfire pubsub#collection (multiple parents implemented?)

I've been checking out OpenFire recently and am now trying to ascertain whether I can make a pubsub node with multiple collection nodes as parents. It would be very handy for the architecture I have in mind. Unfortunately, while the XEPs make it very clear this should be possible for an appropriate hierarchy of nodes, I can't tell whic...

Best python XMPP / Jabber client library?

What are your experiences with Python Jabber / XMPP client libraries? What do you recommend? ...

Openfire - Groups not updated on Roster from Database using custom DB

Hi, I made this question over at the Openfire groups, but it seems to be pretty quiet out there. Maybe someone here at SO works with Xiff/Openfire and has a clue about this: We are using an external database for users and groups, on Openfire 3.6.4 through Xiff 3.0 beta with our own client. When a user is added on our database, the rost...

free XMPP/Jabber library for Silverlight

I need to create a silverlight chat application. I know that there is a library called Japper-net but it only works for .NET applcations and not for silverlight. My question is: Is there any free XMPP/Jabber client library for Silverlight? ...

Low-latency, large-scale message queuing

I'm going through a bit of a re-think of large-scale multiplayer games in the age of Facebook applications and cloud computing. Suppose I were to build something on top of existing open protocols, and I want to serve 1,000,000 simultaneous players, just to scope the problem. Suppose each player has an incoming message queue (for chat a...

How to build a client to Google wave

Hi, By looking at current Google wave APIs, I can't find a way to create an alternative client. It's not a robot or gadget, and the embed API is very slim. Nevertheless, I do see some clients out there - such as Waver and Waveboard. How do they do it ? is it based on XMPP ? ...

Why do all twisted/wokkel xmpp examples ignore the proper usage of JID in the xmpp protocol?

Okay, this isn't a question. All the examples of wokkel and twisted I have seen do not properly observe generated resources in the JID. Google talk clients built using wokkel/twisted generally break because they do not set the full JID on responses, resulting in (very hidden, low level) errors like: <message to="[email protected]" from...

iCHAT trouble with XMPP DIGEST-MD5 login

I am working on XMPP server development and trying to get ichat work with our server. The authentication mechanism used is DIGEST-MD5. At login, the client seems to close the connection as soon as it receives the challenge from the server. I would like to understand whats happening on ichat side and why it doesn't respond. Any pointe...

How to query a contact for its PubSub using Python's xmpp?

I'm writing a XMPP bot in Python (using xmpppy). I want (after user's request) check his PubSub status (mood, tune) and do something with it. How do I do that? I know how to parse a stanza send by user when he changes status but I don't know how to force him to send me such stanza. ...

Need help in zeroing on webbased xmmp group chat client

Hi , I need a webbased group chat client that can interact with various xmpp servers. I did some research and found muckl , speeqe and tigase minichat but I have one more issue I am deploying my site on shared hosting. So want to know if anybody has installed any group chat software on shared hosting ( like bluehost ) and which will b...

JavaFX call back from Java with Smack API (xmpp)

Hello, I'm new to Java and JavaFX and playing around with the Smack API for instant messaging. At moment I have a java file working for loggin in/out of a jabber server (Openfire), send message and receive messages. Log-in/out and send message is called from a javafx file. However, I'm struggling to get received messages to be displayed ...

Is there any free live support solution that would ease implementation of a basic online help-desk?

I'm looking for a free or inexpensive solution to give live online support to web visitors. I would like something based on Jabber/XMPP because it's an open protocol. This should work like this: The company would use 2-3 jabber accounts like Google Talk for providing support Online chat form that would connect to one of currently onl...

XMPP C# Interaction

I am trying to connect via c# and via javascript to an xmpp server (currently ejabberd). Im having a little trouble conceptualizing how the connections will exists. Backstory: I have a game engine that will take input from the user and send some kind of response back to them. The user may be a windows app, a web app, all needing to con...

Can GAE act as an XMPP server?

Hi, I'm thinking of building a multi-player game using GAE. When player A makes a move, I'd like to record the details and then let player B know about the move. I thought that I might get some open-source XMPP library in my client and notify presence to my app if that is possible? I wouldn't want to force the player to sign-up to a se...

possible to use more then 65535 ports for Xmpp PubSub or Comet implementation ?

Hi, In Comet/Reverse Ajax/PubSub underlying technology/fundamental is Long polling. So connection is kept open for a minute or so.. And as per my little knowledge about networking and OS, TCP/IP supports only 65535 ports, so my question is how any server can support more then 65535 connections concurrently? In application I am building...

Jabber / XMPP library for Delphi 7.

Hi! I am looking for xmpp / jabber protocol implementation for Delphi 7. IP*WORKS! is one of solutions, but it is expensive. I saw Any complete library for Jabber in Delphi? question and JOPL was the answer, but it is not for Delphi 7. What do you use for Jabber and Delphi 7? ...