mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge from waqas
This commit is contained in:
commit
8682a776e3
1 changed files with 0 additions and 9 deletions
|
@ -17,15 +17,6 @@ function stanza(name, attr)
|
|||
return setmetatable(stanza, stanza_mt);
|
||||
end
|
||||
|
||||
function stanza_mt:iq(attrs)
|
||||
return self + stanza("iq", attrs)
|
||||
end
|
||||
function stanza_mt:message(attrs)
|
||||
return self + stanza("message", attrs)
|
||||
end
|
||||
function stanza_mt:presence(attrs)
|
||||
return self + stanza("presence", attrs)
|
||||
end
|
||||
function stanza_mt:query(xmlns)
|
||||
return self:tag("query", { xmlns = xmlns });
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue