mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 06:45:59 +01:00
Merge pull request #67 from rohanag12/master
Update DefaultExtensionElement.java
This commit is contained in:
commit
263578fd63
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ import org.jivesoftware.smack.util.XmlStringBuilder;
|
|||
* </foo></pre>
|
||||
*
|
||||
* In this case, getValue("color") would return "blue", and getValue("food") would
|
||||
* return "pizza". This parsing mechanism mechanism is very simplistic and will not work
|
||||
* return "pizza". This parsing mechanism is very simplistic and will not work
|
||||
* as desired in all cases (for example, if some of the elements have attributes. In those
|
||||
* cases, a custom ExtensionElementProvider should be used.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue