Questions tagged [user-presence]

User-presence refers to the communication status of a participating user in a communication system such as Instant Messaging (IM).

Description

Presence is a piece of status information containing an availability state. It indicates the willingness of a potential communication entity to participate in a chat communication.

Common Uses

The following list includes, but not limited to the common user presences.

  • Online
  • Available to chat
  • Busy
  • Do not disturb
  • Away
  • Offline

In current standards, there are a richer choice in presence attributes such as user's mood, emotion and location.

Privacy

Presence is a sensitive information when it comes down user privacy. Thus, in most cases, a communication system would draw limits to whom a user's presence may be revealed to.

Standard

Presence is widely used in Instant Messaging (IM). The most popular standard protocol for presence is XMPP, short for eXtensible Messaging and Presence Protocol. To read more about XMPP's internet standards, visit http://xmpp.org/rfcs/rfc3921.html.

131 questions
1
vote
1 answer

Pusher: Getting user names within presence channel

With the server-side PHP SDK, I know we can currently get a list of users in a presence channel with $response = $pusher->get( '/channels/'.$channelName.'/members' ); But is there any way to get the NAME of the user?
heisian
  • 6,127
  • 1
  • 17
  • 17
1
vote
1 answer

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…
Adil
  • 2,092
  • 3
  • 25
  • 35
1
vote
2 answers

Presence with user id XMPP Framework

How can i get presence of any specific user with user id. I mean to say without add that user in roster list. Please help me regarding this. Thanks in advance.
Amit Bhavsar
  • 1,273
  • 12
  • 23
1
vote
1 answer

XMPPFramework - Auto Accept of Presence Subscription Requests

I think the title is illustrating enough, but here's the story: I'm new to XMPPFramework for iOS, and I want to set my client to automatically accept any subscription request it receives. So that other clients can see this client's presence status,…
Sepehrom
  • 1,335
  • 2
  • 16
  • 33
1
vote
1 answer

How to filter the XMPP presence that is received in iOS?

I am successfully able to receive presence i.e. status of users in my iOS XMPP client. But within that status is some extra info that I wish to extract. This info was added as a child to the presence while sending. Here is how I extended presence…
iCodes
  • 1,382
  • 3
  • 21
  • 47
1
vote
1 answer

Last seen information in Tigase

Tigase shows last seen information which indicates that when this person was last seen by the server. If it is not set than server set it to protected static final long INITIAL_LAST_SEEN_VAL = 1000l; Can anyone please let me know how tigase…
Haider Ali
  • 800
  • 2
  • 9
  • 22
1
vote
1 answer

Pubnub Presence feature in Python (GAE)

PubNub, its really awesome for real-time communication. as per as documention given by pubnub team, am done with subscribe and publish instance, its working fine. Now am wondering how get a particular user already/presence with PubNub channels in…
Niks Jain
  • 1,617
  • 5
  • 27
  • 53
1
vote
2 answers

XMPPFramework - How can I change my profile status?

For changing my logged status I used the following code: XMPPPresence *presence = [XMPPPresence presenceWithType:@"away"]; [[self xmppStream] sendElement:presence]; But I am not getting the reference of [self xmppStream]. So I changed to…
Myaaoonn
  • 1,001
  • 12
  • 25
1
vote
3 answers

Scaling Redis for Online Friends List

I'm having trouble thinking of how to implement an online friends list with Ruby and Redis (or with any NoSQL solution), just like any chat IM i.e. Facebook Chat. My requirements are: Approximately 1 million total users DB stores only the user…
John K. Chow
  • 1,651
  • 16
  • 24
1
vote
1 answer

Publishing Lync 2010 user presence not showing on the users lync client

In a Trusted Application Endpoint I have to publish users states based on en external presence provider, and I can do that (clearing them later when the external source goes "Idle" is a different problem) What is a problem though is that if I…
A.Grandt
  • 2,242
  • 2
  • 20
  • 21
1
vote
2 answers

Showing presence icon with sync adapter on contacts

I've tried to use the presence icon and show the presence for my custom users. no matter what i did I've encountered the failed to insert error or the presence was not showing on my contacts. values.put(StatusUpdates.DATA_ID, profileId); …
MaTriXy
  • 1,659
  • 1
  • 20
  • 27
0
votes
3 answers

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?
blueberryfields
  • 45,910
  • 28
  • 89
  • 168
0
votes
2 answers

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 of code to an existing .net application to show…
0
votes
0 answers

Migrosoft Teams mgraph REQUEST 401 SSL errror

I encountered an error while importing microsoft teams data with precenesURL. I shared the URL information, python code and the error I encountered below. But,I don't get any error while retrieving UserDF info. I dont understand what was happened…
0
votes
0 answers

Get Teams Call state

When I start a call in Teams my user status is set to "busy-inacall" and as I have set "busy-on-busy" in the Teams admin policies, I am not available for a call anymore. When I'm in a call and a planned meeting in Outlook starts the user status is…
1 2 3
8 9