summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/presence.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-44/+1
* Remove all of the current Mood APIGary Kramlich2023-03-201-11/+0
* Convert idle_time in PurplePresence to GDateTimeGary Kramlich2023-02-201-2/+9
* Update the jabber plugin to not use the deprecated account apiGary Kramlich2022-12-141-3/+7
* Bump C standard to C99 for XMPP and fix warningsElliott Sales de Andrade2022-12-121-15/+26
* xmpp: Remove unused prototypes and codeElliott Sales de Andrade2022-10-071-2/+7
* Remove support for XEP 0115 Legacy FormatElliott Sales de Andrade2022-10-051-21/+13
* Create PurpleAuthorizationRequest and use it for notifications.Gary Kramlich2022-08-221-4/+21
* Remove the ichat idle parsing as ichat has been deprecated for a long timeGary Kramlich2022-01-131-24/+0
* Port JabberPresence from time_t to GDateTimeGary Kramlich2022-01-131-9/+38
* Port the protocol plugins to the purple_conversation_manager_apiGary Kramlich2021-07-261-1/+3
* Update purple_conversations_find_* to return PurpleConversations instead of s...Gary Kramlich2021-05-181-4/+6
* Remove Google Talk from the XMPP plugin.Gary Kramlich2021-01-231-33/+1
* Move the PurpleProtocolServer interface to its own file.Gary Kramlich2021-01-141-1/+3
* Make it so only libpurple can directly include libpurple header files.Gary Kramlich2020-06-211-2/+0
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-1/+4
* move all protocols, purple plugins, and purple tests to use purple.h instead ...Gary Kramlich2020-05-011-10/+1
* Use GSList functions instead of manual iterationsqarkai2019-10-161-5/+1
* Fix checksumming of Jabber avatars.Elliott Sales de Andrade2019-10-021-3/+4
* Use g_list_free_full instead of g_list_foreach+g_list_free.Elliott Sales de Andrade2019-10-011-8/+2
* Merged in default (pull request #485)Gary Kramlich2019-04-021-1/+1
|\
| * Remove unnecessary struct tags.Elliott Sales de Andrade2019-04-011-1/+1
* | Fix some const warnings.Elliott Sales de Andrade2019-03-311-1/+1
|/
* Remove all #if 0's from the prplsGary Kramlich2018-01-041-12/+0
* Merge release-2.x.y into defaultdx2017-06-121-15/+14
|\
| * Remove found redundant NULL checksqarkai2017-03-251-6/+5
| * Replace strcmp() with purple_strequal()qarkai2017-03-241-1/+1
| * Replace !strcmp() with purple_strequal()qarkai2017-03-231-1/+1
| * Replace misused g_str_equal() with purple_strequal()qarkai2017-03-231-8/+8
| * Remove -Wno-sign-compare and backport fixes from default.Elliott Sales de Andrade2014-11-131-1/+1
* | Remove purple_base64_encode/decode() wrappersMike Ruprecht2017-06-011-1/+1
* | jabber: Port to use GChecksum instead of PurpleHashMike Ruprecht2016-09-291-1/+2
* | Make explicit that we expect js to not be NULLJorge Villase?or2016-05-071-1/+3
* | Remove NULL-checks before free(). No functional change.Michael McConville2015-12-211-9/+5
* | Prevent a null pointer dereference. Found with the Clang static analyzer.Michael McConville2015-09-021-1/+1
* | Merged default branchAnkit Vani2014-05-241-8/+8
|\ \
| * \ Merge gtkdoc-conversionAnkit Vani2014-02-101-8/+8
| |\ \
| | * \ Merged soc.2013.gobjectification branchAnkit Vani2013-10-031-8/+8
| | |\ \
| | | * \ Merged soc.2013.gobjectification branchAnkit Vani2013-10-021-8/+8
| | | |\ \
| | | | * \ Merged soc.2013.gobjectification branchAnkit Vani2013-09-211-1/+2
| | | | |\ \
| | | | * | | Refactored protocols to use the new type definition macrosAnkit Vani2013-09-131-1/+1
| | | | * | | Merged soc.2013.gobjectification branchAnkit Vani2013-09-121-8/+8
| | | | |\ \ \
| | | | | * \ \ Merged soc.2013.gobjectification branchAnkit Vani2013-09-071-101/+101
| | | | | |\ \ \
| | | | | * | | | Renamed purple_connection_get_protocol_info() to purple_connection_get_protoc...Ankit Vani2013-08-311-1/+1
| | | | | * | | | Merged soc.2013.gobjectification branchAnkit Vani2013-08-221-8/+8
| | | | | |\ \ \ \
| | | | | | * | | | Replaced some _prpl_ stuff with _protocol_Ankit Vani2013-08-181-7/+7
| | | | | | * | | | Replaced purple_connection_get_prpl() with purple_connection_get_protocol_inf...Ankit Vani2013-07-281-1/+1
* | | | | | | | | | Switch purple_conversation_write_message to PurpleMessageTomasz Wasilczyk2014-05-221-3/+6
* | | | | | | | | | Drop PURPLE_CONNECTION_IS_VALID in favor of (temporary) PURPLE_ASSERT_CONNECT...Tomasz Wasilczyk2014-05-201-6/+12
|/ / / / / / / / /