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:
parent
5c16fdb017
commit
e977c349a8
2 changed files with 72 additions and 8 deletions
|
@ -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)`.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue