Updated for renamed stbbr function

This commit is contained in:
James Booth
2015-06-01 22:02:45 +01:00
parent 73188881a4
commit 07c9d2ddab
5 changed files with 8 additions and 8 deletions

View File

@@ -14,10 +14,10 @@
void
ping_multiple(void **state)
{
stbbr_for("prof_ping_1",
stbbr_for_id("prof_ping_1",
"<iq id=\"prof_ping_1\" type=\"result\" to=\"stabber@localhost/profanity\"/>"
);
stbbr_for("prof_ping_2",
stbbr_for_id("prof_ping_2",
"<iq id=\"prof_ping_2\" type=\"result\" to=\"stabber@localhost/profanity\"/>"
);