View Single Post
Scorpius's Avatar
Posts: 1,396 | Thanked: 2,796 times | Joined on Sep 2010 @ Caracas, Venezuela
#5116
Looks like no matter what I try, I always receive a "Feature Not Implemented" response from WhatsApp.

I wonder if there's still a way to set a profile picture in WA1.2 or if I have to go to 1.4.

Last two I tried:
Code:
<iq>
   id=set_photo_3
   to=xxxxxxxxxx@s.whatsapp.net
   type=set
   xmlns=w:profile:picture
<picture>
   type=preview
   Content of type picture length: 5023
<picture>
   Content of type picture length: 63932
And
Code:
<iq>
   id=set_photo_3
   to=xxxxxxxxxx@s.whatsapp.net
   type=set
<picture>
   type=preview
   Content of type picture length: 5023
<picture>
   xmlns=w:profile:picture
   Content of type picture length: 63932
I always get:
Code:
<error>
   code=501
   text=feature-not-implemented
I don't really wanna go to WA1.4 (way too much work).

Any ideas?

EDIT: Also if I don't send the thumbnail:
Code:
<error>
   code=406
   text=not-acceptable
__________________
Support Yappari (a Whatsapp client for the N900 only) - Donate

Last edited by Scorpius; 2014-08-06 at 20:06.