aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp/avatar/AvatarPacketGenerator.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implements XEP-0202 Entity Time, moves Software Version to xmpp package, ↵steckbrief2017-08-061-9/+7
| | | | moves namespace definitions for mam, carbons and avatar to xmpp package
* Refactoring: Avatar class moved from package xmpp.pep to dtosteckbrief2017-08-061-1/+1
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-1/+1
|\
| * Imports organizedsteckbrief2016-02-121-1/+0
| |
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-01-151-4/+5
|/ | | | Cast problem fixed
* Introducing some specialized IqPacketGeneratorssteckbrief2016-01-151-0/+124
- IqPacketGenerator - PubSubPacketGenerator - AvatarPacketGenerator