user-presence

Get Microsoft Communicator status

I'd like to add Communicator Presence to my application (much like how Outlook and other MS apps have it), and I'm unable to find documentation about how to fetch this status. Is there a way I can query the Live Communicator server for a person's status? If there are docs out there and I just can't find them, please give me a pointer in...

Ejabberd Issue - Anonymous user can send presence stanza to roster member

I was under the assumption that an anonymous user cannot send a presence stanza to a registered user without a subscription. But using Ejabberd 2.1.2 this is happening. How can i stop anonymous users from sending presence stanzas to registered users? ...

How Does the Office Communicator Presence Status Work?

Hi, I'm interested in finding out more about the Microsoft Office Communicator IM client, and how it determines your presence (i.e if you are at your computer or away). Can anyone point me towards a tutorial that explains this, or details of the API? Thanks, MagicAndi ...

Presence icon only showing for first person

I am trying to show my colleagues in my custom webpart. So I adding presence Icon to each of colleague. It is showing fine when colleague is 1 only. If We have colleague more than 1 Presence Icon showing for 1st colleague you can dropdow that Icon also but other colleagues it is show simple Presense Icon (grayout) (not drop down is commi...

PHP Verification Codes CAPTCHA

I run a game website so I have many users logged in and they can do certain things once every two minutes. I have a CAPTCHA system in places, and for some things it will always ask for a code, and for other things, it will ask once every 10 minutes. I have had some players use the auto submit feature on Opera, and my CAPTCHA system doe...

How do I display an MOC user's online status on a web page *without* Active-X ?

Is it possible to display a user's online status without Active-X? In my googling I've found a number of articles about displaying MOC online status on Sharepoint using the IMNRC() function in the OWS.js file but this seems pretty old-skool with all of the Active-X object instantiation and as a result will only work in Internet Explorer....

XMPP to show presence and without login in a web application?

The main problem is, how would you ensure people can login to the xmpp server securely without having to login again from the web app login page? ...

Only two people on a certain page at a time?

I'm not really sure how I would implement this along with a fair amount of security. I want to be able to know if someone or two people are on based on a mysql row. These two people are totally anonymous. I do have an xmpp server set up but I'm not sure how that would integrate into the mysql and I already have a separate login system fo...

Determine if someone is on with flash?

I want to update a row in mysql when a user uses an application with flash. And when they exit that application, I want to change the row to reflect that the user has left. Is there a way to do this easily? Currently, I'm thinking of writing a connection manager with sockets. ...