1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Fix typos, reformat table and use https links

This commit is contained in:
Paul Schaub 2018-03-12 15:34:23 +01:00
parent b81f8fe18e
commit 1ac918c8d5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
21 changed files with 124 additions and 83 deletions

View file

@ -1,6 +1,8 @@
Stanza Properties
=================
[Back](index.md)
Smack provides an easy mechanism for attaching arbitrary properties to
packets. Each property has a String name, and a value that is a Java primitive
(int, long, float, double, boolean) or any Serializable object (a Java object