xiff

Good examples or documentation of XIFF implementation?

XIFF is an implemenation of the XMPP protocol in actionscript. So far, all the examples and documentation I have seen are sparse. Does anyone know a good explanation of the most recent version of XIFF and/or good examples of working Flex/AIR applications? ...

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...

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...

One to many chat with XMPP

I am developing a XMPP chat with XIFF library using Flex. My problem is I want to develop a customer service chat system. When user enter my program they will only see one service man and service man will see all users. When I tried with XIFF, I developed small chat program like google talk. First, users need to to add buddy. Second, us...