What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [User] is writing a message...

[User] is writing a message...
Author: Message:
paulspiteri
New Member
*


Posts: 5
Joined: Oct 2008
O.P. [User] is writing a message...
Hi
I know we can send messages through the scripting api, but how do we make it say the user is typing a message, before sending the message?
I tried putting some text in the chat window's EditText field and it did replace the text in that typing textbox, but the recipient did not receive "typing" notification.

Is it possible through the msgplus api?
thanks
02-02-2009 11:50 AM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [User] is writing a message...
quote:
Originally posted by paulspiteri
Hi
I know we can send messages through the scripting api, but how do we make it say the user is typing a message, before sending the message?
I tried putting some text in the chat window's EditText field and it did replace the text in that typing textbox, but the recipient did not receive "typing" notification.

Is it possible through the msgplus api?
thanks

If there is text in the field, a TypingNotification protocol message is sent (every 5 seconds I think). If they don't receive notifications you probably aren't waiting long enough
<Eljay> "Problems encountered: shit blew up" :zippy:
02-02-2009 12:17 PM
Profile PM Find Quote Report
paulspiteri
New Member
*


Posts: 5
Joined: Oct 2008
O.P. RE: [User] is writing a message...
well, i did some specific tests and the recipient said it didn't work. maybe it only gets enabled if a keydown event has been received? I guess I could do some automation (use the SendMessage API or something) if that was the case.

Anyone else got an proof either way? :)
02-02-2009 11:42 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [User] is writing a message...
quote:
Originally posted by paulspiteri
maybe it only gets enabled if a keydown event has been received?

No.

I suggest using a packet sniffer such as Ethereal (Wireshark) and take a look at destination port 1863.

You will see the TypingNotification messages being sent.
<Eljay> "Problems encountered: shit blew up" :zippy:
02-03-2009 02:15 AM
Profile PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: [User] is writing a message...
quote:
Originally posted by paulspiteri
well, i did some specific tests and the recipient said it didn't work. maybe it only gets enabled if a keydown event has been received? I guess I could do some automation (use the SendMessage API or something) if that was the case.

Anyone else got an proof either way? :)
I suggest you try SendMessage with key down messages, maybe they'll work..
02-03-2009 10:44 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On