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
0
votes
0 answers

contact added in roster using subscribed then also not showing contact presence using strophe.js

I'm learning xmpp with strophe.js , backbone. I'm developing friend request sending functionality in my web site. For this i have written following code in backbone : var statusClass = constants.loggedInUserDetails.Status; …
Priyanka
  • 2,802
  • 14
  • 55
  • 88
0
votes
0 answers

Firebase : managing presence with bad network

to manage presence with Firebase (with multiple windows open) I'm using that system where on every connection I'm pushing a random value to an array that I remove onDisconnect, and I basically check then if that array is null or not. var ref = new…
spacenick
  • 1,171
  • 3
  • 14
  • 19
0
votes
1 answer

Auto post with facebook

I'm using facebook login (with facebook api) for one of my web application . After user logged with their FB account I'm assigning secret unique code for the user in my application side . So now I need to login to the particular user FB account…
Anushka
  • 2,434
  • 1
  • 17
  • 14
0
votes
0 answers

Is x-facebook-platform (facebook chat) xmpp server usage changed after 24.04.2013? (All users presence received offline)

I am currently developing facebook chat clients on multiple platforms; Web: PHP Jaxl 3.x, iOS: Objective-C XMPPFramework, Android: Asmack (<:)>Can't remember which one there are several smack forks and at first i stormed between nearly all of them.…
Gökhan Barış Aker
  • 4,445
  • 5
  • 25
  • 35
0
votes
1 answer

Android ContentObserver - Contacts - No presence updates

I have been rooting around in the framework on ICS, and it appears that the ContactsProvider2, in the Android Contacts Provider, calls notifyChange after any insert/update, not only that, it does it by: NotifyChange(ContactsContract.AUTHORITY_URI,…
Chrispix
  • 17,941
  • 20
  • 62
  • 70
0
votes
0 answers

replicate presence from one ejabbered server to a differrent ejabberd server

We have a stand-alone server that we can not get under the hood of. (if we could be roo, this would be solved already, but we cant) It has the presence (ie: phone, idle, away, vacation, custom, etc) for 2 dozen users. Let's call this Server A.…
0
votes
2 answers

XMPP Roster presence

I've a problem with roster mechanism and I'm using JSJaC javascript library. My case: The user A has a simple roster that contains another user B with subscription "both". The user B has the same configuration. When the user A is logged to openfire,…
CeccoCQ
  • 3,746
  • 12
  • 50
  • 81
0
votes
2 answers

Know Presence of the user itself

In my chat application i want that when the person is not on the chat screen then he should receive the notifications and when the person is not on the chat screen then he should not receive any notifications ( chat should be simply displayed on the…
Gaurav Arora
  • 8,282
  • 21
  • 88
  • 143
0
votes
1 answer

XMPP user presence itself

In my application there is a requirement. I want to get the presence and mode of the login user itself how can i get that??? Roster roster = connection.getRoster(); Presence checkPresence = roster.getPresence(useritself); When I use this code…
Gaurav Arora
  • 8,282
  • 21
  • 88
  • 143
0
votes
1 answer

Could not retrieve contact Presence using aSmack library for connecting google talk service

I'm trying to implement a chat client for Android which connects to google talk service. I have done most of it, I connect to the server, I get contacts (and show them in a ListView) and I open a new Activity when clicking a contact name on the list…
Saino
  • 11
  • 3
-2
votes
2 answers

Presence resource type in MS Graph Java SDK?

I'm currently trying to read out the present status of Microsoft Teams users and pass it on. In C# I was able to do this relatively easily, but now I had to switch to Java. And that's where I run into my problems. The presence resource type from…
1 2 3
8
9