Author Topic: XMPP: Invisible list/selective visibility  (Read 5002 times)

0 Members and 1 Guest are viewing this topic.

Offline divB

  • Newbie
  • *
  • Posts: 3
XMPP: Invisible list/selective visibility
« on: 23 06 2014, 02:49:45 »
Hi,

Is it possible (in the worst case using raw XMPP commands to the server) to set the visibility for one contact individually?
(Many years ago with ICQ I used the "Invisible List")

I have my own XMPP server (prosody), should this feature require changes on the server too.

Thanks
 

Offline Wishmaster

Re: XMPP: Invisible list/selective visibility
« Reply #1 on: 24 06 2014, 18:48:39 »
Yes, you can use privacy lists (XEP-0016) in Jabber, from the jabber protocol menu (if your server supports that). Block all presences there.
 

Offline divB

  • Newbie
  • *
  • Posts: 3
Re: XMPP: Invisible list/selective visibility
« Reply #2 on: 24 06 2014, 19:52:37 »
That looks cool, thank you.

So there is "Message", "Presence (in)", "Presence (out)" and "Query" I can tick for each of my contacts.
But there is no "Insivible" ...
What do the types above mean precicely?
 

Offline Wishmaster

Re: XMPP: Invisible list/selective visibility
« Reply #3 on: 24 06 2014, 19:56:23 »
Presence means status sending/receiving. So if you block sending presences to a contact, you appear offline to him.
 

Offline divB

  • Newbie
  • *
  • Posts: 3
Re: XMPP: Invisible list/selective visibility
« Reply #4 on: 24 06 2014, 22:43:26 »
Thank you. So "Presence (out)" is the correct one (="Invisible")?
What is "Presence (in)" then? That I do not receive presence notifications of the contact?
 

Offline Wishmaster

Re: XMPP: Invisible list/selective visibility
« Reply #5 on: 25 06 2014, 06:54:46 »
Thank you. So "Presence (out)" is the correct one (="Invisible")?
Yes.
What is "Presence (in)" then? That I do not receive presence notifications of the contact?
Yes,those are blocked.
« Last Edit: 25 06 2014, 07:03:14 by Wishmaster »