Mercurial > pidgin.yaz
log
age | author | description |
---|---|---|
Sun, 17 Jun 2007 04:05:28 +0000 | Andreas Monitzer | Turns out the example in XEP-0084 is wrong. Fixed my implementation to not try to work around an issue that isn't one. |
Sun, 17 Jun 2007 03:51:19 +0000 | Andreas Monitzer | Implemented receiving other people's avatars via XEP-0084. Note that this code now includes a workaround for a non-spec incompatibility for the current ejabberd PEP implementation, and doesn't use the correct namespace due to Psi using the wrong one (outdated?). Works fine though, and the vcard-based approach is retained. |
Sun, 17 Jun 2007 01:16:55 +0000 | Andreas Monitzer | Added support for setting the avatar via XEP-0084. Receiving other people's avatar is up next. |
Fri, 15 Jun 2007 21:09:22 +0000 | Andreas Monitzer | Fixed usermood memory management and removed publishing empty <text/>s. |