1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 01:29:38 +02:00

Add documentation/developer/provider.md

also fix stanzas.md
This commit is contained in:
Florian Schmaus 2015-02-04 16:28:59 +01:00
parent 5c16fdb017
commit e977c349a8
2 changed files with 72 additions and 8 deletions

View file

@ -1,5 +1,3 @@
Developer Documentation: Stanzas and PacketExtensions
PacketExtension
===============
@ -17,9 +15,3 @@ public static RSMSet from(Packet) {
```
Sometimes certain PacketExtension's are only found in one stanza type, in that case, specify the parameter type. For example `public static CarbonExtension getFrom(Message)`.