jabber

Jabber Openfire server v3.6.0a+ - how do I use Hybrid authentication?

I'm setting up a Jabber server for my website. I've already got some user accounts in place in the openfire database, and working IMs between them. I'm now looking to add (some) of the users from my main database ('members' table, with 'login', 'password'[plain text]) and 'allowed_to_IM'[0 or 1] fields) to allow them to communicate bet...

Messaging solution for a serial hardware device

I have a serial hardware device that I'd like to share with multiple applications, that may reside on different machines within or spanning multiple networks. A key requirement is that the system must support bi-directional communication, such that clients/serial device can exist behind firewalls and/or on different networks and still t...

What is the best option for running a Jabber/XMPP on Windows 2003?

I'm looking to run a Jabber server on a Windows 2003 server(web farm) and like some practical advice from anyone who has run a live environment with ~500 concurrent users. Criteria for comment: Performance Capacity (ie ~number of concurrent users) Stability ...

Simple web "live chat" software (LAMP stack) that integrates with Jabber/Aim

I've looked for this a few times in the past, to no avail. I would like a simple php/ajax web chat interface, that, and this is the critical part, will interface with my IM client (Pidgin) ... via Jabber or Aim. Plugoo is almost what I want, except it is hosted, and flash based. Flash-based would be OK if not ideal, but hosted isn't. N...

Potential other uses of a jabber server

Beside the obvious person to person instant message chat, What else have you used a Jabber server's functionality to enable? Edit: links to working code to really show it off are particularly useful - and will be more likely to be voted up. ...

Commandline Jabber client

I need a simple scriptable/commandline jabber client. What is the best and/or simplest one to install? Clarification: I'm looking for a simple way to send messages from within a script. ...

Any complete library for Jabber in Delphi?

Hi there! I'm looking for for a Jabber library for Delphi, I can see some COM based jabber components. But I'm looking for a real VCL library. Somebody knows one? ...

java connection to jabber

What type of stream I need to use to write a connect request message over a tcp socket, to jabber. I'mwriting a string with xml format. It should worked with the default socket stream or a dataoutputstream but it doesn't. ...

Microsoft alternative to Jabber?

My organization is considering using Jabber as an agnostic device to device to application messaging protocol. Does anyone know of the best practice existing Microsoft competitor to Jabber? Or, an emerging competitor? And, if so, a good URL reference to get a jump start? Website for Jabber: http://www.jabber.org/web/Main_Page ...

Lua Library for Jabber

Does anyone know of a Jabber library for Lua? I've found the 'Lua Messaging Library' for AIM, although I can't find a download for it, it appears to be abandoned. Something like that for Lua would be helpful. Thanks RyanE ...

How do you create a simple Google Talk Client using the Twisted Words Python library?

I am interested in making a Google Talk client using Python and would like to use the Twisted libraries Words module. I have looked at the examples, but they don't work with the current implementation of Google Talk. Has anybody had any luck with this? Would you mind documenting a brief tutorial? As a simple task, I'd like to create ...

Summary of new features in WCF 2.0?

Is there a good reference, or summary list, of new features in WCF 2.0/VS2010? I'm trying to do a justification proposal for a project, to migrate from Jabber to WCF. ...

iChat Google Talk - Cannot connect mystery.

Using iChat, I cannot connect to Google jabber server. I have deleted all jabber related keychain entries. I tested my user/pass on the web-based talkgadget to ensure I had the correct info. I can connect to the port via telnet, so there is no firewall issue AFAIK. However, testing with Adium also revealed an inability to connect (at...

Smack api and Java

I am using Tapestry 5, Smack api 3.1.0. I have established a connection and am able to communicate with a user through the xmpp server but the replies i get are sent to the standard output as they come in: Chat chat = connection.getChatManager().createChat("[email protected]", new MessageListener() { public void processMessage(Chat c...

What uses have you found for XMPP that help you as a web developer/manager?

To make my question clear: I'm experimenting with XMPP, lately - I have set up my own XMPP server and trying to figure out what uses could it have in our development process. Except the obvious things (we use it for IM-ing and have set up a group chat room for our team), we employ it as a notification platform for our issue tracking sys...

What's the proper XMPP client response to a <presence type=unsubscribed...> stanza?

Here's what the server is sending me (openfire) when I manually delete a contact from the roster on the server: '<iq type="set" id="183-87" to="[email protected]/hydra"><query xmlns="jabber:iq:roster"><item jid="[email protected]" name="baz" ask="unsubscribe" subscription="none"><group>Buddies</group></item></query></iq>' '<iq type=...

Silverlight 3.0 "Push" Capability information

Does anyone have a good reference point, or can provide a summary of the enhanced "push" implementation to be changed/added in Silverlight 3.0? I would like to compare this area to Silverlight 2.0 and to XMPP/Jabber. ...

Saving & Restoring Connections with XIFF

Hi, I'm modifying a piece of JavaScript code that uses XMPP + XIFF flash object to communication with MSN/Yahoo/GTalk via Jabber. The requirement of the web site is to enable page refreshes. However, the problem is the current implementation of XIFF does not allow saving and restoring of connection, but requires a new login every time...

Jabber integration in ASP.NET

Hi, I'm looking for an AJAX-enabled web client for Jabber. I found some, but they look hard to integrate with ASP.NET. Some of them were not even tested in IE. I'm trying to make an Facebook-like chat client, any suggestion is welcomed? ...

Which users are currently connected to an Openfire Jabber server?

I have got an Openfire Jabber server with in excess of 75,000 users listed. Of those, 150 or more can be online at any one time. Is there anywhere that I can collect the JIDs (usernames) of the currently logged in users? I have full database access to the underlying data, but the server does not appear to write the current status back ...