Skip to content
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

My free time, free to work all this Project #27

Open
golfixe opened this issue Mar 22, 2013 · 3 comments
Open

My free time, free to work all this Project #27

golfixe opened this issue Mar 22, 2013 · 3 comments

Comments

@golfixe
Copy link

golfixe commented Mar 22, 2013

xmpp

this source:

  • Show my avatar, and users...
  • Show Status / Msg - And change
  • Add New user and agree new request
  • Group Chat (and admin kick, ban, and others) - Chat - Multi-chat
    ..... and others...

Part II ;) Im working!

Sem T tulo

Continuing the project.
I continue to work on the project soon to publish all the code here.
It has been able to use external services if the server allows.
It is time consuming because each menu has its time of creation.
I'll be back soon with more news

@maxpowel
Copy link
Owner

Hi, it looks a nice app. I you need any help or feature just request it ;)

@golfixe
Copy link
Author

golfixe commented Apr 2, 2013

Hello, yes you need can always ask me, I would also like to know if it is possible to refresh the page without the link disconnect.
I wanted to create a footer chat similar to that already use on my site but I can not make the call do not hang while reloading the page.
is that it can store all your contacts in one session and it will connect again but this would not be the best way forward again because the presence of other users.

@maxpowel
Copy link
Owner

Hi, sorry for late.
Check the method attach where you can provide the SID and RID values to continue using your session.
Save all data (roster list for example) is responsability of you app.

Anyway, this method is not recommended because unexpected things may occur. For example bad synchronization of the RID value (task delegated to your app which is not trivial) will provoke an exception in the server and the session will be end or whatever depending on your server.

Also sensible information that only must be managed internally (SID and RID) are exposed. It reduces the security and increments the posibility of errors.

I dont know how is your app, but sites like facebook or gmail NEVER refresh the page (they use ajax to request new contents) to avoid the painfull method of attach existing sessions. Only the full page is requested when user enters or user press F5, a few situations where is not a problem execute the login process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants