1
0
Fork 0
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:
Matt Tucker 2003-05-14 21:51:03 +00:00 committed by mtucker
parent f79e4bcb9c
commit 2b90a9e502
4 changed files with 6 additions and 6 deletions

View file

@ -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) {