Mercurial > pidgin
view PLUGIN_HOWTO @ 29045:4e7fd81a39c6
jabber: Fix getting info on your own JID, under some circumstances.
Prosody doesn't stamp a 'from' on responses from one's own bare JID (and
the spec does not require it), so neither of these functions can rely on
'from' being non-NULL. Of course, we shouldn't be sending an NS_LAST_ACTIVITY
to our own bare JID, but that's another issue.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 14 Feb 2010 23:56:00 +0000 |
parents | db5a58aabe38 |
children |
line wrap: on
line source
For information on writing a plugin for Purple, Pidgin or Finch, go http://developer.pidgin.im and click on API. From there, see the HOWTOs in the "Related Pages" section. You can also generate this documentation locally by installing doxygen and graphviz dot, then running "make docs" in the source tree. The documentation will be in the docs/html directory.