mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 01:29:38 +02:00
Renamed IQ method to better match what it does.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1937 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
f79e4bcb9c
commit
2b90a9e502
4 changed files with 6 additions and 6 deletions
|
@ -86,7 +86,7 @@ public class RosterPacket extends IQ {
|
|||
}
|
||||
}
|
||||
|
||||
public String getQueryXML() {
|
||||
public String getChildElementXML() {
|
||||
StringBuffer buf = new StringBuffer();
|
||||
buf.append("<query xmlns=\"jabber:iq:roster\">");
|
||||
synchronized (rosterItems) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue