Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 11593

Re: I have modified Message class in openfire by adding additional types in Type enum, Will this cause any problem?

$
0
0
Will this cause any issues in my openfire's message sending functionality?

Not sure, but you definitely should not do that. See also XEP-0134: XMPP Design Guidelines

 

Basically instead of

 

<message type='mytype'…>

</message>

 

you want

 

<message type='normal'…>

  ...

  <myextension type='mytype'/>

</message>

 

 

Where type='normal' can also be any other type which message routing semantics suit your use-case.


Viewing all articles
Browse latest Browse all 11593

Trending Articles