Tagged Questions
The xiff tag has no wiki summary.
2
votes
2answers
1k views
Proxy Facebook chat to bypass firewall
We built a flash application using XIFF XMPP to integrate with Facebook chat.
Problem is we found out a lot of firewalls out there do not allow Jabber (ports 5222, 5221).
So I was wondering if ...
1
vote
2answers
855 views
Openfire - Groups not updated on Roster from Database using custom DB
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 ...
1
vote
1answer
1k views
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 ...
0
votes
0answers
117 views
Connect to Facebook chat from Actionscript Android app
I want to connect to Facebook chat using the Xiff XMPP library in an Adobe Air client for Android. This is my actionscript code:
_connection = new XMPPConnection();
_connection.server = ...
0
votes
0answers
141 views
Query Room Information in XIFF
I'm looking for a way to query a Room for Information about its current information using Xiff.
I don't think it is going to be too hard to add, but I don't want to add something if there is already ...
0
votes
1answer
366 views
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 ...
0
votes
1answer
195 views
Saving & Restoring Connections with XIFF
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, ...