./ct_report/coverage/mam_jid_rfc_trust.COVER.html
1 | %%% @doc Encoding and decoding using encoding described in XMPP RFC specification |
|
2 | -module(mam_jid_rfc_trust). |
|
3 | -behaviour(mam_jid). |
|
4 |
|
|
5 | -export([encode/2, decode/2]). |
|
6 |
|
|
7 | encode(_UserJID, JID) -> |
|
8 | :-( |
jid:to_binary(JID). |
9 |
|
|
10 | decode(_UserJID, BSrcJID) -> |
|
11 | :-( |
jid:from_binary_noprep(BSrcJID). |
Line | Hits | Source |
---|