index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base
/
QXmppPresence.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Qt < 5.15 compat code
Linus Jahn
2023-01-31
1
-4
/
+0
*
Implement XEP-0272: Multiparty Jingle (Muji) stanza extensions (#457)
Melvin Keskin
2022-09-25
1
-0
/
+83
*
Reformat code
Linus Jahn
2022-09-06
1
-11
/
+21
*
Add move constructors and move assignment operators everywhere
Linus Jahn
2022-06-18
1
-9
/
+7
*
Convert copyright headers to REUSE
Linus Jahn
2022-01-14
1
-22
/
+3
*
Update copyright years (2022 edition)
Linus Jahn
2022-01-09
1
-1
/
+1
*
Update copyright headers to 2021
Linus Jahn
2021-02-19
1
-1
/
+1
*
Replace deprecated QString::SplitBehavior
Linus Jahn
2020-07-03
1
-0
/
+4
*
Add \since tags for QXmpp 1.0 everywhere
Linus Jahn
2020-04-06
1
-3
/
+12
*
Expand QSL and QBL
Jonah Brüchert
2020-03-29
1
-62
/
+62
*
base: Convert to QStringLiteral
Jonah Brüchert
2020-03-28
1
-62
/
+62
*
doc: Use XEP links everywhere
Linus Jahn
2020-02-11
1
-9
/
+9
*
Run clang-format also on all cpp files
Linus Jahn
2020-02-03
1
-18
/
+18
*
clang-format: Enable regrouping and sorting of includes
Linus Jahn
2020-02-03
1
-4
/
+3
*
Replace manual xmlns writing by writeDefaultNamespace()
Linus Jahn
2020-01-29
1
-6
/
+6
*
Bump copyright year to 2020
Linus Jahn
2020-01-06
1
-1
/
+1
*
Refactor QXmppPresence, Add missing tests
Linus Jahn
2019-12-10
1
-249
/
+227
*
Replace Q_FOREACH (foreach) by C++11 ranged for-loops
Linus Jahn
2019-10-23
1
-2
/
+2
*
Add \since QXmpp 1.1 to all new methods and classes
Linus Jahn
2019-10-23
1
-0
/
+8
*
Implement MIX-PAM XEP-0405: Presence extension
Linus Jahn
2019-05-01
1
-1
/
+49
*
Bump copyright year to 2019
Jeremy Lainé
2019-01-08
1
-1
/
+1
*
Fix spelling errors
Boris Pek
2019-01-08
1
-1
/
+1
*
Implement XEP-0319: Last User Interaction in Presence
Linus Jahn
2019-01-04
1
-14
/
+39
*
Implement XEP-0198: Stream Management (client only) (#99)
Niels Ole Salscheider
2017-02-12
1
-0
/
+8
*
clarify the fact QXmppConstants_p.h is not API
Jeremy Lainé
2016-09-08
1
-1
/
+1
*
update project homepage
Jeremy Lainé
2014-03-28
1
-1
/
+1
*
update project homepage
Jeremy Lainé
2014-03-27
1
-1
/
+1
*
update copyright notice to 2008-2014
Jeremy Lainé
2014-03-26
1
-1
/
+1
*
fix typo
Jeremy Lainé
2014-03-26
1
-1
/
+1
*
Remove deprecated QXmppPresence::Status type
Jeremy Lainé
2014-03-26
1
-87
/
+27
*
move from toAscii() to toLatin1()
Matt Broadstone
2012-11-16
1
-2
/
+2
*
Add XEP-0045: Multi-User Chat attributes to QXmppPresence.
Jeremy Lainé
2012-09-12
1
-1
/
+44
*
exclude "addresses" from presence extensions
Jeremy Lainé
2012-09-03
1
-0
/
+3
*
add extended addresses to QXmppMessage and QXmppPresence
Jeremy Lainé
2012-09-03
1
-2
/
+2
*
revert previous commit
Jeremy Lainé
2012-09-03
1
-2
/
+6
*
add support for extended addresses
Jeremy Lainé
2012-09-03
1
-6
/
+2
*
make QXmppPresence use implicit memory sharing
Jeremy Lainé
2012-07-21
1
-64
/
+99
*
refactor iq type parsing
Jeremy Lainé
2012-07-21
1
-1
/
+0
*
remove some private methods
Jeremy Lainé
2012-07-21
1
-98
/
+38
*
doc fixes
Jeremy Lainé
2012-07-21
1
-139
/
+116
*
doc fixes
Jeremy Lainé
2012-07-21
1
-1
/
+1
*
deprecate QXmppPresence::Status
Jeremy Lainé
2012-07-21
1
-3
/
+7
*
fix typo
Jeremy Lainé
2012-07-21
1
-1
/
+1
*
add QXmppPresence::availableStatusType()
Jeremy Lainé
2012-07-21
1
-0
/
+17
*
add simpler accessors for QXmppPresence priority / statusText
Jeremy Lainé
2012-07-21
1
-0
/
+30
*
remove confusing QXmppPresence::Status::Offline
Jeremy Lainé
2012-07-18
1
-4
/
+0
*
restore support for obsolete "invisible" presence (fixes issue #111)
Jeremy Lainé
2012-07-18
1
-0
/
+4
*
update copyright year
Jeremy Lainé
2012-07-18
1
-1
/
+1
*
move files common to client/server into "base"
Jeremy Lainé
2012-02-08
1
-0
/
+510