Say I wanted to keep a chat session alive forever (don't ask why
). How would I do that exactly? (-:
I obviously need to send some data to the remote contact every now and then. I managed to do this by sending some meaningless message. (Well, I made dt write the initial code.
) That works great, but it's rather annoying to send random messages all the time. I want to send some other traffic that is less obtrusive.
The obvious solution is sending an artificial "user is typing" thingie. So I tried modifying "wnd.EditText" to simulate typing, but realized that it bypasses Messenger's keyboard input detection, and thus doesn't work. (I just found out that someone else
has tried it too and failed.)
So what do I do?
Any help will be much appreciated.
Thanks!