()
| 1012 | } |
| 1013 | |
| 1014 | public Contact selfContact() { |
| 1015 | return myJid == null ? null : getContact(myJid.toString(), false); |
| 1016 | } |
| 1017 | |
| 1018 | //#ifndef WMUC |
| 1019 | public void multicastConferencePresence(int myStatus, String myMessage, int myPriority) { |
no test coverage detected