jwise / naim-oscar

OSCAR support for naim, written in Lua.
4 stars 0 forks source link

Typing notifications "supported", but I've never seen one #15

Closed jwise closed 13 years ago

jwise commented 13 years ago

Do we need to tell the server that we support them somehow?

austein commented 13 years ago

Yes; in ICBM SNAC 0x0002, set bit 0x00000008

On Fri, 2 Sep 2011, jwise wrote:

Do we need to tell the server that we support them somehow?

Reply to this email directly or view it on GitHub: https://github.com/jwise/naim-oscar/issues/15

jwise commented 13 years ago

Let me just say that my housemate looked at me funny when I said "ICBM SNAC" out loud.

jwise commented 13 years ago

Doing that didn't seem to save me. Pidgin seems to send a capability: {OSCAR_CAPABILITY_TYPING, {0x56, 0x3f, 0xc8, 0x09, 0x0b, 0x6f, 0x41, 0xbd, 0x9f, 0x79, 0x42, 0x26, 0x09, 0xdf, 0xa2, 0xf3}},

But I can't find any reference for that. Thoughts?

jwise commented 13 years ago

The capability did it, far as I can tell. Also, my code to send capabilities was totally borked, but is fixed now.