Jump to content

Contacts list - Refresh online/offline

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Chicohuman

Chicohuman

    Newbie

  • Members
  • PipPip
  • 16 posts
Hi,
On my website, people can see their online and offline contacts in their friends list, every 30 seconds the status of the contacts are updated.
Except making the refresh every 10 seconds, is there a way to make for example an online contact that went offline immediately refresh and show as offline to his friends?

Thanks

#2
brokenbylaw

brokenbylaw

    Learning Programmer

  • Members
  • PipPipPip
  • 62 posts
I would need your see your code :)

#3
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Yes, it uses an event-driven paradigm. It can easily be implemented in JavaScript. You may search for AJAX.

#4
Chicohuman

Chicohuman

    Newbie

  • Members
  • PipPip
  • 16 posts
Hello,

Do you have any example of the JS/AJAX doing it?

Thanks