aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/stanzas (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-22join muc even if initial conference configuration fetch failedDaniel Gultsch1-0/+14
2015-08-28fixed type=timeoutDaniel Gultsch1-0/+2
2015-08-23introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch1-2/+3
2015-08-15fully depend on smDaniel Gultsch5-12/+21
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe2-6/+37
2015-07-23switch/case can't deal with null pointersDaniel Gultsch1-0/+3
2015-07-20Optimize importsAndreas Straub1-2/+0
2015-07-19Added PEP and message protocol layersAndreas Straub1-0/+5
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief10-266/+0
2015-05-20rewrote parser code. mam id and possible other stuff still missing. also mass...Daniel Gultsch2-10/+18
2015-05-20provide helper function for getting the content of a child directlyDaniel Gultsch1-0/+23
2015-03-21respond to unreadable OTR messages with error message. fixed #1021iNPUTmice1-0/+3
2015-02-15Vitelity's s.ms service requires <body> firstStephen Paul Weber1-1/+1
2015-01-04Verify IQ responsesSam Whited1-1/+16
2015-01-04Make IqPacket type an enumSam Whited1-30/+16
2014-12-29Fix typo in method nameSam Whited1-1/+1
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-31/+32
2014-12-15migrated more jid parsing to use getAttributeAsJid. added error loggingiNPUTmice1-16/+2
2014-11-17avoided some null pointersiNPUTmice1-2/+6
2014-11-09return null if from ist not set in abstract stanzaiNPUTmice1-12/+17
2014-11-09Update more files to use JID objectsSam Whited1-7/+16
2014-11-09Move a chunk of classes over to using JID objectsSam Whited1-5/+6
2014-10-22Make conversations the root projectSam Whited10-0/+256