summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/pep.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-211-2/+1
* Remove all of the tune apiGary Kramlich2023-03-201-2/+0
* Remove all of the current Mood APIGary Kramlich2023-03-201-2/+0
* Bump C standard to C99 for XMPP and fix warningsElliott Sales de Andrade2022-12-121-2/+6
* xmpp: Remove unused prototypes and codeElliott Sales de Andrade2022-10-071-19/+0
* xmpp: Port static actions to PurpleProtocolActionsInterfaceElliott Sales de Andrade2022-10-061-2/+8
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-1/+1
* Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* APIAnkit Vani2013-09-071-28/+28
* jabber: Remove old prpl action to set mood as now the general mood setting UIMarcus Lundblad2010-03-061-1/+0
* jabber: Allow jabber_pep_request_item() to take NULL for JID; server's routin...Paul Aurich2010-02-271-3/+4
* jabber: Properly request just the most recent item from a PEP node.Paul Aurich2009-11-131-3/+6
* Remove specific copyright lines from the XMPP prpl.Paul Aurich2009-08-221-1/+3
* Update various header copyrights thanks to licensecheck.Paul Aurich2009-08-221-1/+1
* Clean up jabber prpl memory allocations on uninit.Nick Hebner2009-05-031-1/+4
* On errors, don't pretend we did fetch something, pass NULL.Paul Aurich2009-05-031-3/+6
* propagate from branch 'im.pidgin.pidgin' (head 36f75a1d52a6af5574bf847d60054a...Paul Aurich2009-04-281-1/+27
|\
| * Don't try to process PEP events if it's not <message type='event'/>Paul Aurich2009-04-281-1/+6
| * Publish only 'new' xmlns of avatars and delete old.cpw.darkrain42.xmpp.avatarsPaul Aurich2009-04-271-0/+19
| * propagate from branch 'im.pidgin.pidgin' (head beb862745aa7b61bf9942e731fdef0...Paul Aurich2009-04-051-0/+2
| |\
| | * propagate from branch 'im.pidgin.pidgin' (head b4bbfacd7f2050d87deeda12ea7bb3...Paul Aurich2009-03-071-0/+2
| | |\
| | | * Migrate the XMPP User Avatar (XEP-0084) code to its own filePaul Aurich2009-01-211-0/+2
* | | | propagate from branch 'im.pidgin.pidgin' (head beb862745aa7b61bf9942e731fdef0...Paul Aurich2009-04-051-3/+11
|\ \ \ \ | |/ / / |/| | |
| * | | propagate from branch 'im.pidgin.pidgin' (head b4bbfacd7f2050d87deeda12ea7bb3...Paul Aurich2009-03-071-3/+11
| |\ \ \ | | |/ / | |/| |
| | * | propagate from branch 'im.pidgin.pidgin' (head 2da1f210b9a2f2e2fe5795b1895021...Paul Aurich2008-11-291-1/+1
| | |\ \ | | | |/
| | * | Add more jabber plugin unloading functions to clean up more data structuresPaul Aurich2008-11-221-0/+8
| | * | Removing short-names for features and calculating own caps hash.Tobias Markmann2008-06-161-3/+3
* | | | Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.Paul Aurich2009-03-131-2/+5
|/ / /
* | | Remove some extra trailing whitespace I noticed after merging mlundblad'sElliott Sales de Andrade2009-03-021-12/+12
| |/ |/|
* | Fix the namespace URL we look for on PEP reply stanzas to match the URL wePaul Aurich2008-11-281-1/+1
|/
* Various warning fixes for the xmpp prpl.Daniel Atallah2007-09-101-7/+8
* Fix mingw build of xmpp prplDaniel Atallah2007-09-101-0/+2
* Fixed a leak in the PEP code that leaked PEP nodes when the server doesn't su...Andreas Monitzer2007-06-191-1/+4
* Implemented XEP-0172: User Nickname, fixed some potential crashers in the oth...Andreas Monitzer2007-06-181-0/+3
* Removed a stale includeAndreas Monitzer2007-06-181-0/+1
* Turns out the example in XEP-0084 is wrong. Fixed my implementation to not tr...Andreas Monitzer2007-06-171-11/+4
* Implemented receiving other people's avatars via XEP-0084. Note that this cod...Andreas Monitzer2007-06-171-0/+40
* Added support for setting the avatar via XEP-0084. Receiving other people's a...Andreas Monitzer2007-06-171-0/+4
* PEP publishing features are now only announced in disco#info when PEP is supp...Andreas Monitzer2007-06-151-1/+1
* Implemented a mood menu action (non-functional right now for some reason)Andreas Monitzer2007-06-131-0/+5
* Fixed a few small mistakes I discovered while testing user mood in Adium.Andreas Monitzer2007-06-121-2/+2
* Fixed whitespace to match the coding convention used in libpurpleAndreas Monitzer2007-06-121-41/+41
* implemented user mood, still missing the front end interfaceAndreas Monitzer2007-06-111-2/+6
* Implemented <required/> for x-data forms, simplified malloc/sprintf, message ...Andreas Monitzer2007-06-101-3/+2
* Implemented adding callbacks for PEP events. Moved the feature list to be app...Andreas Monitzer2007-06-061-3/+33
* Implemented publishing eventsAndreas Monitzer2007-06-061-0/+14
* added preliminary frame for pep-supportAndreas Monitzer2007-06-061-0/+31