xiff is an Open Source Flash library for instant messaging using the protocol XMPP (which is also known as Jabber).
Questions tagged [xiff]
8 questions
3
votes
0 answers
How to send composing extension notification using flex's XIFF API?
I'm using the Xiff API in flex to connect to my XMPP server.
and ill send message successfully but ill not get typing notification .
right now i am get following message
user1697238
2
votes
2 answers
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 anyone tried to set-up a BOSH implementation (or…

guytom
- 63
- 1
- 9
2
votes
2 answers
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 database for users and groups, on Openfire 3.6.4…

Fernando Briano
- 7,699
- 13
- 58
- 75
1
vote
1 answer
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…

Brandon
- 6,832
- 11
- 38
- 50
1
vote
1 answer
Adobe Flex: Unable to connect to XMPP server using XIFF library
I am trying to connect to my local XMPP server using the XIFF library however I am unable to do so.
I installed eJabberd on my localhost and connected to it with an XMPP client (Pandion) and this is working fine... I am able to connect to the local…

Najeeb
- 313
- 1
- 5
- 19
0
votes
1 answer
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, the problem is the current implementation of XIFF…
None
0
votes
1 answer
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…

win
- 9
- 2
-1
votes
1 answer
Sending KeepAlive signals from xiff client to openfire server
I'm using xiff_3_1_0 to create an XMPP chat client connected to an openfire server.
Everything is working fine so far, except that I could not find a good way to implement the keep-alive signals correctly. There is a function named sendKeepAlive -…

Hulk
- 6,399
- 1
- 30
- 52