The user-presence tag has no wiki summary.
8
votes
2answers
712 views
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 ...
3
votes
1answer
1k views
Add MS Office communicator presence indicator into JSP
I want to add MS Office communicator presence indicator into my Java Application(jsp).
Please assist! Thanks in advance!!!
Pritesh
3
votes
1answer
3k views
How Does the Office Communicator Presence Status Work?
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 ...
2
votes
1answer
358 views
Get Presence of Multiple JIDs at once XMPP
I am developing a XMPP application and will be doing a global shared roster so that I don't have to do presence subscription requests. I also need to get the presence of a certain range of JabberIDs ...
1
vote
2answers
872 views
presence control in asp.net web applications
I've managed to implement the Name.NameCtrl.1 active x used in sharepoint in my own custom built apps for presence. All is working fine and I'm updating presence status correctly based on a users ...
1
vote
1answer
43 views
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 ...
1
vote
2answers
1k views
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 ...
1
vote
2answers
1k views
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 ...
0
votes
1answer
26 views
XMPP presence not changing - iOS XMPPframework
I'm trying to set the users presence to away (or anything at the moment) im using the following code but it doesn't seem to do anything.
XMPPPresence *presence = [XMPPPresence presence];
...
0
votes
2answers
51 views
Does ejabberd have a module for persisting online/offline status for users to a database?
I would like to have a database store of user statuses, as they come online/offline/afk. Can ejabberd store status changes to a database?
0
votes
0answers
23 views
onChange never called for StatusUpdates ContentObserver
I am trying to change an icon whenever the users presence changes but the ContentObserver is never calling onChange. There are no errors or messages in Logcat. I have tried a bunch of different ...
0
votes
1answer
60 views
Advice on implementing “presence” for a web site?
Ideally, I'd like to find simple, lightweight code that allows all the web clients connected to my site to maintain real-time status of who else is currently online.
I know ejabberd does this, but it ...
0
votes
1answer
154 views
Return Lync presence with VB.net
I am working on a solution to a problem at work where we can't tell if someone is on the phone or just sitting there. We use Microsoft Lync to place our calls and I was hoping to be able to add a bit ...
0
votes
1answer
52 views
Ejabberd Stanza Execution Order (Grouped together)
I am trying to find out the execution order of XMPP stanzas, I am using Strophe + Ejabberd and if I send a request like this.
<body rid='someRID' xmlns='http://jabber.org/protocol/httpbind' ...
0
votes
3answers
123 views
Querying for presence in XMPP
By default, XMPP presence is published to all those who are subscribed to that person. Is it possible to send something like an iq call to get presence tag of an id whos not present in my roster?
0
votes
2answers
42 views
Open-source Web application to confirm presence to activity?
My goal is to create a small web application for the social activity in our company (volleybal, ultimate frisbee, etc) and take presence. So people open the page, see the available activity and click ...
0
votes
1answer
179 views
Publishing a custom presence message in OCS2007 R2 using UCMA 2.0 (visible in MOC)
I'm writing a UCMA 2.0 application which connects with a 'UserEndpoint' to OCS. I want to be able to set a custom presence message along with my availability!
I've run into some issues along the way ...
0
votes
0answers
260 views
How can an external XMPP component find the presence of two JIDs
Sorry for the long post, but I try to give all relevant detail.
I'm trying to create an external component that probes the presence information for a given JID on behalf of another JID. I'm using ...
0
votes
1answer
127 views
SIP SIMPLE PIDF: Convention for “Do not disturb” DND presence extension
In relation to RFC4480: RPID: Rich Presence Extensions to the Presence Information Data Format (PIDF) there is no activity for DND: Do not disturb.
On the other hand there are many SIP telephone ...
0
votes
0answers
60 views
How to set Lookup field in the header to a Presence Control in Microsoft Dynamic CRM
When open a communicator software like MSN, Lync, the lookup field in the main form change to state control (online, offline), but in the header the lookup field dont change. Any one can help me, pls?
...
0
votes
1answer
36 views
Can a client continue to communicate with an XMPP server after sending the unavailable presence?
After the client has sent the server and unavailable presence, can it continue to send the server more XML stanzas for it to process, or should the server ignore these XML stanzas? I couldn't find ...
0
votes
3answers
119 views
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 ...
0
votes
1answer
135 views
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?
0
votes
1answer
595 views
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 ...
0
votes
1answer
141 views
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 ...