-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello - additional Options #25
Comments
Hi, your work looks so fine! |
In the end I can post the full code of my project if it is useful to people, but my script is very basic but functional. |
Maybe using a cookie to save some session would work. But I dont really know what exactly do you want. Can you give more details? |
Yes it was, to reload the page to continue ligção, as the example of facebook chat ... |
That problem appeared in the past and there are several solutions. You can save (in a cookie for example) these 2 numbers (the RID should be refreshed on every message or you could detect onExit javascript event to save the state). The other option is modify the server to allow a custom token notification. In both cases you need to implement your own login method. If you prefer the first way, you could take the actual login method and modify to receive SID and RID instead of username and password. This feature is out of the plugin competences area (which is handle XMPP protocol) because of that it is not implemented. The third option (the most common) is to use a javascript environment which does not require to reload the page to refresh the content (all is managed through ajax). Every modern javascript framework has a router utility for that |
It would be asking too much if I could ever spend it working with the code ... I'm sick of trying to figure out how to do and I can not ... |
I could do an easy auth method to support it if it helps you |
Yes if you can do this code thanked. |
The work you can see in the picture, is a social network quite simple.
The site uses no metedo to reload the page.
The entire site has real-time services.
So far this has simple graphic environment to complete all future services below.
I have been modifying the entire script to run to the effect that you want to give.
News added:
More changes to come.
After it's all done with due authorization from maxpowel I can create a simple script with all the features.
The text was updated successfully, but these errors were encountered: